This is an automated email from the ASF dual-hosted git repository.

cpoerschke pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/main by this push:
     new efe0c3a110f Solr Ref Guide: fix bullet point format for Payload 
(Check,Score) Parser (#3329)
efe0c3a110f is described below

commit efe0c3a110f5540cec3f2d03deee9525d4abd0bf
Author: Christine Poerschke <[email protected]>
AuthorDate: Fri May 2 17:18:40 2025 +0100

    Solr Ref Guide: fix bullet point format for Payload (Check,Score) Parser 
(#3329)
---
 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

Reply via email to