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

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

Introduction

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

The text is from its open source code.

Constructor

RandomIndexWriter(Random r, Directory dir)
create a RandomIndexWriter with a random config: Uses MockAnalyzer
RandomIndexWriter(Random r, Directory dir, Analyzer a)
create a RandomIndexWriter with a random config
RandomIndexWriter(Random r, Directory dir, IndexWriterConfig c)
create a RandomIndexWriter with the provided config

Method