when removing terms from the query:
https://issues.apache.org/jira/browse/SOLR-3128
Feedback welcome.
Thanks
Zac
-Original Message-
From: Zac Smith
Sent: Friday, February 10, 2012 3:30 PM
To: 'solr-user@lucene.apache.org'
Subject: RE: Keyword Tokenizer Phrase Issue
Thanks, that e
act matches on
multi word text. Am I missing something here?
Thanks
Zac
-Original Message-
From: Ahmet Arslan [mailto:iori...@yahoo.com]
Sent: Friday, February 10, 2012 1:50 AM
To: solr-user@lucene.apache.org
Subject: RE: Keyword Tokenizer Phrase Issue
Hi Zac,
Field Analysis tool (analysis.
icken stock"), query parser does no pre-tokenizes, though.
--- On Fri, 2/10/12, Zac Smith wrote:
> From: Zac Smith
> Subject: RE: Keyword Tokenizer Phrase Issue
> To: "solr-user@lucene.apache.org"
> Date: Friday, February 10, 2012, 10:35 AM
> I have done some furt
rg
Subject: Keyword Tokenizer Phrase Issue
Hi,
I have a simple field type that uses the KeywordTokenizerFactory. I would like
to use this so that values in this field are only matched with the full text of
the field.
e.g. If I indexed the text 'chicken stock', searches on this field wo
Hi,
I have a simple field type that uses the KeywordTokenizerFactory. I would like
to use this so that values in this field are only matched with the full text of
the field.
e.g. If I indexed the text 'chicken stock', searches on this field would only
match when searching for 'chicken stock'. I