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