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

Uses in package org.apache.lucene.wordnet

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

Query
SynExpand.expand(String query, Searcher syns, Analyzer a, String field, float boost)
Perform synonym expansion on a query.
Query
SynLookup.expand(String query, Searcher syns, Analyzer a, String field, float boost)
Perform synonym expansion on a query.

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

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

Weight

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.

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

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

Weight
Weight
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
Weight
Expert: Constructs an appropriate Weight implementation for this query.
Weight
Expert: Constructs an appropriate Weight implementation for this query.
Weight
Similarity
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 and initializes a Weight for a top-level query.

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