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
Public Member Functions | Properties | List of all members
Lucene.Net.Index.MergePolicy.OneMerge Class Reference

OneMerge provides the information necessary to perform an individual primitive merge operation, resulting in a single new segment. The merge spec includes the subset of segments to be merged as well as whether the new segment should use the compound file format. More...

Public Member Functions

 OneMerge (SegmentInfos segments, bool useCompoundFile)
 

Properties

SegmentInfos segments_ForNUnit [get]
 

Detailed Description

OneMerge provides the information necessary to perform an individual primitive merge operation, resulting in a single new segment. The merge spec includes the subset of segments to be merged as well as whether the new segment should use the compound file format.

Definition at line 71 of file MergePolicy.cs.

Constructor & Destructor Documentation

Lucene.Net.Index.MergePolicy.OneMerge.OneMerge ( SegmentInfos  segments,
bool  useCompoundFile 
)

Definition at line 88 of file MergePolicy.cs.

Property Documentation

SegmentInfos Lucene.Net.Index.MergePolicy.OneMerge.segments_ForNUnit
get

Definition at line 170 of file MergePolicy.cs.


The documentation for this class was generated from the following file: