Lucene.Net
3.0.3
Lucene.Net is a port of the Lucene search engine library, written in C# and targeted at .NET runtime users.
|
Go to the source code of this file.
Classes | |
class | Lucene.Net.Index.ParallelReader |
An IndexReader which reads multiple, parallel indexes. Each index added must have the same number of documents, but typically each contains different fields. Each document contains the union of the fields of all documents with the same document number. When searching, matches for a query term are from the first index added that has the field. More... | |
Namespaces | |
package | Lucene.Net.Index |
Typedefs | |
using | Document = Lucene.Net.Documents.Document |
using | FieldSelector = Lucene.Net.Documents.FieldSelector |
using | FieldSelectorResult = Lucene.Net.Documents.FieldSelectorResult |
Definition at line 22 of file ParallelReader.cs.
Definition at line 23 of file ParallelReader.cs.
using FieldSelectorResult = Lucene.Net.Documents.FieldSelectorResult |
Definition at line 24 of file ParallelReader.cs.