: Additionally to the copy field, I need to add the destination field (in
: the JSON API, with "add-field") to not give it its default attribute
: values.
:
: I wonder why it is working for another schema without doing so, but
: nevertheless, it's working now.
Because...
: On the developmen
;http://www.plus.ac.at>
Von: Ehrenleitner Robert Harald
Gesendet: Freitag, 4. April 2025 08:44
An: users@solr.apache.org
Betreff: AW: Solr returns confusing error message regarding copy-field
My own addendum:
I found outh the following circumstance:
*
We have the sa
My own addendum:
I found outh the following circumstance:
*
We have the same table on a development system and on a productive system.
*
On the development, the same query throws an error, but not so ond the
productive system.
*
The development system's index is version 1.7, whilst the pro
I mean this:
$ curl -o - -H 'Content-Type: application/json' --user "$solrCredentials"
--data
'{"add-copy-field":{"source":"title","dest":"title_str","indexed":true}}'
"http://127.0.0.1:8983/solr/myschema/schema";
{
"responseHeader":{
"status":400,
"QTime":0
},
"error":{
"met