Hi all, I have a SOLR Server with several collections.
To retrieve the properties of the fields, I ran these requests: - GET http://localhost:8983/solr/<collection_id_1>/schema/fields - GET http://localhost:8983/solr/<collection_id_2>/schema/fields Then I ran a POST http://localhost:8983/solr/<collection_id_1>/schema request, with the content needed to change some fields properties. After this, I noticed that *the same fields properties changes were also modified for* collection_id_2. Is this normal behaviour ? What did I do wrong ? Thank you. -- Şerban Alexe