From 148ebe61e094972f32b793f9a39c48d1dc273bb5 Mon Sep 17 00:00:00 2001 From: Justin Coyne Date: Fri, 6 Feb 2026 10:29:47 -0600 Subject: [PATCH 1/3] Update to solr 9.10.1 --- .solr_wrapper.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.solr_wrapper.yml b/.solr_wrapper.yml index 54033851..92ca306a 100644 --- a/.solr_wrapper.yml +++ b/.solr_wrapper.yml @@ -6,7 +6,7 @@ port: 8983 verbose: true -version: 9.6.1 +version: 9.10.1 <% ENV['CI'] && FileUtils.mkdir_p('ci_dl_solr_dist') %> download_dir: <%= 'ci_dl_solr_dist' if ENV['CI'] %> collection: From 1b270125ad12dba0f65022c2bc3e43c1a9da59cf Mon Sep 17 00:00:00 2001 From: Justin Coyne Date: Fri, 6 Feb 2026 10:36:57 -0600 Subject: [PATCH 2/3] Update Solr schema to use PointField Solr types rather than deprecated Trie* types --- solr/conf/schema.xml | 50 ++++++++++++++++++++++++++++---------------- 1 file changed, 32 insertions(+), 18 deletions(-) diff --git a/solr/conf/schema.xml b/solr/conf/schema.xml index a1c7ab3f..92b12c70 100644 --- a/solr/conf/schema.xml +++ b/solr/conf/schema.xml @@ -71,7 +71,7 @@ - + @@ -93,7 +93,7 @@ - + @@ -113,7 +113,7 @@ - + @@ -133,7 +133,7 @@ - + @@ -153,7 +153,7 @@ - + @@ -175,6 +175,16 @@ + + + + + + + + + + @@ -221,23 +231,23 @@ - - - - + + + + - - - - - + + + + + - - - + + + + + +