cpoerschke commented on code in PR #2693: URL: https://github.com/apache/solr/pull/2693#discussion_r1746889205
########## solr/solr-ref-guide/modules/query-guide/pages/other-parsers.adoc: ########## @@ -951,8 +951,8 @@ Payloads can be encoded on terms using either the `DelimitedPayloadTokenFilter` === Payload Score Parser -`PayloadScoreQParser` incorporates each matching term's numeric (integer or float) payloads into the scores. -The main query is parsed from the field type's query analysis into a `SpanQuery` based on the value of the `operator` parameter below. Review Comment: * https://lucene.apache.org/core/9_10_0/queries/org/apache/lucene/queries/payloads/PayloadScoreQuery.html * https://lucene.apache.org/core/9_10_0/queries/org/apache/lucene/queries/spans/SpanQuery.html -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org