Re: What filter to use to search with spaces omitted/included between words?

2013-08-21 Thread Erick Erickson
to form "bestbuy". > > > -- Jack Krupansky > > -Original Message- From: Erick Erickson > Sent: Wednesday, August 21, 2013 11:12 AM > > To: solr-user@lucene.apache.org > Subject: Re: What filter to use to search with spaces omitted/included > between wo

Re: What filter to use to search with spaces omitted/included between words?

2013-08-21 Thread Jack Krupansky
e as if it were punctuation and then the catenateAll attribute causes "best" and "buy" to be concatenated to form "bestbuy". -- Jack Krupansky -Original Message- From: Erick Erickson Sent: Wednesday, August 21, 2013 11:12 AM To: solr-user@lucene.apache.org

Re: What filter to use to search with spaces omitted/included between words?

2013-08-21 Thread Erick Erickson
undWordTokenFil** > >> terFactory.html< > http://lucene.apache.org/core/4_4_0/analyzers-common/org/apache/lucene/analysis/compound/DictionaryCompoundWordTokenFilterFactory.html > > > >> > >> There are some examples in my book, but they are for German compound

Re: What filter to use to search with spaces omitted/included between words?

2013-08-20 Thread Utkarsh Sengar
at was the original primary intent for this filter. But it >> should work for any words since it is a simple dictionary. >> >> -- Jack Krupansky >> >> -Original Message- From: Erick Erickson >> Sent: Tuesday, August 20, 2013 7:21 AM >> To: solr-user@l

Re: What filter to use to search with spaces omitted/included between words?

2013-08-20 Thread Utkarsh Sengar
work for any words since it is a simple dictionary. > > -- Jack Krupansky > > -Original Message- From: Erick Erickson > Sent: Tuesday, August 20, 2013 7:21 AM > To: solr-user@lucene.apache.org > Subject: Re: What filter to use to search with spaces omitted/included > betwe

Re: What filter to use to search with spaces omitted/included between words?

2013-08-20 Thread Jack Krupansky
ust 20, 2013 7:21 AM To: solr-user@lucene.apache.org Subject: Re: What filter to use to search with spaces omitted/included between words? Also consider WordDelimterFilterFactory, which will break up the tokens on upper/lower case transitions. to get relevance, consider edismax-style quer

Re: What filter to use to search with spaces omitted/included between words?

2013-08-20 Thread Erick Erickson
paces with > nothing. > > > http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#CharFilterFactories > < > http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#CharFilterFactories > > > > > > -- > View this message in context: > http:/

Re: What filter to use to search with spaces omitted/included between words?

2013-08-20 Thread tamanjit.bin...@yahoo.co.in
ies> -- View this message in context: http://lucene.472066.n3.nabble.com/What-filter-to-use-to-search-with-spaces-omitted-included-between-words-tp4085576p4085601.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: What filter to use to search with spaces omitted/included between words?

2013-08-20 Thread tamanjit.bin...@yahoo.co.in
this for autosuggestions and all. But this should work in your case. -- View this message in context: http://lucene.472066.n3.nabble.com/What-filter-to-use-to-search-with-spaces-omitted-included-between-words-tp4085576p4085600.html Sent from the Solr - User mailing list archive at Nabble.com.

What filter to use to search with spaces omitted/included between words?

2013-08-19 Thread Utkarsh Sengar
I have a field which consists of a store name. How can I make sure that these queries return relevant results when searched against this column: *Example1: "Best Buy"* q=best (tokenizer filter makes this work) q=bestbuy q=buy (tokenizer filter makes this work) q=best buy (lower case filter makes t

Re: search with spaces

2012-12-31 Thread Jack Krupansky
: Ahmet Arslan Sent: Monday, December 31, 2012 11:58 AM To: solr-user@lucene.apache.org Subject: Re: search with spaces hi Sangeetha, Your field type definition is somehow weird. Since you use solr.LowerCaseTokenizerFactory" you don't need LowerCaseFilterFactory after that. Your

Re: search with spaces

2012-12-31 Thread Ahmet Arslan
dismax lucene etc. analysis page does not perform actual query parsing. output of &debugQuery=on is critical. Try set setting &q.op=OR (for lucene query parser) or &mm=1 (dismax query parser) --- On Mon, 12/31/12, Sangeetha wrote: > From: Sangeetha > Subject: Re: search w

Re: search with spaces

2012-12-28 Thread Ahmet Arslan
Hi Sangeetha, Do you use any custom solr plugin? Can you paste your fieldType definition? By saying "it is not working" you mean it is not returning expected results? Or you get an exception? --- On Fri, 12/28/12, Sangeetha wrote: > From: Sangeetha > Subject: Re: search

Re: search with spaces

2012-12-28 Thread Sangeetha
-- View this message in context: http://lucene.472066.n3.nabble.com/search-with-spaces-tp4029265p4029409.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: search with spaces

2012-12-27 Thread Jack Krupansky
That's &debugQuery=true or &debug=query. -- Jack Krupansky -Original Message- From: Otis Gospodnetic Sent: Thursday, December 27, 2012 10:56 AM To: solr-user@lucene.apache.org Subject: Re: search with spaces Hi, Add &debugQuery=query to your search requests. That

Re: search with spaces

2012-12-27 Thread Chandan Tamrakar
it is giving the results. But if i give *q=O O Jaane Jaane* it is > not > working? What could be the reason? > > Thanks, > Sangeetha > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/search-with-spaces-tp4029265.html > Sent from th

search with spaces

2012-12-27 Thread Sangeetha
Hi, I have a text field with value O O Jaane Jaane. When i search with *q=Jaane Jaane* it is giving the results. But if i give *q=O O Jaane Jaane* it is not working? What could be the reason? Thanks, Sangeetha -- View this message in context: http://lucene.472066.n3.nabble.com/search-with