Re: Solr Autosuggest - Strange issue with leading numbers in query

2014-03-14 Thread bbi123
I tied almost all possible combination but in vain. Does anyone know if there is any logic build in to suggester component to ignore the leading numbers? autocomplete?qt=/lucid&req_type=auto_complete&spellcheck.collate=false&q=34g 1 2 3 galaxy /autocomplete?qt=/lucid&req_type=auto_com

Re: Solr Autosuggest - Strange issue with leading numbers in query

2014-02-19 Thread Jason Hellman
Here’s a rather obvious question: have you rebuilt your spell index recently? Is it possible the offending numbers snuck into the spell dictionary? The terms component will show you what’s in your current, searchable field…but not the dictionary. If my memory serves correctly, with collate=t

Re: Solr Autosuggest - Strange issue with leading numbers in query

2014-02-18 Thread bbi123
Thanks a lot for your response Erik. I was trying to find if I have any suggestion starting with numbers using terms component but I couldn't find any.. Its very strange!!! Anyways, thanks again for your response. -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Autosu

Re: Solr Autosuggest - Strange issue with leading numbers in query

2014-02-17 Thread Erick Erickson
Ah, OK, I though you were indexing things like 123412335ga, but not so. Afraid I'm fresh out of ideas. Although I might try using TermsComponent to examine the index and see if, somehow, there _are_ terms with leading numbers in the output. It's also possible that numbers are stripped when bu

Re: Solr Autosuggest - Strange issue with leading numbers in query

2014-02-17 Thread Developer
Hi Erik, Thanks a lot for your reply. I expect it to return zero suggestions since the suggested keyword doesnt actually start with numbers. Expected results Searching for ga -> returns galaxy Searching for gal -> returns galaxy Searching for 12321312321312ga -> should not return any suggestio

Re: Solr Autosuggest - Strange issue with leading numbers in query

2014-02-11 Thread Erick Erickson
Hmmm, the example you post seems correct to me, the returned suggestion is really close to the term. What are you expecting here? The example is inconsistent with "it returns the suggestion corresponding to the alphabets (ignoring the numbers)" It looks like it's considering the numbers just fine