This is an automated email from the ASF dual-hosted git repository. cpoerschke pushed a commit to branch branch_9x in repository https://gitbox.apache.org/repos/asf/solr.git
commit 4dc97a83a5a2d218526bf82d40565f9e8f5c1a4f Author: Christine Poerschke <cpoersc...@apache.org> AuthorDate: Fri May 2 17:18:40 2025 +0100 Solr Ref Guide: fix bullet point format for Payload (Check,Score) Parser (#3329) (cherry picked from commit efe0c3a110f5540cec3f2d03deee9525d4abd0bf) --- solr/solr-ref-guide/modules/query-guide/pages/other-parsers.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/solr/solr-ref-guide/modules/query-guide/pages/other-parsers.adoc b/solr/solr-ref-guide/modules/query-guide/pages/other-parsers.adoc index 245f905d72a..326c480720e 100644 --- a/solr/solr-ref-guide/modules/query-guide/pages/other-parsers.adoc +++ b/solr/solr-ref-guide/modules/query-guide/pages/other-parsers.adoc @@ -1051,6 +1051,7 @@ The options are: `min`, `max`, `average`, or `sum`. + A search operator. The options are: + * `or` will generate either a `SpanTermQuery` or a `SpanOrQuery` depending on the number of tokens emitted. * `phrase` will generate either `SpanTermQuery` or an ordered, zero slop `SpanNearQuery`, depending on how many tokens are emitted. @@ -1114,6 +1115,7 @@ Integer, float, and identity (string) encodings are supported with the same mean + The inequality operation to apply to the payload check. All operations require that consecutive tokens derived from the analysis of the query match consecutive tokens in the document, and additionally the payloads on the document tokens must be: + * `eq`: equal to the specified payloads * `gt`: greater than the specified payloads * `lt`: less than the specified payloads