public static interface LabelScanStorageStrategy.StorageService
| Modifier and Type | Method and Description |
|---|---|
org.apache.lucene.search.IndexSearcher |
acquireSearcher() |
void |
deleteDocuments(org.apache.lucene.index.Term documentTerm) |
void |
refreshSearcher() |
void |
releaseSearcher(org.apache.lucene.search.IndexSearcher searcher) |
void |
updateDocument(org.apache.lucene.index.Term documentTerm,
org.apache.lucene.document.Document document) |
void updateDocument(org.apache.lucene.index.Term documentTerm,
org.apache.lucene.document.Document document)
throws IOException,
org.neo4j.kernel.api.exceptions.index.IndexCapacityExceededException
IOExceptionorg.neo4j.kernel.api.exceptions.index.IndexCapacityExceededExceptionvoid deleteDocuments(org.apache.lucene.index.Term documentTerm)
throws IOException
IOExceptionorg.apache.lucene.search.IndexSearcher acquireSearcher()
void releaseSearcher(org.apache.lucene.search.IndexSearcher searcher)
throws IOException
IOExceptionvoid refreshSearcher()
throws IOException
IOExceptionCopyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.