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
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, ... ... For using the above code is that you are using EdgeNGra

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