Uses of Class
org.apache.lucene.util.AttributeImpl
-
Packages that use AttributeImpl 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.collation.tokenattributes CustomAttributeImplfor indexing collation keys as index terms.org.apache.lucene.search Code to search indices.org.apache.lucene.util Some utility classes. -
-
Uses of AttributeImpl in org.apache.lucene.analysis.icu.tokenattributes
Subclasses of AttributeImpl in org.apache.lucene.analysis.icu.tokenattributes Modifier and Type Class Description classScriptAttributeImplImplementation ofScriptAttributethat stores the script as an integer.Methods in org.apache.lucene.analysis.icu.tokenattributes with parameters of type AttributeImpl Modifier and Type Method Description voidScriptAttributeImpl. copyTo(AttributeImpl target) -
Uses of AttributeImpl in org.apache.lucene.analysis.ja.tokenattributes
Subclasses of AttributeImpl in org.apache.lucene.analysis.ja.tokenattributes Modifier and Type Class Description classBaseFormAttributeImplAttribute forToken.getBaseForm().classInflectionAttributeImplAttribute for Kuromoji inflection data.classPartOfSpeechAttributeImplAttribute forToken.getPartOfSpeech().classReadingAttributeImplAttribute for Kuromoji reading dataMethods in org.apache.lucene.analysis.ja.tokenattributes with parameters of type AttributeImpl Modifier and Type Method Description voidBaseFormAttributeImpl. 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.tokenattributes Modifier and Type Class Description classPartOfSpeechAttributeImplPart of Speech attributes for Korean.classReadingAttributeImplAttribute for Korean reading dataMethods in org.apache.lucene.analysis.ko.tokenattributes with parameters of type AttributeImpl Modifier and Type Method Description voidPartOfSpeechAttributeImpl. copyTo(AttributeImpl target)voidReadingAttributeImpl. copyTo(AttributeImpl target) -
Uses of AttributeImpl in org.apache.lucene.analysis.miscellaneous
Subclasses of AttributeImpl in org.apache.lucene.analysis.miscellaneous Modifier and Type Class Description static classConcatenateGraphFilter.BytesRefBuilderTermAttributeImplImplementation ofConcatenateGraphFilter.BytesRefBuilderTermAttributeMethods in org.apache.lucene.analysis.miscellaneous that return AttributeImpl Modifier and Type Method Description AttributeImplConcatenateGraphFilter.BytesRefBuilderTermAttributeImpl. clone()Methods in org.apache.lucene.analysis.miscellaneous with parameters of type AttributeImpl Modifier and Type Method Description voidConcatenateGraphFilter.BytesRefBuilderTermAttributeImpl. copyTo(AttributeImpl target) -
Uses of AttributeImpl in org.apache.lucene.analysis.tokenattributes
Methods in org.apache.lucene.analysis.tokenattributes that return AttributeImpl Modifier and Type Method Description AttributeImplBytesTermAttributeImpl. clone()Methods in org.apache.lucene.analysis.tokenattributes with parameters of type AttributeImpl Modifier and Type Method Description voidBytesTermAttributeImpl. 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)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.tokenattributes Modifier and Type Class Description classCollatedTermAttributeImplExtension ofCharTermAttributeImplthat encodes the term text as a binary Unicode collation key instead of as UTF-8 bytes.classICUCollatedTermAttributeImplExtension 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.search Modifier and Type Class Description classBoostAttributeImplImplementation class forBoostAttribute.private static classFuzzyTermsEnum.AutomatonAttributeImplclassMaxNonCompetitiveBoostAttributeImplImplementation class forMaxNonCompetitiveBoostAttribute.Methods in org.apache.lucene.search with parameters of type AttributeImpl Modifier and Type Method Description voidBoostAttributeImpl. 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 AttributeImpl Modifier and Type Class Description static classAttributeFactory.StaticImplementationAttributeFactory<A extends AttributeImpl>Expert: AttributeFactory returning an instance of the givenclazzfor the attributes it implements.Fields in org.apache.lucene.util declared as AttributeImpl Modifier and Type Field Description (package private) AttributeImplAttributeSource.State. attributeFields in org.apache.lucene.util with type parameters of type AttributeImpl Modifier and Type Field Description private java.util.Map<java.lang.Class<? extends AttributeImpl>,AttributeImpl>AttributeSource. attributeImplsprivate java.util.Map<java.lang.Class<? extends AttributeImpl>,AttributeImpl>AttributeSource. attributeImplsprivate java.util.Map<java.lang.Class<? extends Attribute>,AttributeImpl>AttributeSource. attributesMethods in org.apache.lucene.util with type parameters of type AttributeImpl Modifier and Type Method Description static <A extends AttributeImpl>
AttributeFactoryAttributeFactory. getStaticImplementation(AttributeFactory delegate, java.lang.Class<A> clazz)Returns an AttributeFactory returning an instance of the givenclazzfor the attributes it implements.Methods in org.apache.lucene.util that return AttributeImpl Modifier and Type Method Description AttributeImplAttributeImpl. 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(java.lang.Class<? extends Attribute> attClass)Returns anAttributeImplfor the suppliedAttributeinterface class.AttributeImplAttributeFactory.DefaultAttributeFactory. createAttributeInstance(java.lang.Class<? extends Attribute> attClass)AttributeImplAttributeFactory.StaticImplementationAttributeFactory. createAttributeInstance(java.lang.Class<? extends Attribute> attClass)Methods in org.apache.lucene.util that return types with arguments of type AttributeImpl Modifier and Type Method Description private java.lang.Class<? extends AttributeImpl>AttributeFactory.DefaultAttributeFactory. findImplClass(java.lang.Class<? extends Attribute> attClass)java.util.Iterator<AttributeImpl>AttributeSource. getAttributeImplsIterator()Returns a new iterator that iterates all unique Attribute implementations.Methods in org.apache.lucene.util with parameters of type AttributeImpl Modifier and Type Method Description 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 AttributeImpl Modifier and Type Method Description (package private) static java.lang.invoke.MethodHandleAttributeFactory. findAttributeImplCtor(java.lang.Class<? extends AttributeImpl> clazz)Returns a correctly typedMethodHandlefor the no-arg ctor of the given class.(package private) static java.lang.Class<? extends Attribute>[]AttributeSource. getAttributeInterfaces(java.lang.Class<? extends AttributeImpl> clazz)
-