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 Table Of Contents 
org.apache.lucene.search.spans The calculus of spans. 
org.apache.lucene.util Some utility classes. 
 

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
BooleanClause.Occur
          Specifies how clauses are to occur in matching documents.
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.
BooleanClause.Occur
          Specifies how clauses are to occur in matching documents.
Explanation
          Expert: Describes the score computation for document and query.
FieldCache
          Expert: Maintains caches of term values.
FieldCache.FloatParser
          Interface to parse floats from document fields.
FieldCache.IntParser
          Interface to parse ints from document fields.
FieldCache.StringIndex
          Expert: Stores term text values and document ordering data.
FieldDoc
          Expert: A ScoreDoc which also contains information about how to sort the referenced document.
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.
RangeFilter
          A Filter that restricts search results to a range of values in a given field.
ScoreDoc
          Expert: Returned by low-level search implementations.
ScoreDocComparator
          Expert: Compares two ScoreDoc objects for sorting.
Scorer
          Expert: Common scoring functionality for different types 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.
TopDocCollector
          A HitCollector implementation that collects the top-scoring documents, returning them as a TopDocs.
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.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.
 

Classes in org.apache.lucene.search used by org.apache.lucene.util
Scorer
          Expert: Common scoring functionality for different types of queries.
 



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