Re: Use of Field(String name, TokenStream tokenStream)

2007-10-07 Thread Chris Hostetter
: 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

Use of Field(String name, TokenStream tokenStream)

2007-10-07 Thread Developer Developer
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