You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Dawn <li...@live.com> on 2020/07/10 09:21:55 UTC

PayloadCheckQParserPlugin Increase the operator parameter

Hi:
	Hope PayloadCheckQParserPlugin can support operator parameters, support the operator is a phrase or or multiple values.

	As PayloadScoreQParserPlugin 

	 1. Analyze parameters. localParams.get("operator", DEFAULT_OPERATOR);

	 2. Create SpanQuery, call PayloadUtils.createSpanQuery(String field, String value, Analyzer analyzer, String operator)