Merges the readers specified by the {@link #add} method into the directory passed to the constructor

Namespace: Lucene.Net.Index
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
public int Merge()
Visual Basic
Public Function Merge As Integer
Visual C++
public:
int Merge()

Return Value

The number of documents that were merged

See Also