Uses of Interface
org.apache.lucene.index.TermPositionVector

Packages that use TermPositionVector
org.apache.lucene.index Code to maintain and access indices. 
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. 
 

Uses of TermPositionVector in org.apache.lucene.index
 

Classes in org.apache.lucene.index that implement TermPositionVector
 class SegmentTermPositionVector
          Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
 

Uses of TermPositionVector in org.apache.lucene.search.highlight
 

Methods in org.apache.lucene.search.highlight with parameters of type TermPositionVector
static TokenStream TokenSources.getTokenStream(TermPositionVector tpv)
           
static TokenStream TokenSources.getTokenStream(TermPositionVector tpv, boolean tokenPositionsGuaranteedContiguous)
          Low level api.
 



Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.