Hi,
Does StandardTokenizerFactory remove your numbers?
Go to the Analysis page in Solr Admin, enter your query with numbers, and
see what happens.
Otis
--
SOLR Performance Monitoring - http://sematext.com/spm/index.html
Search Analytics - http://sematext.com/search-analytics/index.html
On Thu
-for-numbers-tp4021672p4021828.html
Sent from the Solr - User mailing list archive at Nabble.com.
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.
:
http://lucene.472066.n3.nabble.com/Re-Suggester-for-Numbers-tp3698125p3698154.html
Sent from the Solr - User mailing list archive at Nabble.com.
Hello people!
Did you manage to make suggester return suggestions for numbers? I have the
same problem and could not make it with schema changes that Erick described.
Thanks a lot.
Well, by setting generateNumberParts="0" you've excluded numbers from the
index, so they aren't there for auto-suggest. Try setting it to "1" and
reindexing
Best
Erick
On Dec 9, 2011 4:57 PM, "Awasthi, Shishir" wrote:
> Is there a way to make suggester return suggestion for numbers also?
>
>
Is there a way to make suggester return suggestion for numbers also?
My use case is where I have a street address say 123 Street1
When I type 12 it doesn't return any data using suggester.
Here is my config