Uses of Class
io.fluxcapacitor.common.search.Document
Packages that use Document
Package
Description
-
Uses of Document in io.fluxcapacitor.common.api.search
Methods in io.fluxcapacitor.common.api.search that return DocumentModifier and TypeMethodDescriptionSerializedDocument.deserializeDocument()
Returns the deserialized document view.Methods in io.fluxcapacitor.common.api.search with parameters of type DocumentModifier and TypeMethodDescriptionboolean
Evaluates whether this constraint applies to the given document.boolean
Always returnstrue
, indicating that any document matches.Method parameters in io.fluxcapacitor.common.api.search with type arguments of type DocumentModifier and TypeMethodDescriptionstatic List
<DocumentStats> Computes document statistics from a stream of documents.Constructors in io.fluxcapacitor.common.api.search with parameters of type DocumentModifierConstructorDescriptionSerializedDocument
(Document document) Constructs aSerializedDocument
from a deserializedDocument
representation.Constructor parameters in io.fluxcapacitor.common.api.search with type arguments of type DocumentModifierConstructorDescriptionFieldStats
(List<Document> documents, String path) Constructs aFieldStats
instance by scanning all numeric entries for a given path. -
Uses of Document in io.fluxcapacitor.common.api.search.constraints
Methods in io.fluxcapacitor.common.api.search.constraints with parameters of type DocumentModifier and TypeMethodDescriptionboolean
boolean
boolean
boolean
Evaluates whether this constraint matches the givenDocument
.boolean
boolean
boolean
OverridesConstraint.matches(Document)
to evaluate a decomposed constraint tree. -
Uses of Document in io.fluxcapacitor.common.search
Fields in io.fluxcapacitor.common.search with type parameters of type DocumentMethods in io.fluxcapacitor.common.search that return DocumentModifier and TypeMethodDescriptionDefaultDocumentSerializer.deserialize
(Data<byte[]> document) Document.filterPaths
(Predicate<Document.Path> pathFilter) Filters document entries by aDocument.Path
predicate.Methods in io.fluxcapacitor.common.search that return types with arguments of type DocumentModifier and TypeMethodDescriptionstatic Comparator
<Document> Document.createComparator
(SearchDocuments searchDocuments) Constructs aComparator
to sort documents based on the sorting options inSearchDocuments
.Methods in io.fluxcapacitor.common.search with parameters of type DocumentMethod parameters in io.fluxcapacitor.common.search with type arguments of type Document