Re: Solr with Auto-suggest

2009-09-23 Thread Shalin Shekhar Mangar
On Wed, Sep 23, 2009 at 11:30 AM, dharhsana wrote: > > Hi Ryan, > > I gone through your post > https://issues.apache.org/jira/browse/SOLR-357 > > where you mention about prefix filter,can you tell me how to use that > patch,and you mentioned to use the code as bellow, > > positionIncrementGap="1"

Re: Solr with Auto-suggest

2009-09-22 Thread dharhsana
type waiting for your reply, Regards, Rekha -- View this message in context: http://www.nabble.com/Solr-with-Auto-suggest-tp16880894p25530993.html Sent from the Solr - User mailing list archive at Nabble.com.

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

RE: Solr with Auto-suggest

2008-04-25 Thread Lance Norskog
McKinley [mailto:[EMAIL PROTECTED] Sent: Thursday, 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 func

Re: Solr with Auto-suggest

2008-04-25 Thread Ryan McKinley
On Apr 25, 2008, at 3:02 AM, Rantjil Bould wrote: Nice. Great help. I have added following fields to hold tokens. class="solr.KeywordTokenizerFactory"/>

Re: Solr with Auto-suggest

2008-04-25 Thread Rantjil Bould
Nice. Great help. I have added following fields to hold tokens.

Re: Solr with Auto-suggest

2008-04-24 Thread Ryan McKinley
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.apache.org/ msg06739.html which deals with the wa

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