: I am observing that a Field constructed using tokenStream i.e Filed fl =
: new Field(String name, TokenStream tokenStream) is not converted to the
: lower case when stored in the index.
: The terms in the index are exactly same as those in tokenStream.
: When I do a phrase search,the PhraseQu
Hello Frens,
I am observing that a Field constructed using tokenStream i.e Filed fl =
new Field(String name, TokenStream tokenStream) is not converted to the
lower case when stored in the index.
The terms in the index are exactly same as those in tokenStream.
When I do a phrase search,the Phras