Class DefaultIndexOperation

java.lang.Object
io.fluxzero.sdk.persisting.search.DefaultIndexOperation
All Implemented Interfaces:
IndexOperation

public class DefaultIndexOperation extends Object implements IndexOperation
Default implementation of the IndexOperation interface.

This class provides a mutable, builder-style implementation for preparing and executing document indexing operations using a DocumentStore.

Instances of this class are typically created by calling DocumentStore.prepareIndex(Object). Upon construction, the document ID, collection name, and timestamps are automatically extracted from the object's class using reflection.

See Also: