Re: solr 1.4 suggester component

2010-12-03 Thread abhayd
thanks .. i used http://www.lucidimagination.com/blog/2009/09/08/auto-suggest-from-popular-queries-using-edgengrams/ with fuzzy operator.. -- View this message in context: http://lucene.472066.n3.nabble.com/solr-1-4-suggester-component-tp1766915p2012946.html Sent from the Solr - User mailing l

Re: solr 1.4 suggester component

2010-10-30 Thread Erick Erickson
Sorry it took so long to respond, I got wrapped up in work. I don't think you're going to be able to pull this off (but of course I've been wrong before). File based suggestions look like they do an awful lot of stuff for you, at some expense of customization (no surprise here). That said, though,

Re: solr 1.4 suggester component

2010-10-25 Thread abhayd
hi erick, Thanks for the link. Problem is we dont want to have another solr core for implementing this, So was trying suggester component as it allows file based auto suggest. It works fine only issue is how to get prefix ignored . Any idea? -- View this message in context: http://lucene.47206

Re: solr 1.4 suggester component

2010-10-25 Thread Erick Erickson
Try here: http://www.lucidimagination.com/blog/2009/09/08/auto-suggest-from-popular-queries-using-edgengrams/ For the infix-type match you're using, you might not want the "edge" version of ngram..

solr 1.4 suggester component

2010-10-25 Thread abhayd
hi I was looking into using solr suggester component as described in http://wiki.apache.org/solr/Suggester I have a file which has words, phrases in it. I was wondering how to make following possible. file has - rebate form form when i look for "form" or even "for" i would like to