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

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

Introduction

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

The text is from its open source code.

Subclass

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

Method

voidclose()
voiddeleteFile(String name)
PathgetDirectory()
String[]listAll(Path dir)
Lists all files (including subdirectories) in the directory.
String[]listAll()
FSDirectoryopen(Path path)
Creates an FSDirectory instance, trying to pick the best implementation given the current environment.
FSDirectoryopen(Path path, LockFactory lockFactory)
Just like #open(Path) , but allows you to also specify a custom LockFactory .
StringtoString()