public class LowerCaseTokenizer
extends org.apache.lucene.analysis.util.CharTokenizer
Constructor and Description |
---|
LowerCaseTokenizer() |
LowerCaseTokenizer(org.apache.lucene.util.AttributeFactory factory) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
isTokenChar(int c) |
protected int |
normalize(int c)
Converts char to lower case
Character.toLowerCase(int) . |
end, fromSeparatorCharPredicate, fromSeparatorCharPredicate, fromSeparatorCharPredicate, fromSeparatorCharPredicate, fromTokenCharPredicate, fromTokenCharPredicate, fromTokenCharPredicate, fromTokenCharPredicate, incrementToken, reset
addAttribute, addAttributeImpl, captureState, clearAttributes, cloneAttributes, copyTo, endAttributes, equals, getAttribute, getAttributeClassesIterator, getAttributeFactory, getAttributeImplsIterator, hasAttribute, hasAttributes, hashCode, reflectAsString, reflectWith, removeAllAttributes, restoreState, toString
public LowerCaseTokenizer()
public LowerCaseTokenizer(org.apache.lucene.util.AttributeFactory factory)
protected boolean isTokenChar(int c)
isTokenChar
in class org.apache.lucene.analysis.util.CharTokenizer
protected int normalize(int c)
Character.toLowerCase(int)
.normalize
in class org.apache.lucene.analysis.util.CharTokenizer
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.