Hi, I don't want to unsubscribe.as a former Lucene and Nutch programmer I'm
always very interested! I'm very interested in integrating Lucene with
modern AI (like openAi.
With kind regards,
Evert Jan Wagenaar
+63 9924130311
https://www.evert-wagenaar.com
On Thu, May 26, 2022, 7:07 AM mwable wrot
Hi,
could someone please unsubscribe me? I tried unsubscribing through
java-user-unsubscr...@lucene.apache.org several times.
Thanks!
Martine
Thank you for comment)
For our task it seems a redundant, because per my understanding
AnalyzingInfixSuggester find matches anywhere from query string, for our
purpose we need only prefix search.
For AnalyzingSuggester it scares me that when new entry is coming or
changed you have to rebuild the s
we are usingĀ AnalyzingInfixSuggester but I would also be curious to
know whether this is the best way :-)
Thanks
Michael
Am 25.05.22 um 14:39 schrieb Anastasiya Tarasenko:
Hi All,
I have a question regarding auto-complete functionality in Lucene.
On the StackOverflow the suggestion regardin
Hi Mike,
Any updates?
Regards,
Antony
On Wed, 11 May 2022 at 01:02, Antony Joseph
wrote:
> Hello Mike,
>
> 1. As requested, the full checkindex log is attached.
>
> 2. We haven't made any changes to the IndexDeletionPolicy - so the
> assumption is the default policy is being used.
>
> 3. No, w
Hi All,
I have a question regarding auto-complete functionality in Lucene.
On the StackOverflow the suggestion regarding implementation is
1) Use AnalyzingSuggester
2) Use PrefixQuery and SpanFirstQuery with the IndexSearcher.search()
What is the differences between them? Do they have big differe