public class ElasticsearchBulkUpdater extends Object implements BulkUpdater
Constructor and Description |
---|
ElasticsearchBulkUpdater(Client client) |
Modifier and Type | Method and Description |
---|---|
void |
add(SearchDocument doc) |
void |
delete(SearchDocument doc) |
void |
end() |
void |
update(SearchDocument doc) |
public void add(SearchDocument doc) throws IOException
add
in interface BulkUpdater
IOException
public void update(SearchDocument doc) throws IOException
update
in interface BulkUpdater
IOException
public void delete(SearchDocument doc) throws IOException
delete
in interface BulkUpdater
IOException
public void end() throws IOException
end
in interface BulkUpdater
IOException
Copyright © 2015-2019 Eclipse Foundation. All Rights Reserved.