Lucene.Net  3.0.3
Lucene.Net is a .NET port of the Java Lucene Indexing Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties
Classes | Namespaces | Typedefs
SegmentMerger.cs File Reference

Go to the source code of this file.

Classes

class  Lucene.Net.Index.SegmentMerger
 The SegmentMerger class combines two or more Segments, represented by an IndexReader (Add, into a single Segment. After adding the appropriate readers, call the merge method to combine the segments. If the compoundFile flag is set, then the segments will be merged into a compound file. More...
 
class  Lucene.Net.Index.SegmentMerger.CheckAbort
 

Namespaces

package  Lucene.Net.Index
 

Typedefs

using Document = Lucene.Net.Documents.Document
 
using FieldSelector = Lucene.Net.Documents.FieldSelector
 
using FieldSelectorResult = Lucene.Net.Documents.FieldSelectorResult
 
using FieldOption = Lucene.Net.Index.IndexReader.FieldOption
 
using MergeAbortedException = Lucene.Net.Index.MergePolicy.MergeAbortedException
 
using Directory = Lucene.Net.Store.Directory
 
using IndexInput = Lucene.Net.Store.IndexInput
 
using IndexOutput = Lucene.Net.Store.IndexOutput
 

Typedef Documentation

Definition at line 25 of file SegmentMerger.cs.

Definition at line 20 of file SegmentMerger.cs.

Definition at line 23 of file SegmentMerger.cs.

Definition at line 21 of file SegmentMerger.cs.

using FieldSelectorResult = Lucene.Net.Documents.FieldSelectorResult

Definition at line 22 of file SegmentMerger.cs.

Definition at line 26 of file SegmentMerger.cs.

Definition at line 27 of file SegmentMerger.cs.

Definition at line 24 of file SegmentMerger.cs.