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

2023-02-17 Thread Stefan Vodita
After benchmarking my implementation against the existing one, I think there is some meaningful overhead. I built a small driver [1] that runs the two solutions over a geo data [2] index (thank you Greg for providing the indexing code!). The table below lists faceting times in milliseconds. I’ve n

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

2023-02-17 Thread Greg Miller
Thanks for the follow up Stefan. If you find significant overhead associated with the multiple iterations, please keep challenging the current approach and suggest improvements. It's always good to revisit these things! Cheers, -Greg On Thu, Feb 16, 2023 at 1:32 PM Stefan Vodita wrote: > Hi Gre

Re: Lucene Hunpell Spell checker

2023-02-17 Thread Dawid Weiss
Can't open this repository, it's probably private. Dawid On Tue, Feb 14, 2023 at 2:42 PM Thanos Agelakpoulos wrote: > > 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