Searched defs:Searcher (Results 1 - 1 of 1) sorted by relevance

/lucene-3.6.0/lucene/core/src/java/org/apache/lucene/search/
H A DSearcher.java32 * Note that you can only access hits from a Searcher as long as it is not yet
39 public abstract class Searcher implements Searchable { class in inherits:Searchable
75 * Searcher#search(Query, int)}) is usually more efficient, as it skips
95 * Searcher#search(Query, Filter, int)}) is usually more efficient, as it skips
143 /** Expert: Set the Similarity implementation used by this Searcher.
151 /** Expert: Return the Similarity implementation used by this Searcher.
184 * Subclasses of Searcher should use {@link #createNormalizedWeight}, instead.

Completed in 33 milliseconds