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
,
LowerCaseFilterFactory
AttributeSource.State
input
DEFAULT_TOKEN_ATTRIBUTE_FACTORY
Constructor and Description |
---|
LowerCaseFilter(TokenStream in)
Create a new LowerCaseFilter, that normalizes token text to lower case.
|
incrementToken
close, end, reset
addAttribute, addAttributeImpl, captureState, clearAttributes, cloneAttributes, copyTo, endAttributes, equals, getAttribute, getAttributeClassesIterator, getAttributeFactory, getAttributeImplsIterator, hasAttribute, hasAttributes, hashCode, reflectAsString, reflectWith, removeAllAttributes, restoreState, toString
public LowerCaseFilter(TokenStream in)
in
- TokenStream to filterCopyright © 2000-2020 Apache Software Foundation. All Rights Reserved.