RE: Solr Suggestion not working in solr PLZ HELP

2014-09-18 Thread vaibhav.patil123
Hello Thanks for response. :) I am new in solr it better can you tell me steps of configration I need to do to reslove this issue. Appericate your help. -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Suggestion-not-working-in-solr-PLZ-HELP-tp4159351p4159582.html Sent

RE: Solr Suggestion not working in solr PLZ HELP

2014-09-17 Thread Amey Jadiye
Hi Vaibhav, Could you check with the directory *suggest.dictionary* mySuggester is present or not, try making it with mkdir, if still problem persist try giving full path. I found good article in below link check with that too. [http://romiawasthy.blogspot.com/2014/06/configure-solr-suggester.

Re: solr suggestion -

2013-09-10 Thread Mysurf Mail
Yes. I understood that from the result. But how do I change that behaviour? "Don't do any analysis on the field you are using for suggestion" Please elaborate. On Mon, Sep 9, 2013 at 8:48 PM, tamanjit.bin...@yahoo.co.in < tamanjit.bin...@yahoo.co.in> wrote: > Don't do any analysis on the field

Re: solr suggestion -

2013-09-09 Thread tamanjit.bin...@yahoo.co.in
Don't do any analysis on the field you are using for suggestion. What is happening here is that query time and indexing time the tokens are being broken on white space. So effectively, "at" is being taken as one token and "l" is being taken as another token for which you get two different suggestio