-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
solr 9 support + Isolate solr testing (#40)
* Add initial Solr 9 support * Update docs to reflect Solr 9 support * Add 9.x tests into GA, update to node 18. * Isolate solr in testing. * Add dev dependency of @lando/php for testing purposes. * Remove dogfooding step. * Correct path to Leia tests. * Correct check for custom config loading. * Update Changelog. --------- Co-authored-by: Alex Johnston <[email protected]>
- Loading branch information
1 parent
eed7f9a
commit 0b8dc4b
Showing
65 changed files
with
10,082 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
16 | ||
18 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
name: lando-solr-9 | ||
services: | ||
defaults: | ||
type: solr:9 | ||
portforward: true | ||
config: | ||
dir: '9.x-conf' | ||
patch: | ||
type: solr:9.0 | ||
core: solo | ||
portforward: true | ||
config: | ||
dir: '9.x-conf' | ||
helper: | ||
type: php | ||
via: cli | ||
tooling: | ||
post-record-defaults: | ||
cmd: "curl http://defaults:8983/solr/lando/update -H 'Content-Type: text/xml' -T '/app/test.xml' -X POST" | ||
service: defaults | ||
post-record-patch: | ||
cmd: "curl http://patch:8983/solr/solo/update -H 'Content-Type: text/xml' -T '/app/test.xml' -X POST" | ||
service: patch | ||
|
||
# This is important because it lets lando know to test against the plugin in this repo | ||
# DO NOT REMOVE THIS! | ||
plugins: | ||
"@lando/solr": ./../../ | ||
"@lando/php": ./../../node_modules/@lando/php |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Set of Catalan contractions for ElisionFilter | ||
# TODO: load this as a resource from the analyzer and sync it in build.xml | ||
d | ||
l | ||
m | ||
n | ||
s | ||
t |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Set of French contractions for ElisionFilter | ||
# TODO: load this as a resource from the analyzer and sync it in build.xml | ||
l | ||
m | ||
t | ||
qu | ||
n | ||
s | ||
j | ||
d | ||
c | ||
jusqu | ||
quoiqu | ||
lorsqu | ||
puisqu |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Set of Irish contractions for ElisionFilter | ||
# TODO: load this as a resource from the analyzer and sync it in build.xml | ||
d | ||
m | ||
b |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Set of Italian contractions for ElisionFilter | ||
# TODO: load this as a resource from the analyzer and sync it in build.xml | ||
c | ||
l | ||
all | ||
dall | ||
dell | ||
nell | ||
sull | ||
coll | ||
pell | ||
gl | ||
agl | ||
dagl | ||
degl | ||
negl | ||
sugl | ||
un | ||
m | ||
t | ||
s | ||
v | ||
d |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Set of Irish hyphenations for StopFilter | ||
# TODO: load this as a resource from the analyzer and sync it in build.xml | ||
h | ||
n | ||
t |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# Set of overrides for the dutch stemmer | ||
# TODO: load this as a resource from the analyzer and sync it in build.xml | ||
fiets fiets | ||
bromfiets bromfiets | ||
ei eier | ||
kind kinder |
Oops, something went wrong.