Uses of Class
org.apache.lucene.util.AttributeImpl
-
Packages that use AttributeImpl Package Description org.apache.lucene.analysis.miscellaneous org.apache.lucene.analysis.tokenattributes org.apache.lucene.search org.apache.lucene.util -
-
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
Subclasses of AttributeImpl in org.apache.lucene.analysis.tokenattributes Modifier and Type Class Description classCharTermAttributeImplDefault implementation ofCharTermAttribute.classPackedTokenAttributeImplDefault implementation of the common attributes used by Lucene:CharTermAttributeTypeAttributePositionIncrementAttributePositionLengthAttributeOffsetAttributeTermFrequencyAttributeMethods in org.apache.lucene.analysis.tokenattributes with parameters of type AttributeImpl Modifier and Type Method Description voidCharTermAttributeImpl. copyTo(AttributeImpl target)voidPackedTokenAttributeImpl. copyTo(AttributeImpl target) -
Uses of AttributeImpl in org.apache.lucene.search
Subclasses of AttributeImpl in org.apache.lucene.search Modifier and Type Class Description static classFuzzyTermsEnum.LevenshteinAutomataAttributeImplStores compiled automata as a list (indexed by edit distance)Methods in org.apache.lucene.search with parameters of type AttributeImpl Modifier and Type Method Description voidFuzzyTermsEnum.LevenshteinAutomataAttributeImpl. 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.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, 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(Class<? extends Attribute> attClass)Returns anAttributeImplfor the suppliedAttributeinterface class.AttributeImplAttributeFactory.StaticImplementationAttributeFactory. createAttributeInstance(Class<? extends Attribute> attClass)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.
-