Uses of Package
gate.creole.annic.apache.lucene.search

Packages that use gate.creole.annic.apache.lucene.search
gate.creole.annic.apache.lucene.index Code to maintain and access indices. 
gate.creole.annic.apache.lucene.search Search over indices. 
gate.creole.annic.lucene   
 

Classes in gate.creole.annic.apache.lucene.search used by gate.creole.annic.apache.lucene.index
Similarity
          Expert: Scoring API.
 

Classes in gate.creole.annic.apache.lucene.search used by gate.creole.annic.apache.lucene.search
BooleanClause
          A clause in a BooleanQuery.
BooleanScorer
           
BooleanScorer.Bucket
           
BooleanScorer.BucketTable
          A simple hash table of document scores within a range.
BooleanScorer.SubScorer
           
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.
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.
HitCollector
          Lower-level search API.
HitDoc
           
Hits
          A ranked list of documents, used to hold search results.
PhrasePositions
           
PhraseQueue
           
PhraseScorer
           
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 gate.creole.annic.apache.lucene.search used by gate.creole.annic.lucene
Filter
          Abstract base class providing a mechanism to restrict searches to a subset of an index.
Hits
          A ranked list of documents, used to hold search results.
IndexSearcher
          Implements search over a single IndexReader.
Query
          The abstract base class for queries.
Searchable
          The interface for search implementations.
Searcher
          An abstract base class for search implementations.
TopDocs
          Expert: Returned by low-level search implementations.