Method CheckReader
CheckReader(IndexReader)
this runs the CheckIndex tool on the Reader. If any issues are hit, a RuntimeException is thrown
Declaration
public static void CheckReader(IndexReader reader)
Parameters
Type | Name | Description |
---|---|---|
IndexReader | reader |
CheckReader(AtomicReader, Boolean)
Declaration
public static void CheckReader(AtomicReader reader, bool crossCheckTermVectors)
Parameters
Type | Name | Description |
---|---|---|
AtomicReader | reader | |
System.Boolean | crossCheckTermVectors |