Uses of Class
org.apache.lucene.util.AttributeImpl
Packages that use AttributeImpl
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.
Custom
AttributeImpl for indexing collation keys as index terms.Code to search indices.
Some utility classes.
-
Uses of AttributeImpl in org.apache.lucene.analysis.icu.tokenattributes
Subclasses of AttributeImpl in org.apache.lucene.analysis.icu.tokenattributesModifier and TypeClassDescriptionclassExtension ofCharTermAttributeImplthat encodes the term text as a binary Unicode collation key instead of as UTF-8 bytes.classImplementation ofScriptAttributethat stores the script as an integer.Methods in org.apache.lucene.analysis.icu.tokenattributes with parameters of type AttributeImpl -
Uses of AttributeImpl in org.apache.lucene.analysis.ja.tokenattributes
Subclasses of AttributeImpl in org.apache.lucene.analysis.ja.tokenattributesModifier and TypeClassDescriptionclassAttribute forToken.getBaseForm().classAttribute for Kuromoji inflection data.classAttribute forToken.getPartOfSpeech().classAttribute for Kuromoji reading dataMethods in org.apache.lucene.analysis.ja.tokenattributes with parameters of type AttributeImplModifier and TypeMethodDescriptionvoidBaseFormAttributeImpl.copyTo(AttributeImpl target) voidInflectionAttributeImpl.copyTo(AttributeImpl target) voidPartOfSpeechAttributeImpl.copyTo(AttributeImpl target) voidReadingAttributeImpl.copyTo(AttributeImpl target) -
Uses of AttributeImpl in org.apache.lucene.analysis.ko.tokenattributes
Subclasses of AttributeImpl in org.apache.lucene.analysis.ko.tokenattributesModifier and TypeClassDescriptionclassPart of Speech attributes for Korean.classAttribute for Korean reading dataMethods in org.apache.lucene.analysis.ko.tokenattributes with parameters of type AttributeImplModifier and TypeMethodDescriptionvoidPartOfSpeechAttributeImpl.copyTo(AttributeImpl target) voidReadingAttributeImpl.copyTo(AttributeImpl target) -
Uses of AttributeImpl in org.apache.lucene.analysis.miscellaneous
Subclasses of AttributeImpl in org.apache.lucene.analysis.miscellaneousModifier and TypeClassDescriptionstatic final classImplementation ofConcatenateGraphFilter.BytesRefBuilderTermAttributeMethods in org.apache.lucene.analysis.miscellaneous that return AttributeImplModifier and TypeMethodDescriptionConcatenateGraphFilter.BytesRefBuilderTermAttributeImpl.clone()Methods in org.apache.lucene.analysis.miscellaneous with parameters of type AttributeImplModifier and TypeMethodDescriptionvoidConcatenateGraphFilter.BytesRefBuilderTermAttributeImpl.copyTo(AttributeImpl target) -
Uses of AttributeImpl in org.apache.lucene.analysis.tokenattributes
Subclasses of AttributeImpl in org.apache.lucene.analysis.tokenattributesModifier and TypeClassDescriptionclassImplementation class forBytesTermAttribute.classDefault implementation ofCharTermAttribute.classDefault implementation ofFlagsAttribute.final classDefault implementation ofKeywordAttribute.classDefault implementation ofOffsetAttribute.classDefault implementation of the common attributes used by Lucene:CharTermAttributeTypeAttributePositionIncrementAttributePositionLengthAttributeOffsetAttributeTermFrequencyAttributeclassDefault implementation ofPayloadAttribute.classDefault implementation ofPositionIncrementAttribute.classDefault implementation ofPositionLengthAttribute.classDefault implementation ofSentenceAttribute.classDefault implementation ofTermFrequencyAttribute.classDefault implementation ofTypeAttribute.Methods in org.apache.lucene.analysis.tokenattributes that return AttributeImplMethods in org.apache.lucene.analysis.tokenattributes with parameters of type AttributeImplModifier and TypeMethodDescriptionvoidBytesTermAttributeImpl.copyTo(AttributeImpl target) voidCharTermAttributeImpl.copyTo(AttributeImpl target) voidFlagsAttributeImpl.copyTo(AttributeImpl target) voidKeywordAttributeImpl.copyTo(AttributeImpl target) voidOffsetAttributeImpl.copyTo(AttributeImpl target) voidPackedTokenAttributeImpl.copyTo(AttributeImpl target) voidPayloadAttributeImpl.copyTo(AttributeImpl target) voidPositionIncrementAttributeImpl.copyTo(AttributeImpl target) voidPositionLengthAttributeImpl.copyTo(AttributeImpl target) voidSentenceAttributeImpl.copyTo(AttributeImpl target) voidTermFrequencyAttributeImpl.copyTo(AttributeImpl target) voidTypeAttributeImpl.copyTo(AttributeImpl target) -
Uses of AttributeImpl in org.apache.lucene.collation.tokenattributes
Subclasses of AttributeImpl in org.apache.lucene.collation.tokenattributesModifier and TypeClassDescriptionclassExtension ofCharTermAttributeImplthat encodes the term text as a binary Unicode collation key instead of as UTF-8 bytes. -
Uses of AttributeImpl in org.apache.lucene.search
Subclasses of AttributeImpl in org.apache.lucene.searchModifier and TypeClassDescriptionfinal classImplementation class forBoostAttribute.private static classfinal classImplementation class forMaxNonCompetitiveBoostAttribute.Methods in org.apache.lucene.search with parameters of type AttributeImplModifier and TypeMethodDescriptionvoidBoostAttributeImpl.copyTo(AttributeImpl target) voidFuzzyTermsEnum.AutomatonAttributeImpl.copyTo(AttributeImpl target) voidMaxNonCompetitiveBoostAttributeImpl.copyTo(AttributeImpl target) -
Uses of AttributeImpl in org.apache.lucene.util
Classes in org.apache.lucene.util with type parameters of type AttributeImplModifier and TypeClassDescriptionstatic classExpert: AttributeFactory returning an instance of the givenclazzfor the attributes it implements.Fields in org.apache.lucene.util declared as AttributeImplFields in org.apache.lucene.util with type parameters of type AttributeImplModifier and TypeFieldDescriptionprivate final Map<Class<? extends AttributeImpl>, AttributeImpl> AttributeSource.attributeImplsprivate final Map<Class<? extends AttributeImpl>, AttributeImpl> AttributeSource.attributeImplsprivate final Map<Class<? extends Attribute>, AttributeImpl> AttributeSource.attributesMethods in org.apache.lucene.util with type parameters of type AttributeImplModifier and TypeMethodDescriptionstatic <A extends AttributeImpl>
AttributeFactoryAttributeFactory.getStaticImplementation(AttributeFactory delegate, Class<A> clazz) Returns an AttributeFactory returning an instance of the givenclazzfor the attributes it implements.Methods in org.apache.lucene.util that return AttributeImplModifier and TypeMethodDescriptionAttributeImpl.clone()In most cases the clone is, and should be, deep in order to be able to properly capture the state of all attributes.abstract AttributeImplAttributeFactory.createAttributeInstance(Class<? extends Attribute> attClass) Returns anAttributeImplfor the suppliedAttributeinterface class.AttributeFactory.DefaultAttributeFactory.createAttributeInstance(Class<? extends Attribute> attClass) final AttributeImplAttributeFactory.StaticImplementationAttributeFactory.createAttributeInstance(Class<? extends Attribute> attClass) Methods in org.apache.lucene.util that return types with arguments of type AttributeImplModifier and TypeMethodDescriptionprivate Class<? extends AttributeImpl> AttributeFactory.DefaultAttributeFactory.findImplClass(Class<? extends Attribute> attClass) final Iterator<AttributeImpl> AttributeSource.getAttributeImplsIterator()Returns a new iterator that iterates all unique Attribute implementations.Methods in org.apache.lucene.util with parameters of type AttributeImplModifier and TypeMethodDescriptionfinal voidAttributeSource.addAttributeImpl(AttributeImpl att) Expert: Adds a custom AttributeImpl instance with one or more Attribute interfaces.abstract voidAttributeImpl.copyTo(AttributeImpl target) Copies the values from this Attribute into the passed-in target attribute.Method parameters in org.apache.lucene.util with type arguments of type AttributeImplModifier and TypeMethodDescription(package private) static final MethodHandleAttributeFactory.findAttributeImplCtor(Class<? extends AttributeImpl> clazz) Returns a correctly typedMethodHandlefor the no-arg ctor of the given class.AttributeSource.getAttributeInterfaces(Class<? extends AttributeImpl> clazz)