Skip to content

Tags: dominiktiskel/query

Tags

v11.4.0

Toggle v11.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request pelias#140 from pelias/joxit/feat/es8

ES8: Remove bounding box query type parameter

v11.3.0

Toggle v11.3.0's commit message
feat(query): improve unit number sorting for fallback.housenumber que…

…ries

v11.2.0

Toggle v11.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(query): remove cutoff_frequency (pelias#134)

 remove cutoff_frequency, deprecated in es7.3.0, forbidden in es8

From https://www.elastic.co/guide/en/elasticsearch/reference/8.8/migrating-8.0.html

    The cutoff_frequency parameter has been removed from the match and
    multi_match query.

    Details
    The cutoff_frequency parameter, deprecated in 7.x, has been removed
    in 8.0 from match and multi_match queries. The same functionality
    can be achieved without any configuration provided that the total
    number of hits is not tracked.

    Impact
    Discontinue use of the cutoff_frequency parameter. Search requests
    containing this parameter in a match or multi_match query will
    return an error.

Note in the above "...provided that the total number of hits is not
tracked".

`track_total_hits` does not appear in the pelias codebases, so we
shouldn't have any issues there.

v11.1.0

Toggle v11.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request pelias#135 from pelias/postcode-queries

improve structured geocoding postcode matching

v11.0.0

Toggle v11.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request pelias#125 from pelias/remove-old-multi_match

Remove old multi_match view

v10.0.0

Toggle v10.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request pelias#122 from pelias/allow-specifying-street-ana…

…lyzer

Allow specifying analyzer for `address_parts.street` field

v9.22.0

Toggle v9.22.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request pelias#120 from pelias/remove-nodejs-8

Drop support for Node.js 8

v9.21.0

Toggle v9.21.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request pelias#114 from pelias/joxit/feat/multi_match

Add multi_match leaf query function

v9.20.0

Toggle v9.20.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request pelias#113 from pelias/street-slop

feat(fallback queries): Support slop parameter on street queries

v9.19.1

Toggle v9.19.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request pelias#112 from pelias/fix-lib-variable-handling

fix(lib): Ensure match and match_phrase handle empty Variables