Skip to content

Releases: novaway/elasticsearch-client

Support for search_after

20 Mar 15:40
98ba7f7
Compare
Choose a tag to compare

Add a match_all when only MUST_NOT or FILTER queries are set

20 Mar 12:44
adc9da1
Compare
Choose a tag to compare
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

08 Mar 15:22
8b5c7b6
Compare
Choose a tag to compare
  • 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, and createWithoutClient 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

21 Feb 16:05
e4cbf0c
Compare
Choose a tag to compare
Merge pull request #65 from CheapHasz/geoshape-query

Geoshape query

Query Reorganization

21 Feb 09:04
6caec23
Compare
Choose a tag to compare

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

19 Feb 10:27
edfc636
Compare
Choose a tag to compare
  • Add settings when reindexing tmp, as it was causing problems when custom analyzer where set
  • Clean definitions, and add assertion to constructors

Added FunctionScoreOptions

11 Feb 10:17
47ec6da
Compare
Choose a tag to compare
Merge pull request #60 from CheapHasz/function-score-modes

Function score modes

Added boostable option to TermFilter

05 Feb 11:06
17f1a82
Compare
Choose a tag to compare
Merge pull request #59 from CheapHasz/boostable-terms

Added boostable option to TermFilter

Added bulk index

21 Jan 12:56
a0e5916
Compare
Choose a tag to compare
Merge pull request #58 from CheapHasz/bulk-index

Added bulkIndex

MatchAllQuery

13 Dec 13:18
ff716a2
Compare
Choose a tag to compare

Added a MatchAllQuery