相关疑难解决方法(0)

如何在solr中编写嵌套的schema.xml?

如何在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"/>
Run Code Online (Sandbox Code Playgroud)

http://svn.apache.org/viewvc/lucene/dev/trunk/solr/example/solr/collection1/conf/schema.xml?view=markup

哪个可以使用

https://cwiki.apache.org/confluence/display/solr/Other+Parsers#OtherParsers-BlockJoinQueryParsers

什么是schema.xml用于嵌套以下项目:

  • 人字符串
  • 地址
    • 城市字符串
    • 邮政编码字符串

configuration schema solr solr4

17
推荐指数
1
解决办法
7386
查看次数

标签 统计

configuration ×1

schema ×1

solr ×1

solr4 ×1