Hello guys, 
Please i need help.. im using the suggest search component for autocomplete
in Solr 3.6.1, i have an autocomplete field wich contains two other fields:
an conteiner_name and conteiner_id just like this:

     <field name='autocomplete' type='text_auto' indexed='true'
stored='true' multiValued='true'/>
     <field name='conteiner' type='text_general_like' indexed='true'
stored='true' multiValued='false'/>
     <field name='bl' type='integer' indexed='true' stored='true'
multiValued='false'/>

    <copyField dest="autocomplete" source="conteiner_id"/>
    <copyField dest="autocomplete" source="conteiner_name"/>

When i search for username in my suggester handler it returns the
suggestions just fine,
but when i search for ID (numbers) it doesnt return results at all does
anyone knows why?



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Suggester-for-numbers-tp4021672.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to