Hi, 

  I'm trying to implement autocomplete functionality for Address search.
I've used the KeywordTokenizerFactory & LowerCaseFilterFactory. Problem is,
when I start typing the numbers at start, I got any results from SOLR (Eg:
3500 W South).  Could you please guide on this



        <fieldType class="solr.TextField" name="text_autophrase">
                <analyzer>              
                        <tokenizer class="solr.KeywordTokenizerFactory"/>       
        
                        <filter class="solr.LowerCaseFilterFactory"/>
                </analyzer>
        </fieldType>

Thanks,
Vijay 


--
View this message in context: 
http://lucene.472066.n3.nabble.com/Solr-AutoComplete-Address-Search-tp3590112p3590112.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to