public class ReadOnlyIndexReference extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
checkAndClearStale() |
boolean |
close() |
void |
dispose() |
org.neo4j.index.impl.lucene.legacy.IndexIdentifier |
getIdentifier() |
org.apache.lucene.search.IndexSearcher |
getSearcher() |
org.apache.lucene.index.IndexWriter |
getWriter() |
boolean |
isClosed() |
void |
setStale() |
public org.apache.lucene.index.IndexWriter getWriter()
public void dispose() throws IOException
IOException
public boolean checkAndClearStale()
public void setStale()
public org.apache.lucene.search.IndexSearcher getSearcher()
public org.neo4j.index.impl.lucene.legacy.IndexIdentifier getIdentifier()
public boolean close()
public boolean isClosed()
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.