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

Packages that use Spans
org.apache.lucene.search.regex Regular expression Query. 
org.apache.lucene.search.spans The calculus of spans. 
 

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

Methods in org.apache.lucene.search.regex that return Spans
 Spans SpanRegexQuery.getSpans(IndexReader reader)
           
 

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

Classes in org.apache.lucene.search.spans that implement Spans
 class TermSpans
          Expert: Public for extension only
 

Fields in org.apache.lucene.search.spans declared as Spans
protected  Spans SpanScorer.spans
           
 

Methods in org.apache.lucene.search.spans that return Spans
 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 SpanOrQuery.getSpans(IndexReader reader)
           
 Spans SpanNearQuery.getSpans(IndexReader reader)
           
 Spans SpanFirstQuery.getSpans(IndexReader reader)
           
 

Constructors in org.apache.lucene.search.spans with parameters of type Spans
SpanScorer(Spans spans, Weight weight, Similarity similarity, byte[] norms)
           
 



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