Uses of Class
org.apache.lucene.util.AttributeSource
-
-
Uses of AttributeSource in org.apache.lucene.analysis
Subclasses of AttributeSource in org.apache.lucene.analysis Modifier and Type Class Description classCachingTokenFilterThis class can be used if the token attributes of a TokenStream are intended to be consumed more than once.classFilteringTokenFilterAbstract base class for TokenFilters that may remove tokens.classGraphTokenFilterAn abstract TokenFilter that exposes its input stream as a graph CallGraphTokenFilter.incrementBaseToken()to move the root of the graph to the next position in the TokenStream,GraphTokenFilter.incrementGraphToken()to move along the current graph, andGraphTokenFilter.incrementGraph()to reset to the next graph based at the current root.classLowerCaseFilterNormalizes token text to lower case.classStopFilterRemoves stop words from a token stream.classTokenFilterA TokenFilter is a TokenStream whose input is another TokenStream.classTokenizerA Tokenizer is a TokenStream whose input is a Reader.classTokenStreamConstructors in org.apache.lucene.analysis with parameters of type AttributeSource Constructor Description TokenStream(AttributeSource input)A TokenStream that uses the same attributes as the supplied one. -
Uses of AttributeSource in org.apache.lucene.analysis.core
Subclasses of AttributeSource in org.apache.lucene.analysis.core Modifier and Type Class Description classFlattenGraphFilterConverts an incoming graph token stream, such as one fromSynonymGraphFilter, into a flat form so that all nodes form a single linear chain with no side paths.classKeywordTokenizerEmits the entire input as a single token.classLetterTokenizerA LetterTokenizer is a tokenizer that divides text at non-letters.classWhitespaceTokenizerA tokenizer that divides text at whitespace characters as defined byCharacter.isWhitespace(int). -
Uses of AttributeSource in org.apache.lucene.analysis.en
Subclasses of AttributeSource in org.apache.lucene.analysis.en Modifier and Type Class Description classEnglishPossessiveFilterTokenFilter that removes possessives (trailing 's) from words.classPorterStemFilterTransforms the token stream as per the Porter stemming algorithm. -
Uses of AttributeSource in org.apache.lucene.analysis.hunspell
Subclasses of AttributeSource in org.apache.lucene.analysis.hunspell Modifier and Type Class Description classHunspellStemFilterTokenFilter that uses hunspell affix rules and words to stem tokens. -
Uses of AttributeSource in org.apache.lucene.analysis.miscellaneous
Subclasses of AttributeSource in org.apache.lucene.analysis.miscellaneous Modifier and Type Class Description classConcatenateGraphFilterConcatenates/Joins every incoming token with a separator into one output token for every path through the token stream (which is a graph).classDeDuplicatingTokenFilterInspects token streams for duplicate sequences of tokens.classKeywordMarkerFilterMarks terms as keywords via theKeywordAttribute.classSetKeywordMarkerFilterMarks terms as keywords via theKeywordAttribute. -
Uses of AttributeSource in org.apache.lucene.analysis.ngram
Subclasses of AttributeSource in org.apache.lucene.analysis.ngram Modifier and Type Class Description classEdgeNGramTokenFilterTokenizes the given token into n-grams of given size(s). -
Uses of AttributeSource in org.apache.lucene.analysis.shingle
Subclasses of AttributeSource in org.apache.lucene.analysis.shingle Modifier and Type Class Description classFixedShingleFilterA FixedShingleFilter constructs shingles (token n-grams) from a token stream.classShingleFilterA ShingleFilter constructs shingles (token n-grams) from a token stream. -
Uses of AttributeSource in org.apache.lucene.analysis.standard
Subclasses of AttributeSource in org.apache.lucene.analysis.standard Modifier and Type Class Description classClassicFilterNormalizes tokens extracted withClassicTokenizer.classClassicTokenizerA grammar-based tokenizer constructed with JFlexclassStandardTokenizerA grammar-based tokenizer constructed with JFlex. -
Uses of AttributeSource in org.apache.lucene.analysis.synonym
Subclasses of AttributeSource in org.apache.lucene.analysis.synonym Modifier and Type Class Description classSynonymFilterDeprecated.UseSynonymGraphFilterinstead, but be sure to also useFlattenGraphFilterat index time (not at search time) as well.classSynonymGraphFilterApplies single- or multi-token synonyms from aSynonymMapto an incomingTokenStream, producing a fully correct graph output. -
Uses of AttributeSource in org.apache.lucene.analysis.util
Subclasses of AttributeSource in org.apache.lucene.analysis.util Modifier and Type Class Description classCharTokenizerAn abstract base class for simple, character-oriented tokenizers. -
Uses of AttributeSource in org.apache.lucene.index
Methods in org.apache.lucene.index that return AttributeSource Modifier and Type Method Description AttributeSourceBaseTermsEnum. attributes()AttributeSourceFilteredTermsEnum. attributes()Returns the related attributes, the returnedAttributeSourceis shared with the delegateTermsEnum.AttributeSourceFilterLeafReader.FilterTermsEnum. attributes()abstract AttributeSourceTermsEnum. attributes()Returns the related attributes.AttributeSourceFieldInvertState. getAttributeSource()Returns theAttributeSourcefrom theTokenStreamthat provided the indexed tokens for this field. -
Uses of AttributeSource in org.apache.lucene.search
Methods in org.apache.lucene.search with parameters of type AttributeSource Modifier and Type Method Description protected TermsEnumAutomatonQuery. getTermsEnum(Terms terms, AttributeSource atts)protected TermsEnumFuzzyQuery. getTermsEnum(Terms terms, AttributeSource atts)protected abstract TermsEnumMultiTermQuery. getTermsEnum(Terms terms, AttributeSource atts)Construct the enumeration to be used, expanding the pattern term.protected TermsEnumMultiTermQuery.RewriteMethod. getTermsEnum(MultiTermQuery query, Terms terms, AttributeSource atts)Returns theMultiTermQuerysTermsEnumConstructors in org.apache.lucene.search with parameters of type AttributeSource Constructor Description FuzzyTermsEnum(Terms terms, AttributeSource atts, Term term, int maxEdits, int prefixLength, boolean transpositions)Constructor for enumeration of all terms from specifiedreaderwhich share a prefix of lengthprefixLengthwithtermand which have at mostmaxEditsedits. -
Uses of AttributeSource in org.apache.lucene.search.highlight
Subclasses of AttributeSource in org.apache.lucene.search.highlight Modifier and Type Class Description classOffsetLimitTokenFilterThis TokenFilter limits the number of tokens while indexing by adding up the current offset.classTokenStreamFromTermVectorTokenStream created from a term vector field. -
Uses of AttributeSource in org.apache.lucene.search.suggest.analyzing
Subclasses of AttributeSource in org.apache.lucene.search.suggest.analyzing Modifier and Type Class Description classSuggestStopFilterLikeStopFilterexcept it will not remove the last token if that token was not followed by some token separator. -
Uses of AttributeSource in org.apache.lucene.search.suggest.document
Subclasses of AttributeSource in org.apache.lucene.search.suggest.document Modifier and Type Class Description classCompletionTokenStreamAConcatenateGraphFilterbut we can set the payload and provide access to config options. -
Uses of AttributeSource in org.apache.lucene.spatial.prefix
Subclasses of AttributeSource in org.apache.lucene.spatial.prefix Modifier and Type Class Description classBytesRefIteratorTokenStreamA TokenStream used internally byPrefixTreeStrategy.classPrefixTreeStrategy.ShapeTokenStream -
Uses of AttributeSource in org.apache.lucene.util
Methods in org.apache.lucene.util that return AttributeSource Modifier and Type Method Description AttributeSourceAttributeSource. cloneAttributes()Performs a clone of allAttributeImplinstances returned in a newAttributeSourceinstance.Methods in org.apache.lucene.util with parameters of type AttributeSource Modifier and Type Method Description voidAttributeSource. copyTo(AttributeSource target)Copies the contents of thisAttributeSourceto the given targetAttributeSource.Constructors in org.apache.lucene.util with parameters of type AttributeSource Constructor Description AttributeSource(AttributeSource input)An AttributeSource that uses the same attributes as the supplied one. -
Uses of AttributeSource in org.apache.lucene.util.graph
Methods in org.apache.lucene.util.graph that return types with arguments of type AttributeSource Modifier and Type Method Description List<AttributeSource>GraphTokenStreamFiniteStrings. getTerms(int state)Returns the list of tokens that start at the provided state -
Uses of AttributeSource in org.elasticsearch.common.lucene.index
Methods in org.elasticsearch.common.lucene.index that return AttributeSource Modifier and Type Method Description AttributeSourceFilterableTermsEnum. attributes()
-