Uses of Class
io.fluxzero.common.search.Document
Packages that use Document
Package
Description
-
Uses of Document in io.fluxzero.common.api.search
Methods in io.fluxzero.common.api.search that return DocumentModifier and TypeMethodDescriptionSerializedDocument.deserializeDocument()Returns the deserialized document view.Methods in io.fluxzero.common.api.search with parameters of type DocumentModifier and TypeMethodDescriptionbooleanEvaluates whether this constraint applies to the given document.booleanAlways returnstrue, indicating that any document matches.Method parameters in io.fluxzero.common.api.search with type arguments of type DocumentModifier and TypeMethodDescriptionstatic List<DocumentStats> Computes document statistics from a stream of documents.Constructors in io.fluxzero.common.api.search with parameters of type DocumentModifierConstructorDescriptionSerializedDocument(Document document) Constructs aSerializedDocumentfrom a deserializedDocumentrepresentation.Constructor parameters in io.fluxzero.common.api.search with type arguments of type DocumentModifierConstructorDescriptionFieldStats(List<Document> documents, String path) Constructs aFieldStatsinstance by scanning all numeric entries for a given path. -
Uses of Document in io.fluxzero.common.api.search.constraints
Methods in io.fluxzero.common.api.search.constraints with parameters of type DocumentModifier and TypeMethodDescriptionbooleanbooleanbooleanbooleanEvaluates whether this constraint matches the givenDocument.booleanbooleanbooleanOverridesConstraint.matches(Document)to evaluate a decomposed constraint tree. -
Uses of Document in io.fluxzero.common.search
Fields in io.fluxzero.common.search with type parameters of type DocumentMethods in io.fluxzero.common.search that return DocumentModifier and TypeMethodDescriptionDocument.filterPaths(Predicate<Document.Path> pathFilter) Filters document entries by aDocument.Pathpredicate.Methods in io.fluxzero.common.search that return types with arguments of type DocumentModifier and TypeMethodDescriptionstatic Comparator<Document> Document.createComparator(SearchDocuments searchDocuments) Constructs aComparatorto sort documents based on the sorting options inSearchDocuments.Methods in io.fluxzero.common.search with parameters of type Document