Uses of Interface
org.apache.lucene.util.AttributeReflector
-
Packages that use AttributeReflector Package Description org.apache.lucene.analysis.miscellaneous org.apache.lucene.analysis.tokenattributes org.apache.lucene.search org.apache.lucene.util -
-
Uses of AttributeReflector in org.apache.lucene.analysis.miscellaneous
Methods in org.apache.lucene.analysis.miscellaneous with parameters of type AttributeReflector Modifier and Type Method Description voidConcatenateGraphFilter.BytesRefBuilderTermAttributeImpl. reflectWith(AttributeReflector reflector) -
Uses of AttributeReflector in org.apache.lucene.analysis.tokenattributes
Methods in org.apache.lucene.analysis.tokenattributes with parameters of type AttributeReflector Modifier and Type Method Description voidCharTermAttributeImpl. reflectWith(AttributeReflector reflector)voidPackedTokenAttributeImpl. reflectWith(AttributeReflector reflector) -
Uses of AttributeReflector in org.apache.lucene.search
Methods in org.apache.lucene.search with parameters of type AttributeReflector Modifier and Type Method Description voidFuzzyTermsEnum.LevenshteinAutomataAttributeImpl. reflectWith(AttributeReflector reflector) -
Uses of AttributeReflector in org.apache.lucene.util
Methods in org.apache.lucene.util with parameters of type AttributeReflector Modifier and Type Method Description abstract voidAttributeImpl. reflectWith(AttributeReflector reflector)This method is for introspection of attributes, it should simply add the key/values this attribute holds to the givenAttributeReflector.voidAttributeSource. reflectWith(AttributeReflector reflector)This method is for introspection of attributes, it should simply add the key/values this AttributeSource holds to the givenAttributeReflector.
-