public final class LowerCaseFilter extends LowerCaseFilter
This class moved to Lucene Core, but a reference in the analysis/common module
is preserved for documentation purposes and consistency with filter factory.
LowerCaseFilter,
LowerCaseFilterFactoryAttributeSource.StateinputDEFAULT_TOKEN_ATTRIBUTE_FACTORY| Constructor and Description |
|---|
LowerCaseFilter(TokenStream in)
Create a new LowerCaseFilter, that normalizes token text to lower case.
|
incrementTokenclose, end, resetaddAttribute, addAttributeImpl, captureState, clearAttributes, cloneAttributes, copyTo, endAttributes, equals, getAttribute, getAttributeClassesIterator, getAttributeFactory, getAttributeImplsIterator, hasAttribute, hasAttributes, hashCode, reflectAsString, reflectWith, removeAllAttributes, restoreState, toStringpublic LowerCaseFilter(TokenStream in)
in - TokenStream to filterCopyright © 2000-2018 Apache Software Foundation. All Rights Reserved.