Commit e3d46f4 1 parent daf9df3 commit e3d46f4 Copy full SHA for e3d46f4
File tree 2 files changed +4
-4
lines changed
tests/Integration/Fixtures
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -51,12 +51,12 @@ jobs:
51
51
ref : branch_8_11
52
52
path : lucene-solr
53
53
54
- - name : Checkout solr 9.6
54
+ - name : Checkout solr 9.7
55
55
if : matrix.solr == 9
56
56
uses : actions/checkout@v4
57
57
with :
58
58
repository : apache/solr
59
- ref : branch_9_6
59
+ ref : branch_9_7
60
60
path : lucene-solr
61
61
62
62
- name : Start Solr ${{ matrix.solr }} in ${{ matrix.mode }} mode
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ index 190214aebad..7a76a28276a 100644
6
6
<!-- points to the root document of a block of nested documents. Required for nested
7
7
document support, may be removed otherwise
8
8
-->
9
- - <field name="_root_" type="string" indexed="true" stored="false" docValues="false" />
10
- + <field name="_root_" type="string" indexed="true" stored="true" docValues="false" />
9
+ - <field name="_root_" type="string" indexed="true" stored="false" />
10
+ + <field name="_root_" type="string" indexed="true" stored="true" />
11
11
+ <fieldType name="_nest_path_" class="solr.NestPathField" />
12
12
+ <field name="_nest_path_" type="_nest_path_" />
13
13
You can’t perform that action at this time.
0 commit comments