RE: Keyword Tokenizer Phrase Issue

2012-02-12 Thread Zac Smith
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

RE: Keyword Tokenizer Phrase Issue

2012-02-10 Thread Zac Smith
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.

RE: Keyword Tokenizer Phrase Issue

2012-02-10 Thread Ahmet Arslan
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

RE: Keyword Tokenizer Phrase Issue

2012-02-10 Thread Zac Smith
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

Keyword Tokenizer Phrase Issue

2012-02-09 Thread Zac Smith
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