public class ElasticSearchDocumentDeleter extends Object implements IDocumentDeleter
| Modifier and Type | Field and Description |
|---|---|
static String |
TO_DELETE_QUEUE |
| Constructor and Description |
|---|
ElasticSearchDocumentDeleter() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(org.apache.commons.configuration2.HierarchicalConfiguration<org.apache.commons.configuration2.tree.ImmutableNode> deletionConfiguration) |
void |
deleteDocuments(List<String> docIds) |
Set<String> |
getNames() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithasNamepublic static final String TO_DELETE_QUEUE
public void configure(org.apache.commons.configuration2.HierarchicalConfiguration<org.apache.commons.configuration2.tree.ImmutableNode> deletionConfiguration)
throws MedlineDocumentDeletionException
configure in interface IDocumentDeleterMedlineDocumentDeletionExceptionpublic void deleteDocuments(List<String> docIds)
deleteDocuments in interface IDocumentDeleterpublic Set<String> getNames()
getNames in interface IDocumentDeleterCopyright © 2018 JULIE Lab, Germany. All rights reserved.