Re: Lucene Hunpell Spell checker

2023-02-19 Thread Mikhail Khludnev
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,

SpatialPrefixTree - which one should I pick for 2D Points?

2023-02-19 Thread Matthias Mueller
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