Skip to content
This repository has been archived by the owner on Jan 27, 2023. It is now read-only.

Latest commit

 

History

History
21 lines (13 loc) · 627 Bytes

schema.rst

File metadata and controls

21 lines (13 loc) · 627 Bytes

Schema API

see the official Schema API reference for the api's description.

update

the schema update is available by running
$ php bin/console solr:schema:update <core-name>
this command compares the properties configured under managed_schemas for given core name and syncs the managedschema of your solr instance accordingly.