Re: AutoComplete with FiterQuery for Full content

2013-01-21 Thread Sujatha Arun
ng.suggest.tst.** > TSTLookup >name >true > > > > name="/suggest"> > >true >**suggest >true >5 >**true > > >suggest > > > > -- Jack Krupansky > > -Original Message----- From: S

Re: AutoComplete with FiterQuery for Full content

2013-01-21 Thread Jack Krupansky
run Sent: Tuesday, January 22, 2013 12:59 AM To: solr-user@lucene.apache.org Subject: AutoComplete with FiterQuery for Full content Hi, I need suggestion on solr Autocomplete for Full content with Filter query. I have currently implemented this as below 1. Solr version 3.6.1

AutoComplete with FiterQuery for Full content

2013-01-21 Thread Sujatha Arun
Hi, I need suggestion on solr Autocomplete for Full content with Filter query. I have currently implemented this as below 1. Solr version 3.6.1 2. solr.StandardTokenizerFactory 3. EdgeNGramFilterFactory with maxGramSize="25" minGramSize="1" 4. Stored the content field 5. Use the

AutoComplete with FiterQuery for Full content

2013-01-21 Thread Sujatha Arun
Hi, I need suggestion on solr Autocomplete for Full content with Filter query. I have currently implemented this as below 1. Solr version 3.6.1 2. solr.StandardTokenizerFactory 3. EdgeNGramFilterFactory with maxGramSize="25" minGramSize="1" 4. Stored the content field 5. Use the