Uses of Package
org.apache.lucene.search.spans

Packages that use org.apache.lucene.search.spans
org.apache.lucene.queryParser.surround.query This package contains SrndQuery and its subclasses. 
org.apache.lucene.search Code to search indices. 
org.apache.lucene.search.payloads
The payloads package provides Query mechanisms for finding and using payloads. 
org.apache.lucene.search.regex Regular expression Query. 
org.apache.lucene.search.spans The calculus of spans. 
org.apache.lucene.xmlparser.builders   
 

Classes in org.apache.lucene.search.spans used by org.apache.lucene.queryParser.surround.query
SpanQuery
          Base class for span-based queries.
SpanTermQuery
          Matches spans containing a term.
 

Classes in org.apache.lucene.search.spans used by org.apache.lucene.search
SpanQuery
          Base class for span-based queries.
 

Classes in org.apache.lucene.search.spans used by org.apache.lucene.search.payloads
SpanNearQuery
          Matches spans which are near one another.
SpanQuery
          Base class for span-based queries.
Spans
          Expert: an enumeration of span matches.
SpanScorer
          Public for extension only.
SpanTermQuery
          Matches spans containing a term.
SpanWeight
          Expert-only.
TermSpans
          Expert: Public for extension only
 

Classes in org.apache.lucene.search.spans used by org.apache.lucene.search.regex
SpanQuery
          Base class for span-based queries.
Spans
          Expert: an enumeration of span matches.
 

Classes in org.apache.lucene.search.spans used by org.apache.lucene.search.spans
SpanNearQuery
          Matches spans which are near one another.
SpanQuery
          Base class for span-based queries.
Spans
          Expert: an enumeration of span matches.
 

Classes in org.apache.lucene.search.spans used by org.apache.lucene.xmlparser.builders
SpanQuery
          Base class for span-based queries.
 



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