The KeywordAnalyzer does not do anything, it just returns the whole
phrase as a single term, just as if you didn't use an analyzer at all.

Aviran
http://www.aviransplace.com 

-----Original Message-----
From: Steven Rowe [mailto:[EMAIL PROTECTED] 
Sent: Monday, June 12, 2006 1:50 PM
To: java-user@lucene.apache.org
Subject: Re: How can I tell Lucene to also use analyzer for Keyword
fields

Mordo, Aviran (EXP N-NANNATEK) wrote:
> What you are asking is not possible. The whole purpose of the analyzer

> is to tokenize the fields, so if you want them to be tokenized don't 
> use the Keyword fields.

Um, KeywordAnalyzer? 
<http://lucene.apache.org/java/docs/api/org/apache/lucene/analysis/Keywo
rdAnalyzer.html>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to