public final class UpperCaseFilter extends TokenFilter
You may specify the Version
compatibility when creating UpperCaseFilter
NOTE: In Unicode, this transformation may lose information when the
upper case character represents more than one lower case character. Use this filter
when you require uppercase tokens. Use the LowerCaseFilter for
general search matching
AttributeSource.StateinputDEFAULT_TOKEN_ATTRIBUTE_FACTORYDEFAULT_ATTRIBUTE_FACTORY| Constructor and Description |
|---|
UpperCaseFilter(TokenStream in)
Create a new UpperCaseFilter, that normalizes token text to upper case.
|
UpperCaseFilter(Version matchVersion,
TokenStream in)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
incrementToken() |
close, end, resetaddAttribute, addAttributeImpl, captureState, clearAttributes, cloneAttributes, copyTo, equals, getAttribute, getAttributeClassesIterator, getAttributeFactory, getAttributeImplsIterator, hasAttribute, hasAttributes, hashCode, reflectAsString, reflectWith, restoreState, toStringpublic UpperCaseFilter(TokenStream in)
in - TokenStream to filter@Deprecated public UpperCaseFilter(Version matchVersion, TokenStream in)
UpperCaseFilter(TokenStream)public final boolean incrementToken()
throws IOException
incrementToken in class TokenStreamIOExceptionCopyright © 2000-2014 Apache Software Foundation. All Rights Reserved.