Apache Solr Schema API

The Solr Schema API provides REST endpoints for managing the schema of a Solr collection, including field types, fields, dynamic fields, and copy fields. The Managed Schema approach allows runtime schema modifications without server restart via the /schema endpoint.

API entry from apis.yml

apis.yml Raw ↑
aid: apache-solr:apache-solr-schema-api
name: Apache Solr Schema API
description: The Solr Schema API provides REST endpoints for managing the schema of a Solr collection,
  including field types, fields, dynamic fields, and copy fields. The Managed Schema approach allows runtime
  schema modifications without server restart via the /schema endpoint.
humanURL: https://solr.apache.org/guide/solr/latest/indexing-guide/schema-api.html
tags:
- Schema
- REST
- Management
properties:
- type: Documentation
  url: https://solr.apache.org/guide/solr/latest/indexing-guide/schema-api.html