Uses of Class
io.fluxzero.common.api.search.SerializedDocument
Packages that use SerializedDocument
Package
Description
-
Uses of SerializedDocument in io.fluxzero.common.api.search
Methods in io.fluxzero.common.api.search that return SerializedDocumentModifier and TypeMethodDescriptionSearchDocumentsResult.lastMatch()Returns the last document in the result list, ornullif no matches were found.Methods in io.fluxzero.common.api.search with parameters of type SerializedDocumentModifier and TypeMethodDescriptionbooleanSearchQuery.matches(SerializedDocument d) Checks if the given serialized document matches the query's constraints and collection filters. -
Uses of SerializedDocument in io.fluxzero.common.api.search.bulkupdate
Methods in io.fluxzero.common.api.search.bulkupdate with parameters of type SerializedDocumentModifier and TypeMethodDescriptionstatic IndexDocumentIndexDocument.fromDocument(SerializedDocument document) Creates a bulk index operation from aSerializedDocument. -
Uses of SerializedDocument in io.fluxzero.common.search
Methods in io.fluxzero.common.search that return SerializedDocumentModifier and TypeMethodDescriptionInverter.toDocument(Object object, String type, int revision, String id, String collection, Instant timestamp, Instant end, Metadata metadata) Converts the given object into aSerializedDocument, which is suitable for indexing or storage in a document store.JacksonInverter.toDocument(Object value, String type, int revision, String id, String collection, Instant timestamp, Instant end, Metadata metadata)