Skip to content

Commit

Permalink
Issue #3406225 by mkalkbrenner: Atomic Upadates are broken with Solr 9
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Kalkbrenner authored and mkalkbrenner committed Dec 5, 2023
1 parent c875138 commit ee466a3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion solr-conf-templates/9.x/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 ee466a3

Please sign in to comment.