feat(search): geohash support in bleve - #3519
Draft
dschmidt wants to merge 1 commit into
Draft
Conversation
Up to standards ✅🟢 Issues
|
| Metric | Results |
|---|---|
| Complexity | 471 |
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
force-pushed
the
feat/search-bleve-geohash-sibling
branch
from
September 11, 2026 14:30
f8d85b4 to
f017713
Compare
1 task
dschmidt
added this pull request to stack #3520
September 11, 2026 14:34
dschmidt
marked this pull request as draft
September 11, 2026 14:34
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
bleve maps a
<name>_geohashfield 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 hasgeohash_gridnatively. Nothing queries it yet. bleve only, the shared document shape is untouched. Additive on v5, no reindex.Related Issue
This PR is a prerequisite for that one
How Has This Been Tested
Types of changes