Uses of Class
org.apache.lucene.util.AttributeImpl
Packages that use AttributeImpl
Package
Description
API and code to convert text into indexable/searchable tokens.
General-purpose attributes for text analysis.
Code to search indices.
Some utility classes.
-
Uses of AttributeImpl in org.apache.lucene.analysis
Subclasses of AttributeImpl in org.apache.lucene.analysisModifier and TypeClassDescriptionstatic final class
Implementation ofNumericTokenStream.NumericTermAttribute
.class
A Token is an occurrence of a term from the text of a field.Methods in org.apache.lucene.analysis that return AttributeImplModifier and TypeMethodDescriptionToken.TokenAttributeFactory.createAttributeInstance
(Class<? extends Attribute> attClass) Methods in org.apache.lucene.analysis with parameters of type AttributeImplModifier and TypeMethodDescriptionvoid
NumericTokenStream.NumericTermAttributeImpl.copyTo
(AttributeImpl target) void
Token.copyTo
(AttributeImpl target) -
Uses of AttributeImpl in org.apache.lucene.analysis.tokenattributes
Subclasses of AttributeImpl in org.apache.lucene.analysis.tokenattributesModifier and TypeClassDescriptionclass
Default implementation ofCharTermAttribute
.class
Default implementation ofFlagsAttribute
.final class
Default implementation ofKeywordAttribute
.class
Default implementation ofOffsetAttribute
.class
Default implementation ofPayloadAttribute
.class
Default implementation ofPositionIncrementAttribute
.class
Default implementation ofPositionLengthAttribute
.class
Default implementation ofTypeAttribute
.Methods in org.apache.lucene.analysis.tokenattributes with parameters of type AttributeImplModifier and TypeMethodDescriptionvoid
CharTermAttributeImpl.copyTo
(AttributeImpl target) void
FlagsAttributeImpl.copyTo
(AttributeImpl target) void
KeywordAttributeImpl.copyTo
(AttributeImpl target) void
OffsetAttributeImpl.copyTo
(AttributeImpl target) void
PayloadAttributeImpl.copyTo
(AttributeImpl target) void
PositionIncrementAttributeImpl.copyTo
(AttributeImpl target) void
PositionLengthAttributeImpl.copyTo
(AttributeImpl target) void
TypeAttributeImpl.copyTo
(AttributeImpl target) -
Uses of AttributeImpl in org.apache.lucene.search
Subclasses of AttributeImpl in org.apache.lucene.searchModifier and TypeClassDescriptionfinal class
Implementation class forBoostAttribute
.static final class
Stores compiled automata as a list (indexed by edit distance)final class
Implementation class forMaxNonCompetitiveBoostAttribute
.Methods in org.apache.lucene.search with parameters of type AttributeImplModifier and TypeMethodDescriptionvoid
BoostAttributeImpl.copyTo
(AttributeImpl target) void
FuzzyTermsEnum.LevenshteinAutomataAttributeImpl.copyTo
(AttributeImpl target) void
MaxNonCompetitiveBoostAttributeImpl.copyTo
(AttributeImpl target) -
Uses of AttributeImpl in org.apache.lucene.util
Methods in org.apache.lucene.util that return AttributeImplModifier and TypeMethodDescriptionAttributeImpl.clone()
Shallow clone.abstract AttributeImpl
AttributeSource.AttributeFactory.createAttributeInstance
(Class<? extends Attribute> attClass) returns anAttributeImpl
for the suppliedAttribute
interface class.Methods in org.apache.lucene.util that return types with arguments of type AttributeImplModifier and TypeMethodDescriptionfinal 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 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.