public final class LowerCaseFilter extends TokenFilter
You must specify the required Version
compatibility when creating LowerCaseFilter:
AttributeSource.AttributeFactory, AttributeSource.State
input
Constructor and Description |
---|
LowerCaseFilter(Version matchVersion,
TokenStream in)
Create a new LowerCaseFilter, that normalizes token text to lower case.
|
Modifier and Type | Method and Description |
---|---|
boolean |
incrementToken() |
close, end, reset
addAttribute, addAttributeImpl, captureState, clearAttributes, cloneAttributes, copyTo, equals, getAttribute, getAttributeClassesIterator, getAttributeFactory, getAttributeImplsIterator, hasAttribute, hasAttributes, hashCode, reflectAsString, reflectWith, restoreState, toString
public LowerCaseFilter(Version matchVersion, TokenStream in)
matchVersion
- See abovein
- TokenStream to filterpublic final boolean incrementToken() throws IOException
incrementToken
in class TokenStream
IOException
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.