Java org.apache.lucene.index CheckIndex fields, constructors, methods, implement or subclass

Example usage for Java org.apache.lucene.index CheckIndex fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.lucene.index CheckIndex.

The text is from its open source code.

Field

booleanassertsOn

Constructor

CheckIndex(Directory dir)
Create a new CheckIndex on the directory.

Method

voidclose()
OptionsparseOptions(String[] args)
Parse command line args into fields
voidsetInfoStream(PrintStream out)
Set infoStream where messages should go.
voidsetInfoStream(PrintStream out, boolean verbose)
Set infoStream where messages should go.