Thank you :)
It seems to work as I wanted to. Now If I want to index content to do
full-text search, would it be better to choose a standardAnalyzer or a
more specific one like EnglishAnalyzer or FrenchAnalyzer (assuming the
content I want to index is only in english or only in french) ?
Regards,
Le 30/05/2011 17:25, bmdakshinamur...@gmail.com a écrit :
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
---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org