Package de.cxp.ocs.elasticsearch.query
Class TextMatchQuery<Q>
java.lang.Object
de.cxp.ocs.elasticsearch.query.TextMatchQuery<Q>
A carrier of search queries on master and variant level. Both will be
combined into a final query that includes filters and all the rest.
-
Constructor Summary
ConstructorsConstructorDescriptionTextMatchQuery
(Q masterQuery, Q variantQuery, boolean isWithSpellCorrection, boolean acceptNoResult) -
Method Summary
-
Constructor Details
-
TextMatchQuery
-