[mailto:[EMAIL PROTECTED]
Sent: Tue 1/24/2006 5:05 PM
To: java-user@lucene.apache.org
Subject: Re: Keyword fields, Porter stemming, and QueryParser
If reindexing doesn't take too much time and effor, you can reindex
using the PerFieldAnalyzerWrapper to have different analyzers for each
If reindexing doesn't take too much time and effor, you can reindex
using the PerFieldAnalyzerWrapper to have different analyzers for each
field.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL
I'm having a problem with keyword fields and how they're treated by QueryParser.
At indexing time, I index my documents, as follows:
Content - tokenized, indexed field (the default field)
DocType - not tokenized, indexed, stored field
... - other fields
The analyzer I use utilizes Port