RE: Lucene Hunpell Spell checker

2023-02-14 Thread Thanos Agelakpoulos
Thanks for the response David !  I created a quick repo just to showcase,  https://github.com/aggelako/JavaSpellchecker In there you can see how im using lucene, in the SpellChecker class/ the spellCheck function where im performing a spellcheck.I have also provided the dicts as resources. You

Re: Computing multiple different aggregations over a match-set in one pass

2023-02-14 Thread Stefan Vodita
Hi Greg, I see now where my example didn’t give enough info. In my mind, `Genre / Author nationality / Author name` is stored in one hierarchical facet field. The data we’re aggregating over, like publish date or price, are stored in DocValues. The demo package shows something similar [1], where