public final class Store.StoreDirectory
extends org.apache.lucene.store.FilterDirectory
BloomFilterPostingsFormat can load its boolean setting; can we find a more straightforward way?| Modifier and Type | Field and Description |
|---|---|
ESLogger |
deletesLogger |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
deleteFile(String name) |
org.apache.lucene.store.IndexInput |
openInput(String name,
org.apache.lucene.store.IOContext context) |
ShardId |
shardId() |
String |
toString() |
public final ESLogger deletesLogger
public ShardId shardId()
public org.apache.lucene.store.IndexInput openInput(String name, org.apache.lucene.store.IOContext context) throws IOException
openInput in class org.apache.lucene.store.FilterDirectoryIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class org.apache.lucene.store.FilterDirectoryIOExceptionpublic void deleteFile(String name) throws IOException
deleteFile in class org.apache.lucene.store.FilterDirectoryIOExceptionpublic String toString()
toString in class org.apache.lucene.store.FilterDirectoryCopyright © 2009–2016. All rights reserved.