Your valuable suggestion on autocomplete

2008-05-05 Thread Rantjil Bould
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

Re: How to extract terms associated with a field

2008-05-02 Thread Rantjil Bould
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

Re: Solr with Auto-suggest

2008-04-28 Thread Rantjil Bould
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

How to extract terms associated with a field

2008-04-25 Thread Rantjil Bould
Hello Group, I have a field name prefix1 and which is copy of another field called "content". Field type of prefix1 is

Re: Solr with Auto-suggest

2008-04-25 Thread Rantjil Bould
: > > > 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

Solr with Auto-suggest

2008-04-24 Thread Rantjil Bould
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