This is an automated email from the ASF dual-hosted git repository.
epugh 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 06481a2179d fix documentation for cbor response writer. The parameter
used in code is string_ref while the documentation says str_ref (#2509)
06481a2179d is described below
commit 06481a2179d2eb36e40919153d170200233060dc
Author: Kishor Gandham <[email protected]>
AuthorDate: Sun Jun 9 19:19:40 2024 +0530
fix documentation for cbor response writer. The parameter used in code is
string_ref while the documentation says str_ref (#2509)
---
solr/solr-ref-guide/modules/query-guide/pages/response-writers.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/solr/solr-ref-guide/modules/query-guide/pages/response-writers.adoc
b/solr/solr-ref-guide/modules/query-guide/pages/response-writers.adoc
index 229a3a85014..d4961312f34 100644
--- a/solr/solr-ref-guide/modules/query-guide/pages/response-writers.adoc
+++ b/solr/solr-ref-guide/modules/query-guide/pages/response-writers.adoc
@@ -399,7 +399,7 @@ MA147LL/A,"electronics,music",Apple 60 GB iPod with Video
Playback Black,10,399.
Solr supports CBOR response format which is more compact and fast. Use the
`wt=cbor` parameter to get responses in CBOR.
-If your client does not support the STRINGREF feature of CBOR, use
`wt=cbor&str_ref=false`
+If your client does not support the STRINGREF feature of CBOR, use
`wt=cbor&string_ref=false`
=== Example Python program