Uses of Class
org.apache.lucene.util.AttributeImpl
-
Packages that use AttributeImpl Package Description org.apache.lucene.analysis API and code to convert text into indexable/searchable tokens.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 AttributeImpl in org.apache.lucene.analysis
Subclasses of AttributeImpl in org.apache.lucene.analysis Modifier and Type Class Description static classNumericTokenStream.NumericTermAttributeImplImplementation ofNumericTokenStream.NumericTermAttribute.classTokenA Token is an occurrence of a term from the text of a field.Methods in org.apache.lucene.analysis that return AttributeImpl Modifier and Type Method Description AttributeImplToken.TokenAttributeFactory. createAttributeInstance(Class<? extends Attribute> attClass)Methods in org.apache.lucene.analysis with parameters of type AttributeImpl Modifier and Type Method Description voidNumericTokenStream.NumericTermAttributeImpl. copyTo(AttributeImpl target)voidToken. copyTo(AttributeImpl target) -
Uses of AttributeImpl in org.apache.lucene.analysis.tokenattributes
Subclasses of AttributeImpl in org.apache.lucene.analysis.tokenattributes Modifier and Type Class Description classCharTermAttributeImplDefault implementation ofCharTermAttribute.classFlagsAttributeImplDefault implementation ofFlagsAttribute.classKeywordAttributeImplDefault implementation ofKeywordAttribute.classOffsetAttributeImplDefault implementation ofOffsetAttribute.classPayloadAttributeImplDefault implementation ofPayloadAttribute.classPositionIncrementAttributeImplDefault implementation ofPositionIncrementAttribute.classPositionLengthAttributeImplDefault implementation ofPositionLengthAttribute.classTypeAttributeImplDefault implementation ofTypeAttribute.Methods in org.apache.lucene.analysis.tokenattributes with parameters of type AttributeImpl Modifier and Type Method Description voidCharTermAttributeImpl. copyTo(AttributeImpl target)voidFlagsAttributeImpl. copyTo(AttributeImpl target)voidKeywordAttributeImpl. copyTo(AttributeImpl target)voidOffsetAttributeImpl. copyTo(AttributeImpl target)voidPayloadAttributeImpl. copyTo(AttributeImpl target)voidPositionIncrementAttributeImpl. copyTo(AttributeImpl target)voidPositionLengthAttributeImpl. copyTo(AttributeImpl target)voidTypeAttributeImpl. copyTo(AttributeImpl target) -
Uses of AttributeImpl in org.apache.lucene.search
Subclasses of AttributeImpl in org.apache.lucene.search Modifier and Type Class Description classBoostAttributeImplImplementation class forBoostAttribute.static classFuzzyTermsEnum.LevenshteinAutomataAttributeImplStores compiled automata as a list (indexed by edit distance)classMaxNonCompetitiveBoostAttributeImplImplementation class forMaxNonCompetitiveBoostAttribute.Methods in org.apache.lucene.search with parameters of type AttributeImpl Modifier and Type Method Description voidBoostAttributeImpl. copyTo(AttributeImpl target)voidFuzzyTermsEnum.LevenshteinAutomataAttributeImpl. copyTo(AttributeImpl target)voidMaxNonCompetitiveBoostAttributeImpl. copyTo(AttributeImpl target) -
Uses of AttributeImpl in org.apache.lucene.util
Methods in org.apache.lucene.util that return AttributeImpl Modifier and Type Method Description AttributeImplAttributeImpl. clone()Shallow clone.abstract AttributeImplAttributeSource.AttributeFactory. createAttributeInstance(Class<? extends Attribute> attClass)returns anAttributeImplfor the suppliedAttributeinterface class.Methods in org.apache.lucene.util that return types with arguments of type AttributeImpl Modifier and Type Method Description 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.
-