I think you are looking for a keyword analyzer. http://lucene.apache.org/java/3_0_2/api/core/org/apache/lucene/analysis/KeywordAnalyzer.html
On Mon, May 30, 2011 at 8:48 PM, G.Long <jde...@gmail.com> wrote: > Hello :) > > I'm wondering which Analyzer would be the best to query exact value for a > property. I read the javadoc and it it said that when a document is indexed, > I could use the Field.Index.NOT_ANALYZED to store the value as is and then I > would be able to query for it. But in the same time, I need to provide an > analyzer for the indexWriter constructor and for my queries. > > Is it possible to specify that no analyzer should be used for both indexing > and querying ? > > If not, which analyzer would be the best choice? > > Thanks for the help :) > Regards. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org > For additional commands, e-mail: java-user-h...@lucene.apache.org > > -- Thanks and Regards, DakshinaMurthy BM