Can i configure lucene to use KeywordAnalyzer instead of StandardAnalyzer?

If you for example search for the word "log" with StandardAnalyzer and you
have also "log1", "log2", ... in your index lucene will also return these 
results.

With the KeywordAnalyzer he would just return the results for "log".

If it is not possible to configure it to KeywordAnalyzer i will just do 
something
like that: stupid 
lucene<http://blogs.perl.org/users/mark_leighton_fisher/2012/01/stupid-lucene-tricks-exact-match-starts-with-ends-with.html>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to orient-database+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to