【发布时间】:2014-04-19 04:39:51
【问题描述】:
如何在 solr 中编写嵌套的 schema.xml
schema.xml 中的文档说
<!-- points to the root document of a block of nested documents. Required for nested
document support, may be removed otherwise
-->
<field name="_root_" type="string" indexed="true" stored="false"/>
可以用在
https://cwiki.apache.org/confluence/display/solr/Other+Parsers#OtherParsers-BlockJoinQueryParsers
用于嵌套以下项目的 schema.xml 是什么:
- 人字串
- 地址
- 城市字符串
- 邮政编码字符串
【问题讨论】:
标签: solr configuration schema solr4