Solr学习笔记之4、Solr配置文件简介
摘自《Solr in Action》。
1、 solr.xml – Defines one or more cores per Solr server
2、 solrconfig.xml
– Defines the main settings for a specific Solr core
3、 schema.xml – Defines
the structure of your index including fields and field types
翻译如下:
1、solr.xml – 定义某个SolrServer的一个或者多个Core
2、solrconfig.xml –
特定Core的主要配置文件
3、schema.xml – 定义索引的域及域类型
他山之石:
1、schema.xml:该文件是索引的schema,包含了域类型的定义以及相关联的analyzer链。
2、solrconfig.xml:该文件是Solr的主配置文件。
Solr学习笔记之4、Solr配置文件简介,布布扣,bubuko.com
原文:http://www.cnblogs.com/wangwangfei/p/3598598.html