public interface BulkUpdater
Modifier and Type | Method and Description |
---|---|
void |
add(SearchDocument doc) |
void |
delete(SearchDocument doc) |
void |
end() |
void |
update(SearchDocument doc) |
void add(SearchDocument doc) throws IOException
IOException
void update(SearchDocument doc) throws IOException
IOException
void delete(SearchDocument doc) throws IOException
IOException
void end() throws IOException
IOException
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.