Re: Lucene analyzer and dots

2009-03-31 Thread Matthew Hall
wrote: 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

Lucene analyzer and dots

2009-03-30 Thread mitu2009
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