On 10/27/23 06:46, Vince McMahon wrote:
in our environment, I can't get a shell to make changes . I am finding ways to make the shema change and do a proof of concept.how can I find more examples of solr schema api? i can do POST via curl. But, it seems POST has length limitations.
Solr's default limit for a POST body is 2 megabytes. It is highly unlikely that calls to the Schema API will exceed this.
https://solr.apache.org/guide/solr/latest/indexing-guide/schema-api.html Thanks, Shawn