Re: questions on Solr WordBreakSolrSpellChecker and WordDelimiterFilterFactory

2014-07-18 Thread benjelloun
hello, for WordDelimiterFilterFactory: this is an exemple in schema.xml to folow: and for 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

Re: Questions on SOLR

2013-06-24 Thread Ashwin Tandel
Thanks Gora. On Mon, Jun 24, 2013 at 1:28 PM, Gora Mohanty wrote: > On 24 June 2013 23:14, Ashwin Tandel wrote: > > Hi, > > > > It's with regards to generating a query string for Solr. > > I am looking for a solution where I can create the query string like > > > > 'q=name:ipod AND cat=music A

Re: Questions on SOLR

2013-06-24 Thread Gora Mohanty
On 24 June 2013 23:14, Ashwin Tandel wrote: > Hi, > > It's with regards to generating a query string for Solr. > I am looking for a solution where I can create the query string like > > 'q=name:ipod AND cat=music AND features=cool&facet=on&facet.field=cat' > > I understand, we may not be able to u

Re: Questions on SOLR

2013-06-24 Thread Ashwin Tandel
Hi, It's with regards to generating a query string for Solr. I am looking for a solution where I can create the query string like 'q=name:ipod AND cat=music AND features=cool&facet=on&facet.field=cat' I understand, we may not be able to use lucene query API directly . Is there any other library

Re: Questions on SOLR

2013-06-24 Thread Erik Hatcher
Inline below... On Jun 24, 2013, at 07:16 , heikki wrote: > hello, > > I'm a long-time user of Lucene, and have some questions about SOLR. > > 1. Is it possible to give actual Lucene queries to SOLR, bypassing any > SOLR-side QueryParsing ? No, not directly as Query objects, but Solr's default