Uses of Interface
org.apache.lucene.util.Attribute
-
Packages that use Attribute 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.core.config Contains the base classes used to configure the query processingorg.apache.lucene.queryParser.standard.config Standard Lucene Query Configurationorg.apache.lucene.util Some utility classes. -
-
Uses of Attribute in org.apache.lucene.analysis
Subinterfaces of Attribute in org.apache.lucene.analysis Modifier and Type Interface Description static interfaceBaseTokenStreamTestCase.CheckClearAttributesAttributeAttribute that records if it was cleared or not.Classes in org.apache.lucene.analysis that implement Attribute 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.Method parameters in org.apache.lucene.analysis with type arguments of type Attribute Modifier and Type Method Description AttributeImplToken.TokenAttributeFactory. createAttributeInstance(Class<? extends Attribute> attClass) -
Uses of Attribute in org.apache.lucene.analysis.icu.tokenattributes
Subinterfaces of Attribute in org.apache.lucene.analysis.icu.tokenattributes Modifier and Type Interface Description interfaceScriptAttributeThis attribute stores the UTR #24 script value for a token of text.Classes in org.apache.lucene.analysis.icu.tokenattributes that implement Attribute Modifier and Type Class Description classScriptAttributeImplImplementation ofScriptAttributethat stores the script as an integer. -
Uses of Attribute in org.apache.lucene.analysis.ja.tokenattributes
Subinterfaces of Attribute in org.apache.lucene.analysis.ja.tokenattributes Modifier and Type Interface Description interfaceBaseFormAttributeAttribute forToken.getBaseForm().interfaceInflectionAttributeAttribute for Kuromoji inflection data.interfacePartOfSpeechAttributeAttribute forToken.getPartOfSpeech().interfaceReadingAttributeAttribute for Kuromoji reading dataClasses in org.apache.lucene.analysis.ja.tokenattributes that implement Attribute Modifier and Type Class Description classBaseFormAttributeImplAttribute forToken.getBaseForm().classInflectionAttributeImplAttribute for Kuromoji inflection data.classPartOfSpeechAttributeImplAttribute forToken.getPartOfSpeech().classReadingAttributeImplAttribute for Kuromoji reading data -
Uses of Attribute in org.apache.lucene.analysis.tokenattributes
Subinterfaces of Attribute in org.apache.lucene.analysis.tokenattributes Modifier and Type Interface Description interfaceCharTermAttributeThe term text of a Token.interfaceFlagsAttributeThis attribute can be used to pass different flags down theTokenizerchain, eg from one TokenFilter to another one.interfaceKeywordAttributeThis attribute can be used to mark a token as a keyword.interfaceOffsetAttributeThe start and end character offset of a Token.interfacePayloadAttributeThe payload of a Token.interfacePositionIncrementAttributeThe positionIncrement determines the position of this token relative to the previous Token in a TokenStream, used in phrase searching.interfacePositionLengthAttributeThe positionLength determines how many positions this token spans.interfaceTermAttributeDeprecated.UseCharTermAttributeinstead.interfaceTypeAttributeA Token's lexical type.Classes in org.apache.lucene.analysis.tokenattributes that implement Attribute 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. -
Uses of Attribute in org.apache.lucene.facet.index.attributes
Subinterfaces of Attribute in org.apache.lucene.facet.index.attributes Modifier and Type Interface Description interfaceCategoryAttributeAn attribute which contains for a certain category theCategoryPathand additional properties.Classes in org.apache.lucene.facet.index.attributes that implement Attribute Modifier and Type Class Description classCategoryAttributeImplAn implementation ofCategoryAttribute. -
Uses of Attribute in org.apache.lucene.queryParser.core.config
Methods in org.apache.lucene.queryParser.core.config with type parameters of type Attribute Modifier and Type Method Description <A extends Attribute>
AAbstractQueryConfig. addAttribute(Class<A> attClass) -
Uses of Attribute in org.apache.lucene.queryParser.standard.config
Subinterfaces of Attribute in org.apache.lucene.queryParser.standard.config Modifier and Type Interface Description interfaceAllowLeadingWildcardAttributeDeprecated.interfaceAnalyzerAttributeDeprecated.interfaceBoostAttributeDeprecated.interfaceDateResolutionAttributeDeprecated.interfaceDefaultOperatorAttributeDeprecated.interfaceDefaultPhraseSlopAttributeDeprecated.interfaceFieldBoostMapAttributeDeprecated.interfaceFieldDateResolutionMapAttributeDeprecated.interfaceFuzzyAttributeDeprecated.interfaceLocaleAttributeDeprecated.interfaceLowercaseExpandedTermsAttributeDeprecated.interfaceMultiFieldAttributeDeprecated.interfaceMultiTermRewriteMethodAttributeDeprecated.interfacePositionIncrementsAttributeDeprecated.interfaceRangeCollatorAttributeDeprecated.Classes in org.apache.lucene.queryParser.standard.config that implement Attribute Modifier and Type Class Description classAllowLeadingWildcardAttributeImplDeprecated.classAnalyzerAttributeImplDeprecated.classBoostAttributeImplDeprecated.classDateResolutionAttributeImplDeprecated.classDefaultOperatorAttributeImplDeprecated.classDefaultPhraseSlopAttributeImplDeprecated.classFieldBoostMapAttributeImplDeprecated.classFieldDateResolutionMapAttributeImplDeprecated.classFuzzyAttributeImplDeprecated.classLocaleAttributeImplDeprecated.classLowercaseExpandedTermsAttributeImplDeprecated.classMultiFieldAttributeImplDeprecated.classMultiTermRewriteMethodAttributeImplDeprecated.classPositionIncrementsAttributeImplDeprecated.classRangeCollatorAttributeImplDeprecated. -
Uses of Attribute in org.apache.lucene.util
Classes in org.apache.lucene.util that implement Attribute Modifier and Type Class Description classAttributeImplBase class for Attributes that can be added to aAttributeSource.Methods in org.apache.lucene.util with type parameters of type Attribute Modifier and Type Method Description <A extends Attribute>
AAttributeSource. addAttribute(Class<A> attClass)The caller must pass in a Class<? extends Attribute> value.<A extends Attribute>
AAttributeSource. getAttribute(Class<A> attClass)The caller must pass in a Class<? extends Attribute> value.Methods in org.apache.lucene.util that return types with arguments of type Attribute Modifier and Type Method Description Iterator<Class<? extends Attribute>>AttributeSource. getAttributeClassesIterator()Returns a new iterator that iterates the attribute classes in the same order they were added in.Method parameters in org.apache.lucene.util with type arguments of type Attribute Modifier and Type Method Description abstract AttributeImplAttributeSource.AttributeFactory. createAttributeInstance(Class<? extends Attribute> attClass)returns anAttributeImplfor the suppliedAttributeinterface class.booleanAttributeSource. hasAttribute(Class<? extends Attribute> attClass)The caller must pass in a Class<? extends Attribute> value.voidAttributeReflector. reflect(Class<? extends Attribute> attClass, String key, Object value)This method gets called for every property in anAttributeImpl/AttributeSourcepassing the class name of theAttribute, a key and the actual value.
-