Java org.apache.lucene.store SimpleFSDirectory fields, constructors, methods, implement or subclass

Example usage for Java org.apache.lucene.store SimpleFSDirectory fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Subclass

org.apache.lucene.store.SimpleFSDirectory has subclasses.
Click this link to see all its subclasses.

Constructor

SimpleFSDirectory(Path path)
Create a new SimpleFSDirectory for the named location and FSLockFactory#getDefault() .
SimpleFSDirectory(Path path, LockFactory lockFactory)
Create a new SimpleFSDirectory for the named location.

Method

voidclose()
IndexOutputcreateOutput(String name, IOContext context)
IndexInputopenInput(String name, IOContext context)
Creates an IndexInput for the file with the given name.