Skip to content

feat(search): geohash support in bleve - #3519

Draft
dschmidt wants to merge 1 commit into
feat/graph-search-queryfrom
feat/search-bleve-geohash-sibling
Draft

feat(search): geohash support in bleve#3519
dschmidt wants to merge 1 commit into
feat/graph-search-queryfrom
feat/search-bleve-geohash-sibling

Conversation

@dschmidt

Copy link
Copy Markdown
Contributor

Description

bleve maps a <name>_geohash field next to the geopoint sibling of every geopoint field and writes the geohash from the batch, analyzed into one depth-tagged term per precision. That is the index a geohash grid for bleve can be built on (#3272), OpenSearch has geohash_grid natively. Nothing queries it yet. bleve only, the shared document shape is untouched. Additive on v5, no reindex.

Related Issue

How Has This Been Tested

  • Encoder against the reference vector and as a prefix code
  • Geohash written next to the geopoint sibling of every geopoint override, nested too, none without lat/lon
  • Terms by precision through the batch: one document, one cell at precision 5

Types of changes

  • New feature (non-breaking change which adds functionality)

@codacy-production

codacy-production Bot commented Sep 11, 2026

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 471 complexity

Metric Results
Complexity 471

View in Codacy

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

bleve maps a <name>_geohash field next to every geopoint field and writes the geohash from the batch, analyzed into one depth-tagged term per precision. Groundwork for a geohash grid on bleve (#3272), nothing queries it yet. bleve only, additive on the v5 schema.
@dschmidt
dschmidt force-pushed the feat/search-bleve-geohash-sibling branch from f8d85b4 to f017713 Compare September 11, 2026 14:30
@dschmidt
dschmidt changed the base branch from main to feat/graph-search-query September 11, 2026 14:33
@dschmidt
dschmidt added this pull request to stack #3520 September 11, 2026 14:34
@dschmidt
dschmidt marked this pull request as draft September 11, 2026 14:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant