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. 
 

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.
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.
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.
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.
TopDocs
          Expert: Returned by low-level search implementations.
Weight
          Expert: Calculate query weights and build query scorers.
 



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