Class RelaxedQueryFactory

java.lang.Object
de.cxp.ocs.elasticsearch.query.builder.RelaxedQueryFactory
All Implemented Interfaces:
FallbackConsumer, ESQueryFactory

public class RelaxedQueryFactory extends Object implements ESQueryFactory, FallbackConsumer
Query factory uses the QueryPredictor to determine, which terms work together. Based on that a query is built that combines the results for all valid term-combinations including some boosting for the unknown terms.
Author:
Rudolf Batt