Class IndexDocument

java.lang.Object
io.fluxcapacitor.common.api.search.bulkupdate.IndexDocument
All Implemented Interfaces:
BulkUpdate

public class IndexDocument extends Object implements BulkUpdate
A bulk update operation that indexes (inserts or replaces) a document in the store.

The object represents the document content. The id uniquely identifies the document within the given collection.

If the document already exists, it will be replaced.