Uses of Class
org.apache.lucene.index.TermVectors
Packages that use TermVectors
Package
Description
Lucene 5.0 compressing format.
Uses already seen data (the indexed documents) to classify an input ( can be simple text or a
structured document).
Codecs API: API for customization of the encoding and structure of the index.
Lucene 9.0 compressing format.
Simpletext Codec: writes human readable postings.
Code to maintain and access indices.
High-performance single-document main memory Apache Lucene fulltext search index.
Highlighting search terms.
Analyzer based autosuggest.
The UnifiedHighlighter -- a flexible highlighter that can get offsets from postings, term
vectors, or analysis.
-
Uses of TermVectors in org.apache.lucene.backward_codecs.lucene50.compressing
Subclasses of TermVectors in org.apache.lucene.backward_codecs.lucene50.compressingModifier and TypeClassDescriptionfinal class
-
Uses of TermVectors in org.apache.lucene.classification
Methods in org.apache.lucene.classification with parameters of type TermVectorsModifier and TypeMethodDescriptionprivate void
BooleanPerceptronClassifier.updateWeights
(TermVectors termVectors, int docId, Boolean assignedClass, SortedMap<String, Double> weights, double modifier, boolean updateFST) -
Uses of TermVectors in org.apache.lucene.codecs
Subclasses of TermVectors in org.apache.lucene.codecs -
Uses of TermVectors in org.apache.lucene.codecs.lucene90.compressing
Subclasses of TermVectors in org.apache.lucene.codecs.lucene90.compressingModifier and TypeClassDescriptionfinal class
-
Uses of TermVectors in org.apache.lucene.codecs.simpletext
Subclasses of TermVectors in org.apache.lucene.codecs.simpletextModifier and TypeClassDescriptionclass
Reads plain-text term vectors. -
Uses of TermVectors in org.apache.lucene.index
Subclasses of TermVectors in org.apache.lucene.indexModifier and TypeClassDescriptionprivate class
Fields in org.apache.lucene.index declared as TermVectorsModifier and TypeFieldDescriptionstatic final TermVectors
TermVectors.EMPTY
Instance that never returns term vectorsMethods in org.apache.lucene.index that return TermVectorsModifier and TypeMethodDescriptionfinal TermVectors
BaseCompositeReader.termVectors()
final TermVectors
CodecReader.termVectors()
final TermVectors
DocValuesLeafReader.termVectors()
FilterLeafReader.termVectors()
abstract TermVectors
IndexReader.termVectors()
Returns aTermVectors
reader for the term vectors of this index.ParallelLeafReader.termVectors()
-
Uses of TermVectors in org.apache.lucene.index.memory
Methods in org.apache.lucene.index.memory that return TermVectors -
Uses of TermVectors in org.apache.lucene.search.highlight
Methods in org.apache.lucene.search.highlight that return TermVectors -
Uses of TermVectors in org.apache.lucene.search.suggest.analyzing
Methods in org.apache.lucene.search.suggest.analyzing with parameters of type TermVectorsModifier and TypeMethodDescriptionprivate double
BlendedInfixSuggester.createCoefficient
(TermVectors termVectors, int doc, Set<String> matchedTokens, String prefixToken) Create the coefficient to transform the weight. -
Uses of TermVectors in org.apache.lucene.search.uhighlight
Methods in org.apache.lucene.search.uhighlight that return TermVectors