Uses of Interface
org.apache.lucene.util.AttributeReflector
Packages that use AttributeReflector
Package
Description
Additional ICU-specific Attributes for text analysis.
Additional Kuromoji-specific Attributes for text analysis.
Additional Korean-specific Attributes for text analysis.
Miscellaneous Tokenstreams.
General-purpose attributes for text analysis.
Code to search indices.
Some utility classes.
-
Uses of AttributeReflector in org.apache.lucene.analysis.icu.tokenattributes
Methods in org.apache.lucene.analysis.icu.tokenattributes with parameters of type AttributeReflectorModifier and TypeMethodDescriptionvoidScriptAttributeImpl.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 AttributeReflectorModifier and TypeMethodDescriptionvoidBaseFormAttributeImpl.reflectWith(AttributeReflector reflector) voidInflectionAttributeImpl.reflectWith(AttributeReflector reflector) voidPartOfSpeechAttributeImpl.reflectWith(AttributeReflector reflector) voidReadingAttributeImpl.reflectWith(AttributeReflector reflector) -
Uses of AttributeReflector in org.apache.lucene.analysis.ko.tokenattributes
Methods in org.apache.lucene.analysis.ko.tokenattributes with parameters of type AttributeReflectorModifier and TypeMethodDescriptionvoidPartOfSpeechAttributeImpl.reflectWith(AttributeReflector reflector) voidReadingAttributeImpl.reflectWith(AttributeReflector reflector) -
Uses of AttributeReflector in org.apache.lucene.analysis.miscellaneous
Methods in org.apache.lucene.analysis.miscellaneous with parameters of type AttributeReflectorModifier and TypeMethodDescriptionvoidConcatenateGraphFilter.BytesRefBuilderTermAttributeImpl.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 TypeMethodDescriptionvoidBytesTermAttributeImpl.reflectWith(AttributeReflector reflector) voidCharTermAttributeImpl.reflectWith(AttributeReflector reflector) voidFlagsAttributeImpl.reflectWith(AttributeReflector reflector) voidKeywordAttributeImpl.reflectWith(AttributeReflector reflector) voidOffsetAttributeImpl.reflectWith(AttributeReflector reflector) voidPackedTokenAttributeImpl.reflectWith(AttributeReflector reflector) voidPayloadAttributeImpl.reflectWith(AttributeReflector reflector) voidPositionIncrementAttributeImpl.reflectWith(AttributeReflector reflector) voidPositionLengthAttributeImpl.reflectWith(AttributeReflector reflector) voidSentenceAttributeImpl.reflectWith(AttributeReflector reflector) voidTermFrequencyAttributeImpl.reflectWith(AttributeReflector reflector) voidTypeAttributeImpl.reflectWith(AttributeReflector reflector) -
Uses of AttributeReflector in org.apache.lucene.search
Methods in org.apache.lucene.search with parameters of type AttributeReflectorModifier and TypeMethodDescriptionvoidBoostAttributeImpl.reflectWith(AttributeReflector reflector) voidFuzzyTermsEnum.AutomatonAttributeImpl.reflectWith(AttributeReflector reflector) voidMaxNonCompetitiveBoostAttributeImpl.reflectWith(AttributeReflector reflector) -
Uses of AttributeReflector in org.apache.lucene.util
Methods in org.apache.lucene.util with parameters of type AttributeReflectorModifier and TypeMethodDescriptionabstract voidAttributeImpl.reflectWith(AttributeReflector reflector) This method is for introspection of attributes, it should simply add the key/values this attribute holds to the givenAttributeReflector.final voidAttributeSource.reflectWith(AttributeReflector reflector) This method is for introspection of attributes, it should simply add the key/values this AttributeSource holds to the givenAttributeReflector.