Interface BulkUpdater
- All Known Implementing Classes:
 ElasticsearchBulkUpdater, SimpleBulkUpdater, SolrBulkUpdater
public interface BulkUpdater
- 
Method Summary
Modifier and TypeMethodDescriptionvoidadd(SearchDocument doc) voiddelete(SearchDocument doc) voidend()voidupdate(SearchDocument doc)  
- 
Method Details
- 
add
- Throws:
 IOException
 - 
update
- Throws:
 IOException
 - 
delete
- Throws:
 IOException
 - 
end
- Throws:
 IOException
 
 -