Uses of Class
io.fluxzero.common.api.search.SearchDocuments
Packages that use SearchDocuments
-
Uses of SearchDocuments in io.fluxzero.common.api.search
Constructors in io.fluxzero.common.api.search with parameters of type SearchDocumentsModifierConstructorDescriptionSearchModelDocuments(SearchDocuments search, List<ModelRelationConstraint> relations) SearchModelGraphDocuments(SearchDocuments search, List<ModelRelationConstraint> relations, ModelGraphComposition composition) SearchModelGraphDocuments(SearchDocuments search, List<ModelRelationConstraint> relations, ModelGraphComposition composition, List<ModelGraphPathOverride> pathOverrides) -
Uses of SearchDocuments in io.fluxzero.common.search
Methods in io.fluxzero.common.search with parameters of type SearchDocumentsModifier and TypeMethodDescriptionstatic List<SerializedDocument> ModelGraphDocumentSearch.apply(List<SerializedDocument> documents, SearchDocuments search) Applies the complete search request to already composed graph documents.static Comparator<Document> Document.createComparator(SearchDocuments searchDocuments) Constructs aComparatorto sort documents based on the sorting options inSearchDocuments.