Uses of Package
io.fluxcapacitor.common.api.search
Packages that use io.fluxcapacitor.common.api.search
Package
Description
-
Classes in io.fluxcapacitor.common.api.search used by io.fluxcapacitor.common.api.searchClassDescriptionSupported bulk operation types.Base interface for defining filter conditions (constraints) used in document search queries.Represents aggregate statistics for a group of documents, including values for specified fields.Represents a single facet field-value pair within a document.Lightweight structure for representing
GetDocumentResult
in Flux metrics logs.Lightweight structure for representingGetDocumentsResult
in Flux metrics logs.Compact summary of the result, used for internal monitoring purposes.Lightweight summary of the facet statistics result, used for internal metric tracking.Represents a group key for aggregating documents inDocumentStats
.AConstraint
implementation that matches all documents and imposes no filtering conditions.Lightweight metric representation used for logging search result metadata.Represents a serialized form of a search document stored in a Flux Capacitor collection.Represents a sortable entry in aDocument
for use in search operations. -
Classes in io.fluxcapacitor.common.api.search used by io.fluxcapacitor.common.api.search.bulkupdateClassDescriptionRepresents a single operation in a bulk document update.Supported bulk operation types.Represents a serialized form of a search document stored in a Flux Capacitor collection.
-
Classes in io.fluxcapacitor.common.api.search used by io.fluxcapacitor.common.api.search.constraintsClassDescriptionBase interface for defining filter conditions (constraints) used in document search queries.Represents a single facet field-value pair within a document.
-
Classes in io.fluxcapacitor.common.api.search used by io.fluxcapacitor.common.searchClassDescriptionRepresents a single facet field-value pair within a document.Request used to perform a search over documents indexed in the Flux search store.Represents a serialized form of a search document stored in a Flux Capacitor collection.Represents a sortable entry in a
Document
for use in search operations. -
Classes in io.fluxcapacitor.common.api.search used by io.fluxcapacitor.javaclient
-
Classes in io.fluxcapacitor.common.api.search used by io.fluxcapacitor.javaclient.common.serialization.jacksonClassDescriptionRepresents a serialized form of a search document stored in a Flux Capacitor collection.
-
Classes in io.fluxcapacitor.common.api.search used by io.fluxcapacitor.javaclient.modelingClassDescriptionBase interface for defining filter conditions (constraints) used in document search queries.
-
Classes in io.fluxcapacitor.common.api.search used by io.fluxcapacitor.javaclient.persisting.searchClassDescriptionRepresents a single operation in a bulk document update.Base interface for defining filter conditions (constraints) used in document search queries.Statistical summary for a single document field.Represents a single low-level document update operation to be applied to a search collection.Represents the count of documents matching a specific facet value.Represents a group key for aggregating documents in
DocumentStats
.Represents a histogram over a time range, typically returned byGetSearchHistogramResult
.Builder class for constructing instances ofSearchQuery
.Represents a serialized form of a search document stored in a Flux Capacitor collection. -
Classes in io.fluxcapacitor.common.api.search used by io.fluxcapacitor.javaclient.persisting.search.clientClassDescriptionCommand to configure to use a search collection as a searchable audit trail.Represents aggregate statistics for a group of documents, including values for specified fields.Represents a single low-level document update operation to be applied to a search collection.Represents the count of documents matching a specific facet value.Request to fetch a single document from the search store by ID and collection.Request to fetch multiple documents from the search store by collection and their IDs.Request to compute a time-based histogram over documents that match a given query.A request to check whether a document exists in a given collection.Request used to perform a search over documents indexed in the Flux search store.Represents a histogram over a time range, typically returned by
GetSearchHistogramResult
.A query for filtering documents in one or more search collections.Represents a serialized form of a search document stored in a Flux Capacitor collection. -
Classes in io.fluxcapacitor.common.api.search used by io.fluxcapacitor.testserver.websocketClassDescriptionRequest to compute a time-based histogram over documents that match a given query.Result of a
GetSearchHistogram
request.Request used to perform a search over documents indexed in the Flux search store.The result of aSearchDocuments
request.