Class AllTermsSingleFieldOpenSearchSearchStrategy
java.lang.Object
io.jmix.search.searching.impl.AbstractSearchStrategy<org.opensearch.client.opensearch.core.SearchRequest.Builder,OpenSearchQueryConfigurer>
io.jmix.searchopensearch.searching.strategy.impl.AbstractOpenSearchStrategy
io.jmix.searchopensearch.searching.strategy.impl.AllTermsSingleFieldOpenSearchSearchStrategy
- All Implemented Interfaces:
SearchStrategy<org.opensearch.client.opensearch.core.SearchRequest.Builder>,OpenSearchSearchStrategy
@Deprecated(since="2.4",
forRemoval=true)
@Component("search_AllTermsSingleFieldOpenSearchSearchStrategy")
public class AllTermsSingleFieldOpenSearchSearchStrategy
extends AbstractOpenSearchStrategy
Deprecated, for removal: This API element is subject to removal in a future version.
Describes
SearchStrategy that searches documents with at least one field matches all input terms in any order.
Fields with partial match a not suitable.-
Field Summary
Fields inherited from class io.jmix.search.searching.impl.AbstractSearchStrategy
queryConfigurator -
Constructor Summary
ConstructorsConstructorDescriptionAllTermsSingleFieldOpenSearchSearchStrategy(OpenSearchQueryConfigurer queryConfigurator) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigureRequest(SearchRequestContext<org.opensearch.client.opensearch.core.SearchRequest.Builder> requestContext) Deprecated, for removal: This API element is subject to removal in a future version.getName()Deprecated, for removal: This API element is subject to removal in a future version.Provides the name of this search strategy.Methods inherited from class io.jmix.searchopensearch.searching.strategy.impl.AbstractOpenSearchStrategy
configureRequestMethods inherited from class io.jmix.search.searching.impl.AbstractSearchStrategy
toString
-
Constructor Details
-
AllTermsSingleFieldOpenSearchSearchStrategy
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getName
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:SearchStrategyProvides the name of this search strategy. Name should be unique among all search strategies in application.- Returns:
- name
-
configureRequest
public void configureRequest(SearchRequestContext<org.opensearch.client.opensearch.core.SearchRequest.Builder> requestContext) Deprecated, for removal: This API element is subject to removal in a future version.
-