Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / ebean-orm/ebean-elasticsearch issues and pull requests
#50 - Update jackson dependency
Pull Request -
State: closed - Opened by rbygrave over 1 year ago
#49 - Update for ES 8, can no longer use GET _doc/x/_source
Pull Request -
State: open - Opened by rbygrave over 1 year ago
#48 - Update for ES 8, remove boost, cutoffFrequency, lowercaseExpandedTerm…
Pull Request -
State: closed - Opened by rbygrave over 1 year ago
#47 - Bump jackson-databind from 2.13.3 to 2.13.4.2
Pull Request -
State: open - Opened by dependabot[bot] almost 2 years ago
Labels: dependencies
#46 - Bump jackson-databind from 2.13.3 to 2.13.4.1
Pull Request -
State: closed - Opened by dependabot[bot] over 2 years ago
- 1 comment
Labels: dependencies
#45 - Bump jackson-databind from 2.12.5 to 2.12.6.1
Pull Request -
State: closed - Opened by dependabot[bot] almost 3 years ago
- 1 comment
Labels: dependencies
#44 - Bump to Java 11
Issue -
State: closed - Opened by rbygrave almost 3 years ago
#43 - Fix: Failed to get totalCount accurately during paging query in Elastic7.x
Pull Request -
State: closed - Opened by UlyssesChou over 3 years ago
Labels: bug
#42 - Bump jackson-databind from 2.10.1 to 2.10.5.1
Pull Request -
State: closed - Opened by dependabot[bot] almost 4 years ago
- 1 comment
Labels: dependencies
#41 - Update to support ebean-api module in 12.5.0
Issue -
State: closed - Opened by rbygrave over 4 years ago
#40 - #34 - Update for Elastic 7.x API - remove use of _type etc
Pull Request -
State: closed - Opened by rbygrave almost 5 years ago
#39 - Update for Elastic 7.x API - remove use of _type etc
Issue -
State: closed - Opened by rbygrave almost 5 years ago
#38 - Bump jackson-databind from 2.9.9 to 2.9.10.1
Pull Request -
State: closed - Opened by dependabot[bot] about 5 years ago
- 1 comment
Labels: dependencies
#37 - bulk. BulkUpdate. CollectErrors did not print the error log
Issue -
State: open - Opened by liuyinyin over 5 years ago
- 2 comments
#36 - Update okhttp dependency from 3.10.0 to 3.14.2
Issue -
State: closed - Opened by rbygrave over 5 years ago
#35 - Fix auth bug.
Pull Request -
State: closed - Opened by liuyinyin over 5 years ago
- 1 comment
Labels: bug
#34 - Update for Ebean 11.37.1
Issue -
State: closed - Opened by rbygrave almost 6 years ago
#33 - Update to Ebean 11.18.x API (SpiTransaction changes, not public API changes)
Issue -
State: closed - Opened by rbygrave over 6 years ago
#32 - Update okhttp dependency to 3.10.0, make ebean a provided dependency
Issue -
State: closed - Opened by rbygrave almost 7 years ago
#31 - Fix integration with Ebean 11.x - use of BeanPropertyAssocMany.lazyLoadMany() method
Issue -
State: closed - Opened by rbygrave almost 7 years ago
#30 - Support API changes in 10.4.x
Issue -
State: closed - Opened by rbygrave over 7 years ago
#29 - Change to use docker-run.properties to run tests against docker container for elasticsearch
Issue -
State: closed - Opened by rbygrave over 7 years ago
#28 - Results of static code analysis.
Pull Request -
State: closed - Opened by KoenDG almost 8 years ago
- 1 comment
#27 - ENH: Add support for RawDoc with findEach() and findEachWhile() raw queries
Issue -
State: closed - Opened by rbygrave almost 8 years ago
Labels: enhancement
#26 - Fix internal clearScrollIds call ... such that it doesn't append an unnecessary extra / (slash)
Issue -
State: closed - Opened by rbygrave almost 8 years ago
Labels: bug
#25 - Refactor - Internals for EQuerySend, EQueryService ... for future raw each query support
Issue -
State: closed - Opened by rbygrave almost 8 years ago
#24 - ENH: Support DocStoreConfig isAllowAllCertificates and basic auth
Issue -
State: closed - Opened by rbygrave almost 8 years ago
#23 - Ability to map @Id property to a field in the index (other than _id)
Issue -
State: open - Opened by rbygrave about 8 years ago
#22 - Support connecting to invalid SSL certificates (self signed etc)
Issue -
State: closed - Opened by rbygrave about 8 years ago
#21 - Change logging from org.avaje.ebean.ELQ to io.ebean.ELQ
Issue -
State: closed - Opened by rbygrave about 8 years ago
#20 - Integration of ebean-elastic in Play 2.5
Issue -
State: closed - Opened by felixqk about 8 years ago
- 3 comments
#19 - NPE when mapping @ManyToMany
Issue -
State: open - Opened by rbygrave about 8 years ago
#18 - Refactor: Support Ebean 9.3.1 with ElasticSearch only support (comes with move to Java8)
Issue -
State: closed - Opened by rbygrave about 8 years ago
- 1 comment
#17 - Support Ebean 9.2.1+ with ElasticSearch 5.0 split of "String" type into "Keyword" and "Text"
Issue -
State: closed - Opened by rbygrave about 8 years ago
#16 - Update for Ebean 9.1.1 (and ES 2.x)
Issue -
State: closed - Opened by rbygrave about 8 years ago
#15 - Update for ElasticSearch 5.0 (which has effectively breaking changes to the Query DSL)
Issue -
State: closed - Opened by rbygrave over 8 years ago
- 1 comment
#14 - ENH: Add delete() method to DocumentStore API ... to enable "delete document by id"
Issue -
State: open - Opened by rbygrave over 8 years ago
Labels: enhancement
#13 - BaseHttpMessageSender has indexType / indexName ... when it should be the other way around
Issue -
State: closed - Opened by rbygrave over 8 years ago
Labels: bug
#12 - [@SoftDelete]db.delete() uncorrectly cannot syncing data to Elasticsearch when use "@softDelete"
Issue -
State: closed - Opened by duishancunzhang over 8 years ago
- 8 comments
Labels: question
#11 - isEmpty() expression needs to have outer not:{} negation to work as per ..
Issue -
State: closed - Opened by rbygrave over 8 years ago
Labels: bug
#10 - Fix issue with nested path query with multiple nested path expressions
Issue -
State: closed - Opened by rbygrave over 8 years ago
Labels: bug
#9 - ENH: Add DocumentStore indexSettings() method
Issue -
State: closed - Opened by rbygrave over 8 years ago
- 1 comment
Labels: enhancement
#8 - ENH: Add support for @DbArray in 7.11.1 (specifically with UUID as element type)
Issue -
State: closed - Opened by rbygrave almost 9 years ago
Labels: enhancement
#7 - Nested path expression in bool group ... fails with com.fasterxml.jackson.core.JsonGenerationException: Current context not an ARRAY but OBJECT
Issue -
State: closed - Opened by rbygrave almost 9 years ago
- 1 comment
Labels: bug
#6 - must_not exists on a nested path (e.g. OneToMany path) fails with JSON error
Issue -
State: closed - Opened by rbygrave almost 9 years ago
- 2 comments
Labels: bug
#5 - Performance enhancement: For nested path updates only build source JSON when required
Issue -
State: open - Opened by rbygrave almost 9 years ago
Labels: enhancement
#4 - Performance enhancement: For updates with multiple nested paths merge the required document structures
Issue -
State: open - Opened by rbygrave almost 9 years ago
Labels: enhancement
#3 - ENH: Support native Transport client (as alternative to http)
Issue -
State: open - Opened by rbygrave almost 9 years ago
- 3 comments
Labels: enhancement
#2 - Q: Can I use NodeBuilder.local(true).http(false) es node provider? (as embedded server for testing)
Issue -
State: closed - Opened by icode almost 9 years ago
- 3 comments
Labels: question
#1 - #616 - ElasticSearch expression - IllegalArgumentException: unhandled…
Issue -
State: closed - Opened by rbygrave almost 9 years ago
Labels: bug