NLQClauseCollector

NLQClauseCollector(clauses, space_weight_param_info)

Parameters

clauses
Sequence[QueryClause]
required
The query clauses to collect and organize.
space_weight_param_info
SpaceWeightParamInfo
required
Information about space weight parameters.

Properties

all_params_have_value_set
bool
Whether all parameters in the collected clauses have values set.
clause_handlers
Sequence[NLQCompatibleClauseHandler]
Sequence of clause handlers for processing NLQ-compatible clauses.
space_weight_param_info
SpaceWeightParamInfo
Information about space weight parameters for the collected clauses.