Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.apache.lucene.search.spans

Search over indices.

See:
          Description

Interface Summary
Spans Expert: an enumeration of span matches.
 

Class Summary
NearSpans  
SpanFirstQuery Matches spans near the beginning of a field.
SpanNearQuery Matches spans which are near one another.
SpanNotQuery Removes matches which overlap with another SpanQuery.
SpanOrQuery Matches the union of its clauses.
SpanQuery Base class for span-based queries.
SpanScorer  
SpanTermQuery Matches spans containing a term.
SpanWeight  
TestBasics Tests basic search capabilities.
TestSpans  
 

Package org.apache.lucene.search.spans Description

Search over indices. Applications usually call Searcher.search(Query)>Searcher.search(Query) 55 or Searcher.search(Query,Filter)>Searcher.search(Query,Filter) 55 .