Package | Description |
---|---|
org.apache.lucene.analysis |
API and code to convert text into indexable/searchable tokens.
|
org.apache.lucene.analysis.icu.tokenattributes |
Additional ICU-specific Attributes for text analysis.
|
org.apache.lucene.analysis.ja.tokenattributes |
Additional Kuromoji-specific Attributes for text analysis.
|
org.apache.lucene.analysis.tokenattributes |
Useful
Attribute s for text analysis. |
org.apache.lucene.util |
Some utility classes.
|
Modifier and Type | Method and Description |
---|---|
void |
Token.reflectWith(AttributeReflector reflector) |
Modifier and Type | Method and Description |
---|---|
void |
ScriptAttributeImpl.reflectWith(AttributeReflector reflector) |
Modifier and Type | Method and Description |
---|---|
void |
ReadingAttributeImpl.reflectWith(AttributeReflector reflector) |
void |
PartOfSpeechAttributeImpl.reflectWith(AttributeReflector reflector) |
void |
InflectionAttributeImpl.reflectWith(AttributeReflector reflector) |
void |
BaseFormAttributeImpl.reflectWith(AttributeReflector reflector) |
Modifier and Type | Method and Description |
---|---|
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 . |