Class LowerCaseFilter

All Implemented Interfaces:
Closeable, AutoCloseable, Unwrappable<TokenStream>

public final class LowerCaseFilter extends LowerCaseFilter
Normalizes token text to lower case.

This class moved to Lucene Core, but a reference in the analysis/common module is preserved for documentation purposes and consistency with filter factory.

See Also:
  • Constructor Details

    • LowerCaseFilter

      public LowerCaseFilter(TokenStream in)
      Create a new LowerCaseFilter, that normalizes token text to lower case.
      Parameters:
      in - TokenStream to filter