Uses of Class org.apache.lucene.search.Searcher

Uses in package org.apache.lucene.search

Classes derived from org.apache.lucene.search.Searcher

class
Implements search over a single IndexReader.
class
Implements search over a set of Searchables.
class
Implements parallel search over a set of Searchables.

Methods with parameter type org.apache.lucene.search.Searcher

Weight
Expert: Constructs an appropriate Weight implementation for this query.
Weight
Returns a Weight that applies the filter to the enclosed query's Weight.
Weight
Expert: Constructs an appropriate Weight implementation for this query.
Weight
Expert: Constructs an appropriate Weight implementation for this query.
Weight
Expert: Constructs an appropriate Weight implementation for this query.
Weight
Expert: Constructs an appropriate Weight implementation for this query.
Similarity
Expert: Returns the Similarity implementation to be used for this query.
float
Similarity.idf(Collection terms, Searcher searcher)
Computes a score factor for a phrase.
float
Similarity.idf(Term term, Searcher searcher)
Computes a score factor for a simple term.
Weight
Query.weight(Searcher searcher)
Expert: Constructs an initializes a Weight for a top-level query.

Uses in package org.apache.lucene.search.spans

Methods with parameter type org.apache.lucene.search.Searcher

Weight
Expert: Constructs an appropriate Weight implementation for this query.

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