Uses of Interface
org.apache.lucene.index.TermPositionVector
-
Packages that use TermPositionVector Package Description org.apache.lucene.search.highlight The highlight package contains classes to provide "keyword in context" features typically used to highlight search terms in the text of results pages.org.apache.lucene.store.instantiated InstantiatedIndex, alternative RAM store for small corpora. -
-
Uses of TermPositionVector in org.apache.lucene.search.highlight
Methods in org.apache.lucene.search.highlight with parameters of type TermPositionVector Modifier and Type Method Description static TokenStream
TokenSources. getTokenStream(TermPositionVector tpv)
static TokenStream
TokenSources. getTokenStream(TermPositionVector tpv, boolean tokenPositionsGuaranteedContiguous)
Low level api.Constructors in org.apache.lucene.search.highlight with parameters of type TermPositionVector Constructor Description TokenStreamFromTermPositionVector(TermPositionVector termPositionVector)
Constructor. -
Uses of TermPositionVector in org.apache.lucene.store.instantiated
Classes in org.apache.lucene.store.instantiated that implement TermPositionVector Modifier and Type Class Description class
InstantiatedTermPositionVector
Extended vector space view of a document in anInstantiatedIndexReader
.
-