|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Searcher | |
|---|---|
| org.apache.lucene.gdata.storage.lucenestorage | Lucene storage implementation |
| org.apache.lucene.search | Table Of Contents |
| org.apache.lucene.search.spans | The calculus of spans. |
| org.apache.lucene.wordnet | This package uses synonyms defined by WordNet to build a Lucene index storing them, which in turn can be used for query expansion. |
| Uses of Searcher in org.apache.lucene.gdata.storage.lucenestorage |
|---|
| Constructors in org.apache.lucene.gdata.storage.lucenestorage with parameters of type Searcher | |
|---|---|
StorageQuery(StorageBuffer buffer,
Searcher searcher)
Creates a new StorageQuery |
|
| Uses of Searcher in org.apache.lucene.search |
|---|
| Subclasses of Searcher in org.apache.lucene.search | |
|---|---|
class |
IndexSearcher
Implements search over a single IndexReader. |
class |
MultiSearcher
Implements search over a set of Searchables. |
class |
ParallelMultiSearcher
Implements parallel search over a set of Searchables. |
| Methods in org.apache.lucene.search with parameters of type Searcher | |
|---|---|
protected Weight |
BooleanQuery.createWeight(Searcher searcher)
|
protected Weight |
ConstantScoreQuery.createWeight(Searcher searcher)
|
protected Weight |
DisjunctionMaxQuery.createWeight(Searcher searcher)
|
protected Weight |
FilteredQuery.createWeight(Searcher searcher)
Returns a Weight that applies the filter to the enclosed query's Weight. |
protected Weight |
MatchAllDocsQuery.createWeight(Searcher searcher)
|
protected Weight |
MultiPhraseQuery.createWeight(Searcher searcher)
|
protected Weight |
PhraseQuery.createWeight(Searcher searcher)
|
protected Weight |
Query.createWeight(Searcher searcher)
Expert: Constructs an appropriate Weight implementation for this query. |
protected Weight |
TermQuery.createWeight(Searcher searcher)
|
Similarity |
BooleanQuery.getSimilarity(Searcher searcher)
|
Similarity |
Query.getSimilarity(Searcher searcher)
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. |
| Constructors in org.apache.lucene.search with parameters of type Searcher | |
|---|---|
ConstantScoreQuery.ConstantWeight(Searcher searcher)
|
|
| Uses of Searcher in org.apache.lucene.search.spans |
|---|
| Methods in org.apache.lucene.search.spans with parameters of type Searcher | |
|---|---|
protected Weight |
SpanQuery.createWeight(Searcher searcher)
|
| Uses of Searcher in org.apache.lucene.wordnet |
|---|
| Methods in org.apache.lucene.wordnet with parameters of type Searcher | |
|---|---|
static Query |
SynExpand.expand(String query,
Searcher syns,
Analyzer a,
String field,
float boost)
Perform synonym expansion on a query. |
static Query |
SynLookup.expand(String query,
Searcher syns,
Analyzer a,
String field,
float boost)
Perform synonym expansion on a query. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||