Uses of Interface
org.apache.lucene.util.AttributeReflector
-
Packages that use AttributeReflector Package Description 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.ko.tokenattributes Additional Korean-specific Attributes for text analysis.org.apache.lucene.analysis.miscellaneous Miscellaneous Tokenstreams.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. -
-
Uses of AttributeReflector in org.apache.lucene.analysis.icu.tokenattributes
Methods in org.apache.lucene.analysis.icu.tokenattributes with parameters of type AttributeReflector Modifier and Type Method Description voidScriptAttributeImpl. 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 Modifier and Type Method Description voidBaseFormAttributeImpl. 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 AttributeReflector Modifier and Type Method Description voidPartOfSpeechAttributeImpl. 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 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 voidBytesTermAttributeImpl. 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)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 AttributeReflector Modifier and Type Method Description voidBoostAttributeImpl. 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 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.
-