Hi Michael,

This sounds like a good fit for Lucene to me.

On Fri, Mar 11, 2022 at 11:15 PM Michael Wechner
<[email protected]> wrote:
>
> Hi
>
> I recently implemened auto-suggest based on
>
> https://lucene.apache.org/core/9_0_0/suggest/index.html
>
> whereas I am currently managing the terms / predictions (e.g.
> "autocompletion using lucene suggesters dev") contained by the index
> manually.
>
> I would like now to generate the terms / predictions more automatically,
> similar to what Google does
>
> https://blog.google/products/search/how-google-autocomplete-predictions-work/
>
> Does Lucene provide code to analyze queries in order to generate terms /
> predictions for an auto-suggest index?
>
> If not, would it make sense to contribute this kind of functionality to
> Lucene or should this be rather a third-party library?
>
> Thanks
>
> Michael
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>


-- 
Adrien

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to