Skip to content

Commit e3d46f4

Browse files
Solr 9.6 → 9.7 for integration tests
1 parent daf9df3 commit e3d46f4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/run-tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@ jobs:
5151
ref: branch_8_11
5252
path: lucene-solr
5353

54-
- name: Checkout solr 9.6
54+
- name: Checkout solr 9.7
5555
if: matrix.solr == 9
5656
uses: actions/checkout@v4
5757
with:
5858
repository: apache/solr
59-
ref: branch_9_6
59+
ref: branch_9_7
6060
path: lucene-solr
6161

6262
- name: Start Solr ${{ matrix.solr }} in ${{ matrix.mode }} mode

tests/Integration/Fixtures/schema9.patch

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ index 190214aebad..7a76a28276a 100644
66
<!-- points to the root document of a block of nested documents. Required for nested
77
document support, may be removed otherwise
88
-->
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" />
1111
+ <fieldType name="_nest_path_" class="solr.NestPathField" />
1212
+ <field name="_nest_path_" type="_nest_path_" />
1313

0 commit comments

Comments
 (0)