Hi Group,
I have already got some valuable suggestions from group. Based
on that, I have come out with following process to finally implement
autocomplete like fetaure in my system
1- Index the whole documents
2- Extract all terms using indexReader's terms() method
I am getting terms
Thanks a lot. I could able to extract all terms in a field for any query.
Also I was wondering how can I extract nearest term info for autocomplete
kind of suggestion. In one of my earlier post, I asked same kind of question
related to faceted search.
-RB
On 4/27/08, Chris Hostetter <[EMAIL PROT
ursday, April 24, 2008 2:18 PM
> To: solr-user@lucene.apache.org
> Subject: Re: Solr with Auto-suggest
>
>
> On Apr 24, 2008, at 12:25 PM, Rantjil Bould wrote:
> > Hi Group,
> >I was asked in my project to implement google suggest kind
> > of function
Hello Group,
I have a field name prefix1 and which is copy of another
field called "content". Field type of prefix1 is
:
>
>
> On Apr 24, 2008, at 12:25 PM, Rantjil Bould wrote:
>
>> Hi Group,
>> I was asked in my project to implement google suggest kind of
>> functionality for searching help system. I have seen one thread
>> http://www.mail-archive.com/solr-user@lucene.a
Hi Group,
I was asked in my project to implement google suggest kind of
functionality for searching help system. I have seen one thread
http://www.mail-archive.com/solr-user@lucene.apache.org/msg06739.html which
deals with the way to index if large index. But I am not able to get much
i