The schema.xml file contains all of the details about which fields your documents can contain, and how those fields should be dealt with when adding documents to the index, or when querying those fields. schema.xml位于solr/conf/目录下,类似于数据表配置文件,定义了加入索引的数…