Class ModelGraphDocumentSearch
java.lang.Object
io.fluxzero.common.search.ModelGraphDocumentSearch
Applies graph-view constraints, sorting, field selection and pagination after live graph composition.
Keeping this operation shared ensures that a live graph query has the same result semantics as an ordinary query against a materialized graph collection. Candidate-root discovery and graph composition remain explicitly bounded by the caller before this operation is invoked.
-
Method Summary
Modifier and TypeMethodDescriptionstatic List<SerializedDocument> apply(List<SerializedDocument> documents, SearchDocuments search) Applies the complete search request to already composed graph documents.
-
Method Details
-
apply
public static List<SerializedDocument> apply(List<SerializedDocument> documents, SearchDocuments search) Applies the complete search request to already composed graph documents.
-