|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AttributeReflector | |
---|---|
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. |
Uses of AttributeReflector in org.apache.lucene.analysis |
---|
Methods in org.apache.lucene.analysis with parameters of type AttributeReflector | |
---|---|
void |
Token.reflectWith(AttributeReflector reflector)
|
Uses of AttributeReflector in org.apache.lucene.analysis.icu.tokenattributes |
---|
Methods in org.apache.lucene.analysis.icu.tokenattributes with parameters of type AttributeReflector | |
---|---|
void |
ScriptAttributeImpl.reflectWith(AttributeReflector reflector)
|
Uses of AttributeReflector in org.apache.lucene.analysis.ja.tokenattributes |
---|
Methods in org.apache.lucene.analysis.ja.tokenattributes with parameters of type AttributeReflector | |
---|---|
void |
BaseFormAttributeImpl.reflectWith(AttributeReflector reflector)
|
void |
ReadingAttributeImpl.reflectWith(AttributeReflector reflector)
|
void |
PartOfSpeechAttributeImpl.reflectWith(AttributeReflector reflector)
|
void |
InflectionAttributeImpl.reflectWith(AttributeReflector reflector)
|
Uses of AttributeReflector in org.apache.lucene.analysis.tokenattributes |
---|
Methods in org.apache.lucene.analysis.tokenattributes with parameters of type AttributeReflector | |
---|---|
void |
CharTermAttributeImpl.reflectWith(AttributeReflector reflector)
|
Uses of AttributeReflector in org.apache.lucene.util |
---|
Methods in org.apache.lucene.util with parameters of type 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 . |
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 . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |