Uses of Interface
org.apache.lucene.search.spans.Spans

Packages that use Spans
org.apache.lucene.search.spans The calculus of spans.  
 

Uses of Spans in org.apache.lucene.search.spans
 

Methods in org.apache.lucene.search.spans that return Spans
 Spans SpanFirstQuery.getSpans(IndexReader reader)
           
 Spans SpanOrQuery.getSpans(IndexReader reader)
           
 Spans SpanNotQuery.getSpans(IndexReader reader)
           
 Spans SpanTermQuery.getSpans(IndexReader reader)
           
abstract  Spans SpanQuery.getSpans(IndexReader reader)
          Expert: Returns the matches for this query in an index.
 Spans SpanNearQuery.getSpans(IndexReader reader)
           
 



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