Package io.fluxzero.sdk.persisting.search
package io.fluxzero.sdk.persisting.search
-
ClassDescriptionDefault implementation of the
IndexOperationinterface.Interface for converting domain objects to and fromSerializedDocumentinstances for indexing and searching.Interface for storing, updating, and querying documents in the Fluxzero Runtime.This class represents an exception that is thrown by theDocumentStorewhen a document store operation fails.Represents a grouped search query in the Fluxzero search framework.Builder-style interface for indexing documents into theDocumentStore.Fluent interface for building and executing document search queries in Fluxzero.Indicates that instances of the annotated type should be indexed for search within Fluxzero.SearchHit<T>Represents a single result returned by aSearchquery.