Skip to content

Tags: AoumiS/elastic-builder

Tags

v2.7.1

Toggle v2.7.1's commit message
fix(d.ts): TermsAggregation.showTermDocCountError

v2.7.0

Toggle v2.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

v2.6.1

Toggle v2.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(d.ts): TermsQuery `values` constructor argument type (sudo-suhas#112

)

v2.6.0

Toggle v2.6.0's commit message
feat: Support `bool_prefix` type in multi-match query (sudo-suhas#110)

`bool_prefix` was added in Elasticsearch v7.2.

v2.5.0

Toggle v2.5.0's commit message
feat: Add method ValuesSourceBase.missingBucket (sudo-suhas#108)

- `ValuesSourceBase` is used in `CompositeAggregation`.
  https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-bucket-composite-aggregation.html#_missing_bucket.
  This feature was added in Elasticsearch v6.4.
- Add a note for deprecated `ValuesSourceBase.missing` in docs. See
  https://www.elastic.co/guide/en/elasticsearch/reference/6.8/breaking-changes-6.0.html#_literal_missing_literal_is_deprecated_in_the_literal_composite_literal_aggregation

v2.4.0

Toggle v2.4.0's commit message
feat: Add support for `track_total_hits` (sudo-suhas#96)

Add method to specify parameter on request body search instance.

Feature was added to elasticsearch in 7.x - 
https://www.elastic.co/guide/en/elasticsearch/reference/7.3/search-request-body.html#request-body-search-track-total-hits

v2.3.1

Toggle v2.3.1's commit message
fix(d.ts): Correct GeoShape.coordinates param type

v2.3.0

Toggle v2.3.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
feat: Add method PercolateQuery.documents (sudo-suhas#87)

v2.2.2

Toggle v2.2.2's commit message
fix: Make `Sort.field` optional (sudo-suhas#78)

- Annotate `field` parameter as optional in docs and typings.
-  Set `field` on class instance only if it is not nil.

v2.2.1

Toggle v2.2.1's commit message
fix(d.ts): Correct param types (sudo-suhas#76)

Add type to `scriptCode` and `scriptId` so they do not have an implicit 
type of any.