| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Attribute | |
|---|---|
| org.apache.lucene.analysis | API and code to convert text into indexable/searchable tokens. | 
| org.apache.lucene.analysis.tokenattributes | |
| org.apache.lucene.queryParser.standard.config | Standard Lucene Query Configuration | 
| org.apache.lucene.util | Some utility classes. | 
| Uses of Attribute in org.apache.lucene.analysis | 
|---|
| Classes in org.apache.lucene.analysis that implement Attribute | |
|---|---|
|  class | TokenA Token is an occurrence of a term from the text of a field. | 
| Uses of Attribute in org.apache.lucene.analysis.tokenattributes | 
|---|
| Subinterfaces of Attribute in org.apache.lucene.analysis.tokenattributes | |
|---|---|
|  interface | FlagsAttributeThis attribute can be used to pass different flags down the Tokenizerchain,
 eg from one TokenFilter to another one. | 
|  interface | OffsetAttributeThe start and end character offset of a Token. | 
|  interface | PayloadAttributeThe payload of a Token. | 
|  interface | PositionIncrementAttributeThe positionIncrement determines the position of this token relative to the previous Token in a TokenStream, used in phrase searching. | 
|  interface | TermAttributeThe term text of a Token. | 
|  interface | TypeAttributeA Token's lexical type. | 
| Classes in org.apache.lucene.analysis.tokenattributes that implement Attribute | |
|---|---|
|  class | FlagsAttributeImplThis attribute can be used to pass different flags down the tokenizer chain, eg from one TokenFilter to another one. | 
|  class | OffsetAttributeImplThe start and end character offset of a Token. | 
|  class | PayloadAttributeImplThe payload of a Token. | 
|  class | PositionIncrementAttributeImplThe positionIncrement determines the position of this token relative to the previous Token in a TokenStream, used in phrase
 searching. | 
|  class | TermAttributeImplThe term text of a Token. | 
|  class | TypeAttributeImplA Token's lexical type. | 
| Uses of Attribute in org.apache.lucene.queryParser.standard.config | 
|---|
| Subinterfaces of Attribute in org.apache.lucene.queryParser.standard.config | |
|---|---|
|  interface | AllowLeadingWildcardAttributeThis attribute is used by AllowLeadingWildcardProcessorprocessor and
 must be defined in theQueryConfigHandler. | 
|  interface | AnalyzerAttributeThis attribute is used by AnalyzerQueryNodeProcessorprocessor and
 must be defined in theQueryConfigHandler. | 
|  interface | BoostAttributeThis attribute is used by MultiFieldQueryNodeProcessorprocessor and
 it should be defined in aFieldConfig. | 
|  interface | DateResolutionAttributeThis attribute is used by ParametricRangeQueryNodeProcessorprocessor
 and must be defined in theQueryConfigHandler. | 
|  interface | DefaultOperatorAttributeThis attribute is used by GroupQueryNodeProcessorprocessor and must
 be defined in theQueryConfigHandler. | 
|  interface | DefaultPhraseSlopAttributeThis attribute is used by PhraseSlopQueryNodeProcessorprocessor and
 must be defined in theQueryConfigHandler. | 
|  interface | FieldBoostMapAttributeThis attribute enables the user to define a default boost per field. | 
|  interface | FieldDateResolutionMapAttributeThis attribute enables the user to define a default DateResolution per field. | 
|  interface | FuzzyAttributeThis attribute is used by PhraseSlopQueryNodeProcessorprocessor and
 must be defined in theQueryConfigHandler. | 
|  interface | LocaleAttributeThis attribute is used by processor ParametricRangeQueryNodeProcessorand must be defined in theQueryConfigHandler. | 
|  interface | LowercaseExpandedTermsAttributeThis attribute is used by processor ParametricRangeQueryNodeProcessorand must be defined in theQueryConfigHandler. | 
|  interface | MultiFieldAttributeThis attribute is used by MultiFieldQueryNodeProcessorprocessor and
 must be defined in theQueryConfigHandler. | 
|  interface | MultiTermRewriteMethodAttributeThis attribute is used by ParametricRangeQueryNodeProcessorprocessor
 and should be defined in theQueryConfigHandlerused by this
 processor. | 
|  interface | PositionIncrementsAttributeThis attribute is used by AnalyzerQueryNodeProcessorprocessor and
 must be defined in theQueryConfigHandler. | 
|  interface | RangeCollatorAttributeThis attribute is used by ParametricRangeQueryNodeProcessorprocessor
 and must be defined in theQueryConfigHandler. | 
| Classes in org.apache.lucene.queryParser.standard.config that implement Attribute | |
|---|---|
|  class | AllowLeadingWildcardAttributeImplThis attribute is used by AllowLeadingWildcardProcessorprocessor and
 must be defined in theQueryConfigHandler. | 
|  class | AnalyzerAttributeImplThis attribute is used by AnalyzerQueryNodeProcessorprocessor and
 must be defined in theQueryConfigHandler. | 
|  class | BoostAttributeImplThis attribute is used by MultiFieldQueryNodeProcessorprocessor and
 it should be defined in aFieldConfig. | 
|  class | DateResolutionAttributeImplThis attribute is used by ParametricRangeQueryNodeProcessorprocessor
 and must be defined in theQueryConfigHandler. | 
|  class | DefaultOperatorAttributeImplThis attribute is used by GroupQueryNodeProcessorprocessor and must
 be defined in theQueryConfigHandler. | 
|  class | DefaultPhraseSlopAttributeImplThis attribute is used by PhraseSlopQueryNodeProcessorprocessor and
 must be defined in theQueryConfigHandler. | 
|  class | FieldBoostMapAttributeImplThis attribute is used by MultiFieldQueryNodeProcessorprocessor and
 it should be defined in aFieldConfig. | 
|  class | FieldDateResolutionMapAttributeImplThis attribute enables the user to define a default DateResolution per field. | 
|  class | FuzzyAttributeImplThis attribute is used by PhraseSlopQueryNodeProcessorprocessor and
 must be defined in theQueryConfigHandler. | 
|  class | LocaleAttributeImplThis attribute is used by processor ParametricRangeQueryNodeProcessorand must be defined in theQueryConfigHandler. | 
|  class | LowercaseExpandedTermsAttributeImplThis attribute is used by processor ParametricRangeQueryNodeProcessorand must be defined in theQueryConfigHandler. | 
|  class | MultiFieldAttributeImplThis attribute is used by MultiFieldQueryNodeProcessorprocessor and
 must be defined in theQueryConfigHandler. | 
|  class | MultiTermRewriteMethodAttributeImplThis attribute is used by ParametricRangeQueryNodeProcessorprocessor
 and should be defined in theQueryConfigHandlerused by this
 processor. | 
|  class | PositionIncrementsAttributeImplThis attribute is used by AnalyzerQueryNodeProcessorprocessor and
 must be defined in theQueryConfigHandler. | 
|  class | RangeCollatorAttributeImplThis attribute is used by ParametricRangeQueryNodeProcessorprocessor
 and must be defined in theQueryConfigHandler. | 
| Uses of Attribute in org.apache.lucene.util | 
|---|
| Classes in org.apache.lucene.util that implement Attribute | |
|---|---|
|  class | AttributeImplBase class for Attributes that can be added to a AttributeSource. | 
| Methods in org.apache.lucene.util that return Attribute | |
|---|---|
|  Attribute | AttributeSource.addAttribute(Class attClass)The caller must pass in a Class<? extends Attribute> value. | 
|  Attribute | AttributeSource.getAttribute(Class attClass)The caller must pass in a Class<? extends Attribute> value. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||