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 CustomAttributeImpl
for 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 class
ICUCollatedTermAttributeImpl
Extension ofCharTermAttributeImpl
that encodes the term text as a binary Unicode collation key instead of as UTF-8 bytes.class
ScriptAttributeImpl
Implementation ofScriptAttribute
that stores the script as an integer.Methods in org.apache.lucene.analysis.icu.tokenattributes with parameters of type AttributeImpl Modifier and Type Method Description void
ScriptAttributeImpl. 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 class
BaseFormAttributeImpl
Attribute forToken.getBaseForm()
.class
InflectionAttributeImpl
Attribute for Kuromoji inflection data.class
PartOfSpeechAttributeImpl
Attribute forToken.getPartOfSpeech()
.class
ReadingAttributeImpl
Attribute for Kuromoji reading dataMethods in org.apache.lucene.analysis.ja.tokenattributes with parameters of type AttributeImpl Modifier and Type Method Description void
BaseFormAttributeImpl. copyTo(AttributeImpl target)
void
InflectionAttributeImpl. copyTo(AttributeImpl target)
void
PartOfSpeechAttributeImpl. copyTo(AttributeImpl target)
void
ReadingAttributeImpl. 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 class
PartOfSpeechAttributeImpl
Part of Speech attributes for Korean.class
ReadingAttributeImpl
Attribute for Korean reading dataMethods in org.apache.lucene.analysis.ko.tokenattributes with parameters of type AttributeImpl Modifier and Type Method Description void
PartOfSpeechAttributeImpl. copyTo(AttributeImpl target)
void
ReadingAttributeImpl. 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 class
ConcatenateGraphFilter.BytesRefBuilderTermAttributeImpl
Implementation ofConcatenateGraphFilter.BytesRefBuilderTermAttribute
Methods in org.apache.lucene.analysis.miscellaneous that return AttributeImpl Modifier and Type Method Description AttributeImpl
ConcatenateGraphFilter.BytesRefBuilderTermAttributeImpl. clone()
Methods in org.apache.lucene.analysis.miscellaneous with parameters of type AttributeImpl Modifier and Type Method Description void
ConcatenateGraphFilter.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 AttributeImpl
BytesTermAttributeImpl. clone()
Methods in org.apache.lucene.analysis.tokenattributes with parameters of type AttributeImpl Modifier and Type Method Description void
BytesTermAttributeImpl. copyTo(AttributeImpl target)
void
CharTermAttributeImpl. copyTo(AttributeImpl target)
void
FlagsAttributeImpl. copyTo(AttributeImpl target)
void
KeywordAttributeImpl. copyTo(AttributeImpl target)
void
OffsetAttributeImpl. copyTo(AttributeImpl target)
void
PackedTokenAttributeImpl. copyTo(AttributeImpl target)
void
PayloadAttributeImpl. copyTo(AttributeImpl target)
void
PositionIncrementAttributeImpl. copyTo(AttributeImpl target)
void
PositionLengthAttributeImpl. copyTo(AttributeImpl target)
void
TermFrequencyAttributeImpl. copyTo(AttributeImpl target)
void
TypeAttributeImpl. 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 class
CollatedTermAttributeImpl
Extension ofCharTermAttributeImpl
that 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 class
BoostAttributeImpl
Implementation class forBoostAttribute
.private static class
FuzzyTermsEnum.AutomatonAttributeImpl
class
MaxNonCompetitiveBoostAttributeImpl
Implementation class forMaxNonCompetitiveBoostAttribute
.Methods in org.apache.lucene.search with parameters of type AttributeImpl Modifier and Type Method Description void
BoostAttributeImpl. copyTo(AttributeImpl target)
void
FuzzyTermsEnum.AutomatonAttributeImpl. copyTo(AttributeImpl target)
void
MaxNonCompetitiveBoostAttributeImpl. 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 class
AttributeFactory.StaticImplementationAttributeFactory<A extends AttributeImpl>
Expert: AttributeFactory returning an instance of the givenclazz
for the attributes it implements.Fields in org.apache.lucene.util declared as AttributeImpl Modifier and Type Field Description (package private) AttributeImpl
AttributeSource.State. attribute
Fields 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. attributeImpls
private java.util.Map<java.lang.Class<? extends AttributeImpl>,AttributeImpl>
AttributeSource. attributeImpls
private java.util.Map<java.lang.Class<? extends Attribute>,AttributeImpl>
AttributeSource. attributes
Methods 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 givenclazz
for the attributes it implements.Methods in org.apache.lucene.util that return AttributeImpl Modifier and Type Method Description AttributeImpl
AttributeImpl. 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 AttributeImpl
AttributeFactory. createAttributeInstance(java.lang.Class<? extends Attribute> attClass)
Returns anAttributeImpl
for the suppliedAttribute
interface class.AttributeImpl
AttributeFactory.DefaultAttributeFactory. createAttributeInstance(java.lang.Class<? extends Attribute> attClass)
AttributeImpl
AttributeFactory.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 void
AttributeSource. addAttributeImpl(AttributeImpl att)
Expert: Adds a custom AttributeImpl instance with one or more Attribute interfaces.abstract void
AttributeImpl. 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.MethodHandle
AttributeFactory. findAttributeImplCtor(java.lang.Class<? extends AttributeImpl> clazz)
Returns a correctly typedMethodHandle
for the no-arg ctor of the given class.(package private) static java.lang.Class<? extends Attribute>[]
AttributeSource. getAttributeInterfaces(java.lang.Class<? extends AttributeImpl> clazz)
-