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.FilterDirectory
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class org.apache.lucene.store.FilterDirectory
IOException
public void deleteFile(String name) throws IOException
deleteFile
in class org.apache.lucene.store.FilterDirectory
IOException
public String toString()
toString
in class org.apache.lucene.store.FilterDirectory
Copyright © 2009–2015. All rights reserved.