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 voidBooleanPerceptronClassifier.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 TypeClassDescriptionclassReads plain-text term vectors. -
Uses of TermVectors in org.apache.lucene.index
Subclasses of TermVectors in org.apache.lucene.indexModifier and TypeClassDescriptionprivate classFields in org.apache.lucene.index declared as TermVectorsModifier and TypeFieldDescriptionstatic final TermVectorsTermVectors.EMPTYInstance that never returns term vectorsMethods in org.apache.lucene.index that return TermVectorsModifier and TypeMethodDescriptionfinal TermVectorsBaseCompositeReader.termVectors()final TermVectorsCodecReader.termVectors()final TermVectorsDocValuesLeafReader.termVectors()FilterLeafReader.termVectors()abstract TermVectorsIndexReader.termVectors()Returns aTermVectorsreader 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 doubleBlendedInfixSuggester.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