Uses of Package
org.apache.lucene.search

Packages that use org.apache.lucene.search
org.apache.lucene.index Code to maintain and access indices. 
org.apache.lucene.queryParser A simple query parser implemented with JavaCC.  
org.apache.lucene.search Search over indices.  
org.apache.lucene.search.highlight The highlight package contains classes to provide "keyword in context" features typically used to highlight search terms in the text of results pages.  
org.apache.lucene.search.spans The calculus of spans.  
 

Classes in org.apache.lucene.search used by org.apache.lucene.index
Similarity
          Expert: Scoring API.
 

Classes in org.apache.lucene.search used by org.apache.lucene.queryParser
Query
          The abstract base class for queries.
 

Classes in org.apache.lucene.search used by org.apache.lucene.search
BooleanClause
          A clause in a BooleanQuery.
DateFilter
          A Filter that restricts search results to a range of time.
Explanation
          Expert: Describes the score computation for document and query.
FieldCache
          Expert: Maintains caches of term values.
FieldCache.StringIndex
          Expert: Stores term text values and document ordering data.
Filter
          Abstract base class providing a mechanism to restrict searches to a subset of an index.
FilteredTermEnum
          Abstract class for enumerating a subset of all terms.
HitCollector
          Lower-level search API.
Hits
          A ranked list of documents, used to hold search results.
MultiSearcher
          Implements search over a set of Searchables.
MultiTermQuery
          A Query that matches documents containing a subset of terms provided by a FilteredTermEnum enumeration.
Query
          The abstract base class for queries.
ScoreDoc
          Expert: Returned by low-level search implementations.
ScoreDocComparator
          Expert: Compares two ScoreDoc objects for sorting.
Scorer
          Expert: Implements scoring for a class of queries.
Searchable
          The interface for search implementations.
Searcher
          An abstract base class for search implementations.
Similarity
          Expert: Scoring API.
Sort
          Encapsulates sort criteria for returned hits.
SortComparator
          Abstract base class for sorting hits returned by a Query.
SortComparatorSource
          Expert: returns a comparator for sorting ScoreDocs.
SortField
          Stores information about how to sort documents by terms in an individual field.
TopDocs
          Expert: Returned by low-level search implementations.
TopFieldDocs
          Expert: Returned by low-level sorted search implementations.
Weight
          Expert: Calculate query weights and build query scorers.
 

Classes in org.apache.lucene.search used by org.apache.lucene.search.highlight
Query
          The abstract base class for queries.
 

Classes in org.apache.lucene.search used by org.apache.lucene.search.spans
Query
          The abstract base class for queries.
Searcher
          An abstract base class for search implementations.
Weight
          Expert: Calculate query weights and build query scorers.
 



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