Is there any way I can make Lucene analyzer not ignore dots in the string??
for example,if my search criteria is: "A.B.C.D",Lucene should give me only
those documents in the search results which have "A.B.C.D" and not
"ABCD"....

-- 
View this message in context: 
http://www.nabble.com/Lucene-analyzer-and-dots-tp22795889p22795889.html
Sent from the Lucene - Java Developer mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-dev-h...@lucene.apache.org

Reply via email to