Uses of Package
io.fluxzero.common.search
Packages that use io.fluxzero.common.search
Package
Description
-
Classes in io.fluxzero.common.search used by io.fluxzero.common.api.searchClassDescriptionRepresents a structured, searchable, and indexable document within a Fluxzero collection.Represents a navigable field access path for a
Documententry. -
Classes in io.fluxzero.common.search used by io.fluxzero.common.api.search.constraintsClassDescriptionRepresents a structured, searchable, and indexable document within a Fluxzero collection.Represents a typed field value within a document (e.g. text, number, boolean).
-
Classes in io.fluxzero.common.search used by io.fluxzero.common.searchClassDescriptionDefault serializer for
Documentinstances in the Fluxzero Runtime.Represents a structured, searchable, and indexable document within a Fluxzero collection.Represents a typed field value within a document (e.g. text, number, boolean).Enumerates the supported types of values that can appear in aDocumententry.Represents a navigable field access path for aDocumententry.Interface responsible for converting a domain object into aSerializedDocumentfor indexing, and vice versa—deserializing abyte[]representation into the original object type.Implementation ofInverterthat uses Jackson to invert an Object into aSerializedDocumentand back into aJsonNode.Marker annotation that indicates that a property is to be ignored when indexing a document for text search. -
Classes in io.fluxzero.common.search used by io.fluxzero.sdk.common.serialization.jacksonClassDescriptionImplementation of
Inverterthat uses Jackson to invert an Object into aSerializedDocumentand back into aJsonNode. -
Classes in io.fluxzero.common.search used by io.fluxzero.sdk.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.fluxzero.common.search used by io.fluxzero.sdk.tracking.handlingClassDescriptionMarker annotation that indicates that a property is to be included when indexing a document for search.