public interface LuceneIndexWriter
IndexWriter
that exposes only some part of it's
functionality that it really needed and hides a fact that index is partitioned.Modifier and Type | Method and Description |
---|---|
void |
addDocument(org.apache.lucene.document.Document document) |
void |
addDocuments(Iterable<org.apache.lucene.document.Document> document) |
void |
deleteDocuments(org.apache.lucene.search.Query query) |
void |
deleteDocuments(org.apache.lucene.index.Term term) |
void |
updateDocument(org.apache.lucene.index.Term term,
org.apache.lucene.document.Document document) |
void addDocument(org.apache.lucene.document.Document document) throws IOException
IOException
void addDocuments(Iterable<org.apache.lucene.document.Document> document) throws IOException
IOException
void updateDocument(org.apache.lucene.index.Term term, org.apache.lucene.document.Document document) throws IOException
IOException
void deleteDocuments(org.apache.lucene.index.Term term) throws IOException
IOException
void deleteDocuments(org.apache.lucene.search.Query query) throws IOException
IOException
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.