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
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
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
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
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
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
paces with
> nothing.
>
>
> http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#CharFilterFactories
> <
> http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#CharFilterFactories
> >
>
>
>
> --
> View this message in context:
> http:/
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.
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.
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
: 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
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
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
--
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.
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
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
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
17 matches
Mail list logo