Package | Description |
---|---|
org.apache.lucene.analysis.tokenattributes |
General-purpose attributes for text analysis.
|
org.apache.lucene.search |
Code to search indices.
|
org.apache.lucene.util |
Some utility classes.
|
Modifier and Type | Method and Description |
---|---|
void |
KeywordAttributeImpl.reflectWith(AttributeReflector reflector) |
void |
BytesTermAttributeImpl.reflectWith(AttributeReflector reflector) |
void |
PositionLengthAttributeImpl.reflectWith(AttributeReflector reflector) |
void |
FlagsAttributeImpl.reflectWith(AttributeReflector reflector) |
void |
TermFrequencyAttributeImpl.reflectWith(AttributeReflector reflector) |
void |
CharTermAttributeImpl.reflectWith(AttributeReflector reflector) |
void |
OffsetAttributeImpl.reflectWith(AttributeReflector reflector) |
void |
PositionIncrementAttributeImpl.reflectWith(AttributeReflector reflector) |
void |
PackedTokenAttributeImpl.reflectWith(AttributeReflector reflector) |
void |
TypeAttributeImpl.reflectWith(AttributeReflector reflector) |
void |
PayloadAttributeImpl.reflectWith(AttributeReflector reflector) |
Modifier and Type | Method and Description |
---|---|
void |
FuzzyTermsEnum.LevenshteinAutomataAttributeImpl.reflectWith(AttributeReflector reflector) |
void |
MaxNonCompetitiveBoostAttributeImpl.reflectWith(AttributeReflector reflector) |
void |
BoostAttributeImpl.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 . |
abstract 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-2017 Apache Software Foundation. All Rights Reserved.