|
|||||||||
| Home >> All >> org >> apache >> lucene >> search >> [ spans overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||
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 .
|
|||||||||
| Home >> All >> org >> apache >> lucene >> search >> [ spans overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||