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

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

Introduction

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

The text is from its open source code.

Constructor

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

Method