FIY, from what I saw there there was a `dictionary gap` - kind of
incomplete dictionary files.
Another question always makes me wonder: why there is no a hunspell based
suggester, spellchecker in Lucene codebase?
On Fri, Feb 17, 2023 at 11:23 AM Dawid Weiss wrote:
> Can't open this repository,
Lucene offeres a few SpatialPrefixTree implementations for indexing geographic
data types which make
use of Geohash, Google S2 and Quadtrees.
* GeohashPrefixTree
* PackedQuadPrefixTree
* QuadPrefixTree
* S2PrefixTree
Which one is recommended for indexing 2D-Point data?
Kind regards,
Matthias