forked from solariumphp/solarium
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathschema8.patch
15 lines (14 loc) · 1010 Bytes
/
schema8.patch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/solr/server/solr/configsets/sample_techproducts_configs/conf/managed-schema b/solr/server/solr/configsets/sample_techproducts_configs/conf/managed-schema
index 9ddbf3879f9..6dd5b925966 100644
--- a/solr/server/solr/configsets/sample_techproducts_configs/conf/managed-schema
+++ b/solr/server/solr/configsets/sample_techproducts_configs/conf/managed-schema
@@ -118,7 +118,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