Skip to content

Commit

Permalink
Solr jump-start config-set change
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 5, 2023
1 parent ee466a3 commit 05df9b9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion jump-start/solr9/cloud-config-set/schema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,9 @@
<!-- 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" docValues="false"/>
<field name="_root_" type="string" indexed="true" stored="true" docValues="false" />
<fieldType name="_nest_path_" class="solr.NestPathField" />
<field name="_nest_path_" type="_nest_path_" />

<!-- Only remove the "id" field if you have a very good reason to. While not strictly
required, it is highly recommended. A <uniqueKey> is present in almost all Solr
Expand Down
4 changes: 3 additions & 1 deletion jump-start/solr9/config-set/schema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,9 @@
<!-- 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" docValues="false"/>
<field name="_root_" type="string" indexed="true" stored="true" docValues="false" />
<fieldType name="_nest_path_" class="solr.NestPathField" />
<field name="_nest_path_" type="_nest_path_" />

<!-- Only remove the "id" field if you have a very good reason to. While not strictly
required, it is highly recommended. A <uniqueKey> is present in almost all Solr
Expand Down

0 comments on commit 05df9b9

Please sign in to comment.