Package io.jmix.search.searching.impl
@NonNullApi
package io.jmix.search.searching.impl
-
ClassDescriptionBase class for all search strategies.Describes
SearchStrategy
that searches documents with fields match all input terms in any order.DescribesSearchStrategy
that searches documents with at least one field matches all input terms in any order.DescribesSearchStrategy
that searches documents with at least one field matches at least one input term.DescribesSearchStrategy
that searches documents with at least one field matches entire phrase - all input terms in provided order.