Returns a {@link Status} instance detailing
the state of the index.
As this method checks every byte in the index, on a large
index it can take quite a long time to run.
WARNING: make sure
you only call this when the index is not opened by any
writer.
Namespace: Lucene.Net.IndexAssembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
C# |
---|
public virtual CheckIndex..::..Status CheckIndex_Renamed_Method() |
Visual Basic |
---|
Public Overridable Function CheckIndex_Renamed_Method As CheckIndex..::..Status |
Visual C++ |
---|
public: virtual CheckIndex..::..Status^ CheckIndex_Renamed_Method() |
Return Value
[Missing <returns> documentation for "M:Lucene.Net.Index.CheckIndex.CheckIndex_Renamed_Method"]