Re: questions on Solr WordBreakSolrSpellChecker and WordDelimiterFilterFactory

2014-07-18 Thread benjelloun
10 5 5 true true 5 true true true spellcheck regards, Anass BENJELLOUN -- View this message in context: http://lucene.472066.n3.nabble.com/questions-on-Solr-WordBreakSolrSpe

Re: questions on Solr WordBreakSolrSpellChecker and WordDelimiterFilterFactory

2014-07-17 Thread Erick Erickson
Zeroth, take a look at the admin/analysis page with that input and see if your field in analyzing x-box and xbox like you expect. First, try adding &debug=all to the URL, that'll show you exactly what the parsed query was. It may surprise you. Second, examine what's actually _in_ the index with t

Re: questions on Solr WordBreakSolrSpellChecker and WordDelimiterFilterFactory

2014-07-17 Thread jiag
Hi Ahmet, using or didn't make any difference. Still running into the same issues aforementioned :( Thanks, Jia On 7/16/2014, "Ahmet Arslan" wrote: >Hi Jia, > >What happens when you use  > >  > >instead of  > >  > >Ahmet > > >On Wednesday, July 16, 2014 3:07 AM, "j...@ece.ubc.ca" wrote: > >

Re: questions on Solr WordBreakSolrSpellChecker and WordDelimiterFilterFactory

2014-07-16 Thread Diego Fernandez
er than query-time > synonyms. > > James Dyer > Ingram Content Group > (615) 213-4311 > > > -Original Message- > From: Ahmet Arslan [mailto:iori...@yahoo.com.INVALID] > Sent: Wednesday, July 16, 2014 7:42 AM > To: solr-user@lucene.apache.org; j...@ece.ubc.ca &

RE: questions on Solr WordBreakSolrSpellChecker and WordDelimiterFilterFactory

2014-07-16 Thread Dyer, James
sing index-time synonyms for your case rather than query-time synonyms. James Dyer Ingram Content Group (615) 213-4311 -Original Message- From: Ahmet Arslan [mailto:iori...@yahoo.com.INVALID] Sent: Wednesday, July 16, 2014 7:42 AM To: solr-user@lucene.apache.org; j...@ece.ubc.c

Re: questions on Solr WordBreakSolrSpellChecker and WordDelimiterFilterFactory

2014-07-16 Thread Ahmet Arslan
Hi Jia, What happens when you use    instead of    Ahmet On Wednesday, July 16, 2014 3:07 AM, "j...@ece.ubc.ca" wrote: Hello everyone :) I have a product called "xbox" indexed, and when the user search for either "x-box" or "x box" i want the "xbox" product to be returned.  I'm new to S

questions on Solr WordBreakSolrSpellChecker and WordDelimiterFilterFactory

2014-07-15 Thread jiag
Hello everyone :) I have a product called "xbox" indexed, and when the user search for either "x-box" or "x box" i want the "xbox" product to be returned. I'm new to Solr, and from reading online, I thought I need to use WordDelimiterFilterFactory for "x-box" case, and WordBreakSolrSpellChecker f