Package | Description |
---|---|
org.apache.lucene.analysis |
Text analysis.
|
org.apache.lucene.analysis.tokenattributes |
General-purpose attributes for text analysis.
|
org.apache.lucene.util |
Some utility classes.
|
Modifier and Type | Method and Description |
---|---|
void |
Token.reflectWith(AttributeReflector reflector)
Deprecated.
|
void |
NumericTokenStream.NumericTermAttributeImpl.reflectWith(AttributeReflector reflector) |
Modifier and Type | Method and Description |
---|---|
void |
PackedTokenAttributeImpl.reflectWith(AttributeReflector reflector) |
void |
CharTermAttributeImpl.reflectWith(AttributeReflector reflector) |
Modifier and Type | Method and Description |
---|---|
void |
AttributeSource.reflectWith(AttributeReflector reflector)
This method is for introspection of attributes, it should simply
add the key/values this AttributeSource holds to the given
AttributeReflector . |
void |
AttributeImpl.reflectWith(AttributeReflector reflector)
This method is for introspection of attributes, it should simply
add the key/values this attribute holds to the given
AttributeReflector . |
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.