Package lumis.portal.bigdata
Interface IBatchIndexer
-
- All Superinterfaces:
java.lang.AutoCloseable
,IBigDataIndexer
@StableMinor(version="16.1", sinceVersion="8.1") public interface IBatchIndexer extends IBigDataIndexer, java.lang.AutoCloseable
Provides batch indexing operations. These operations may be asynchronous.
It is important to notice that bulk operations might not be atomic.
Once finished using an instance,close()
must be called.- Since:
- 8.1.0
- Version:
- $Revision: 26156 $ $Date: 2024-01-13 10:26:46 -0300 (Sat, 13 Jan 2024) $
- See Also:
IBigDataIndexer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
close()
Ends the bulk indexing operations.-
Methods inherited from interface lumis.portal.bigdata.IBigDataIndexer
addDocument, addOrUpdateDocument, deleteDocument, deleteDocumentsByFieldValue, deleteDocumentsByFieldValue, deleteDocumentsByQuery, updateDocumentsByQuerySync
-
-