Class MultiSearcher
Implements search over a set of Searchables
.
Applications usually need only call the inherited Search(Query, Int32) or Search(Query, Filter, Int32) methods.
Inherited Members
Namespace:
Assembly: Lucene.Net.NetCore.dll
Syntax
public class MultiSearcher : Searcher, Searchable, IDisposable, IDisposable
Constructors
Name | Description |
---|---|
Multi |
Creates a searcher which searches searchers. |
Properties
Name | Description |
---|---|
Max |
Methods
Name | Description |
---|---|
Create |
Create weight in multiple index scenario. Distributed query processing is done in the following steps:
Steps 1-4 are done here, 5+6 in the search() methods |
Dispose(Boolean) | |
Doc(Int32) | |
Doc(Int32, Field |
|
Doc |
|
Explain(Weight, Int32) | |
Get |
Return the array of Searchables this searches. |
Get |
|
Rewrite(Query) | |
Search(Weight, Filter, Collector) | |
Search(Weight, Filter, Int32) | |
Search(Weight, Filter, Int32, Sort) | |
Sub |
Returns the document number of document |
Sub |
Returns index of the searcher for document |