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.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.tokenattributes UsefulAttributes for text analysis.org.apache.lucene.facet.index.attributes Category attributes and their properties for indexingorg.apache.lucene.queryParser.standard.config Standard Lucene Query Configurationorg.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 classBaseTokenStreamTestCase.CheckClearAttributesAttributeImplAttribute that records if it was cleared or not.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 voidBaseTokenStreamTestCase.CheckClearAttributesAttributeImpl. copyTo(AttributeImpl target)voidToken. copyTo(AttributeImpl target) -
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.tokenattributes
Subclasses of AttributeImpl in org.apache.lucene.analysis.tokenattributes Modifier and Type Class Description classCharTermAttributeImplThe term text of a Token.classFlagsAttributeImplThis attribute can be used to pass different flags down the tokenizer chain, eg from one TokenFilter to another one.classKeywordAttributeImplThis attribute can be used to mark a token as a keyword.classOffsetAttributeImplThe start and end character offset of a Token.classPayloadAttributeImplThe payload of a Token.classPositionIncrementAttributeImplThe positionIncrement determines the position of this token relative to the previous Token in aTokenStream, used in phrase searching.classPositionLengthAttributeImplclassTermAttributeImplDeprecated.This class is not used anymore.classTypeAttributeImplA Token's lexical type.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.facet.index.attributes
Subclasses of AttributeImpl in org.apache.lucene.facet.index.attributes Modifier and Type Class Description classCategoryAttributeImplAn implementation ofCategoryAttribute.Methods in org.apache.lucene.facet.index.attributes with parameters of type AttributeImpl Modifier and Type Method Description voidCategoryAttributeImpl. copyTo(AttributeImpl target) -
Uses of AttributeImpl in org.apache.lucene.queryParser.standard.config
Subclasses of AttributeImpl in org.apache.lucene.queryParser.standard.config Modifier and Type Class Description classAllowLeadingWildcardAttributeImplDeprecated.classAnalyzerAttributeImplDeprecated.classBoostAttributeImplDeprecated.classDateResolutionAttributeImplDeprecated.classDefaultOperatorAttributeImplDeprecated.classDefaultPhraseSlopAttributeImplDeprecated.classFieldBoostMapAttributeImplDeprecated.classFieldDateResolutionMapAttributeImplDeprecated.classFuzzyAttributeImplDeprecated.classLocaleAttributeImplDeprecated.classLowercaseExpandedTermsAttributeImplDeprecated.classMultiFieldAttributeImplDeprecated.classMultiTermRewriteMethodAttributeImplDeprecated.classPositionIncrementsAttributeImplDeprecated.classRangeCollatorAttributeImplDeprecated.Methods in org.apache.lucene.queryParser.standard.config with parameters of type AttributeImpl Modifier and Type Method Description voidAllowLeadingWildcardAttributeImpl. copyTo(AttributeImpl target)Deprecated.voidAnalyzerAttributeImpl. copyTo(AttributeImpl target)Deprecated.voidBoostAttributeImpl. copyTo(AttributeImpl target)Deprecated.voidDateResolutionAttributeImpl. copyTo(AttributeImpl target)Deprecated.voidDefaultOperatorAttributeImpl. copyTo(AttributeImpl target)Deprecated.voidDefaultPhraseSlopAttributeImpl. copyTo(AttributeImpl target)Deprecated.voidFieldBoostMapAttributeImpl. copyTo(AttributeImpl target)Deprecated.voidFieldDateResolutionMapAttributeImpl. copyTo(AttributeImpl target)Deprecated.voidFuzzyAttributeImpl. copyTo(AttributeImpl target)Deprecated.voidLocaleAttributeImpl. copyTo(AttributeImpl target)Deprecated.voidLowercaseExpandedTermsAttributeImpl. copyTo(AttributeImpl target)Deprecated.voidMultiFieldAttributeImpl. copyTo(AttributeImpl target)Deprecated.voidMultiTermRewriteMethodAttributeImpl. copyTo(AttributeImpl target)Deprecated.voidPositionIncrementsAttributeImpl. copyTo(AttributeImpl target)Deprecated.voidRangeCollatorAttributeImpl. copyTo(AttributeImpl target)Deprecated. -
Uses of AttributeImpl in org.apache.lucene.util
Methods in org.apache.lucene.util that return AttributeImpl Modifier and Type Method Description 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.static <T> void_TestUtil. assertAttributeReflection(AttributeImpl att, Map<String,T> reflectedValues)Checks some basic behaviour of an AttributeImplabstract voidAttributeImpl. copyTo(AttributeImpl target)Copies the values from this Attribute into the passed-in target attribute.
-