Uses of Interface
org.apache.lucene.util.AttributeReflector
Packages that use AttributeReflector
Package
Description
API and code to convert text into indexable/searchable tokens.
General-purpose attributes for text analysis.
Some utility classes.
-
Uses of AttributeReflector in org.apache.lucene.analysis
Methods in org.apache.lucene.analysis with parameters of type AttributeReflectorModifier and TypeMethodDescriptionvoid
NumericTokenStream.NumericTermAttributeImpl.reflectWith
(AttributeReflector reflector) void
Token.reflectWith
(AttributeReflector reflector) -
Uses of AttributeReflector in org.apache.lucene.analysis.tokenattributes
Methods in org.apache.lucene.analysis.tokenattributes with parameters of type AttributeReflectorModifier and TypeMethodDescriptionvoid
CharTermAttributeImpl.reflectWith
(AttributeReflector reflector) -
Uses of AttributeReflector in org.apache.lucene.util
Methods in org.apache.lucene.util with parameters of type AttributeReflectorModifier and TypeMethodDescriptionvoid
AttributeImpl.reflectWith
(AttributeReflector reflector) This method is for introspection of attributes, it should simply add the key/values this attribute holds to the givenAttributeReflector
.final void
AttributeSource.reflectWith
(AttributeReflector reflector) This method is for introspection of attributes, it should simply add the key/values this AttributeSource holds to the givenAttributeReflector
.