Releases: novaway/elasticsearch-client
Releases · novaway/elasticsearch-client
Support for search_after
Add a match_all when only MUST_NOT or FILTER queries are set
Merge pull request #69 from CheapHasz/fix-non-matching-queries Added a match_all when only MUST_NOT queries are set
Add client configuration to index
- Added a way to pass an Elasticsearch\Client to the Index constructor
- Added a two named constructor the Index :
createWithClient
which focuses on the Client implementation, andcreateWithoutClient
which is an alias for the current constructor - Added constructor deprecation, as it will be changed to the
createWithClient
in the next major release
Added InlineGeoShapeQuery
Merge pull request #65 from CheapHasz/geoshape-query Geoshape query
Query Reorganization
Most of the queries have been reorganized, and moved under a different path.
All filters have been deprecated, and a query counterpart has been created
Mass deprecations have resulted
Add settings when reindexing tmp
- Add settings when reindexing tmp, as it was causing problems when custom analyzer where set
- Clean definitions, and add assertion to constructors
Added FunctionScoreOptions
Merge pull request #60 from CheapHasz/function-score-modes Function score modes
Added boostable option to TermFilter
Merge pull request #59 from CheapHasz/boostable-terms Added boostable option to TermFilter
Added bulk index
Merge pull request #58 from CheapHasz/bulk-index Added bulkIndex
MatchAllQuery
Added a MatchAllQuery