Re: Autocompletion based on one field in index

2020-03-11 Thread Kumaran Ramasubramanian
Hi All, Any input would be appreciated.. thanks in advance. Kumaran R On Tue, Mar 10, 2020, 11:44 PM Kumaran Ramasubramanian wrote: > > > Hi Mikhail > > Thanks for the input. But i would like to suggest title of the available > documents (for the query typed in search box ) from an index &

Re: Autocompletion based on one field in index

2020-03-10 Thread Kumaran Ramasubramanian
Hi Mikhail Thanks for the input. But i would like to suggest title of the available documents (for the query typed in search box ) from an index & when user clicked on the suggestion, i would like to take to exact document. Thanks in advance. my requirement is like this ( like google did in its h

Re: Autocompletion based on one field in index

2020-03-03 Thread Mikhail Khludnev
Hi, org.apache.lucene.search.spell.DirectSpellChecker On Tue, Mar 3, 2020 at 8:14 AM Kumaran Ramasubramanian wrote: > Hi All, > > I would like to compute autocompletion based on one field's data. For > example, title field of a list of webpages. Is there anyway to achieve > this? > > > Regards

Autocompletion based on one field in index

2020-03-03 Thread Kumaran Ramasubramanian
Hi All, I would like to compute autocompletion based on one field's data. For example, title field of a list of webpages. Is there anyway to achieve this? Regards Kumaran R