Uses of Package
io.fluxcapacitor.common.search
Packages that use io.fluxcapacitor.common.search
Package
Description
-
Classes in io.fluxcapacitor.common.search used by io.fluxcapacitor.common.api.searchClassDescriptionRepresents a structured, searchable, and indexable document within a Flux Capacitor collection.Represents a navigable field access path for a
Document
entry. -
Classes in io.fluxcapacitor.common.search used by io.fluxcapacitor.common.api.search.constraintsClassDescriptionRepresents a structured, searchable, and indexable document within a Flux Capacitor collection.Represents a typed field value within a document (e.g. text, number, boolean).
-
Classes in io.fluxcapacitor.common.search used by io.fluxcapacitor.common.searchClassDescriptionDefault serializer for
Document
instances in the Flux platform.Represents a structured, searchable, and indexable document within a Flux Capacitor collection.Represents a typed field value within a document (e.g. text, number, boolean).Enumerates the supported types of values that can appear in aDocument
entry.Represents a navigable field access path for aDocument
entry.Interface responsible for converting a domain object into aSerializedDocument
for indexing, and vice versa—deserializing abyte[]
representation into the original object type.Implementation ofInverter
that uses Jackson to invert an Object into aSerializedDocument
and back into aJsonNode
.Marker annotation that indicates that a property is to be ignored when indexing a document for search. -
Classes in io.fluxcapacitor.common.search used by io.fluxcapacitor.javaclient.common.serialization.jacksonClassDescriptionImplementation of
Inverter
that uses Jackson to invert an Object into aSerializedDocument
and back into aJsonNode
. -
Classes in io.fluxcapacitor.common.search used by io.fluxcapacitor.javaclient.modelingClassDescriptionMarker annotation on fields and methods that indicates that a property is to be used as facet when indexing a document for search.
-
Classes in io.fluxcapacitor.common.search used by io.fluxcapacitor.javaclient.tracking.handlingClassDescriptionMarker annotation that indicates that a property is to be included when indexing a document for search.