Skip to content

Commit ff4a542

Browse files
Update readme and save to repo configsets
1 parent 8ef81ae commit ff4a542

File tree

1,140 files changed

+261162
-27
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,140 files changed

+261162
-27
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
.idea/
2-
configsets

README.md

+28-26
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ This image(s) is part of the [Docksal](http://docksal.io) image library.
1010
- `docksal/solr:5.5`,
1111
- `docksal/solr:6.6`,
1212
- `docksal/solr:7.5`,
13-
- `docksal/solr:7.7`, `docksal/solr:latest`
13+
- `docksal/solr:7.7`,
14+
- `docksal/solr:8.1`, `docksal/solr:latest`
1415

1516
For a complete list of available images tags check the image page on [Docker Hub](https://cloud.docker.com/u/docksal/repository/docker/docksal/solr).
1617

@@ -36,27 +37,28 @@ with `[VERSION]` replaced to one of the listed below, e.g. `search_api_solr_8.x-
3637

3738
Matrix of Search API Solr x Solr version support.
3839

39-
| Version | Solr 7.x | Solr 6.x | Solr 5.x |
40-
| -------- | -------- | -------- | -------- |
41-
| 8.x-2.7 ||| |
42-
| 8.x-2.6 ||| |
43-
| 8.x-2.5 ||| |
44-
| 8.x-2.4 ||| |
45-
| 8.x-2.3 ||| |
46-
| 8.x-2.2 ||| |
47-
| 8.x-2.1 ||| |
48-
| 8.x-2.0 ||| |
49-
| 8.x-1.2 | |||
50-
| 8.x-1.1 | |||
51-
| 8.x-1.0 | |||
52-
| 7.x-1.14 ||||
53-
| 7.x-1.13 ||||
54-
| 7.x-1.12 | |||
55-
| 7.x-1.11 | | ||
56-
| 7.x-1.10 | | ||
57-
| 7.x-1.9 | | ||
58-
| 7.x-1.8 | | ||
59-
| 7.x-1.7 | | ||
40+
| Version | Solr 8.x | Solr 7.x | Solr 6.x | Solr 5.x |
41+
| -------- | -------- | -------- | -------- | -------- |
42+
| 8.x-3.0 |||| |
43+
| 8.x-2.7 | ||| |
44+
| 8.x-2.6 | ||| |
45+
| 8.x-2.5 | ||| |
46+
| 8.x-2.4 | ||| |
47+
| 8.x-2.3 | ||| |
48+
| 8.x-2.2 | ||| |
49+
| 8.x-2.1 | ||| |
50+
| 8.x-2.0 | ||| |
51+
| 8.x-1.2 | | |||
52+
| 8.x-1.1 | | |||
53+
| 8.x-1.0 | | |||
54+
| 7.x-1.14 | ||||
55+
| 7.x-1.13 | ||||
56+
| 7.x-1.12 | | |||
57+
| 7.x-1.11 | | | ||
58+
| 7.x-1.10 | | | ||
59+
| 7.x-1.9 | | | ||
60+
| 7.x-1.8 | | | ||
61+
| 7.x-1.7 | | | ||
6062

6163
### Drupal Apache Solr
6264

@@ -67,10 +69,10 @@ with `[VERSION]` replaced to one of the listed below, e.g. `apachesolr_7.x-1.11`
6769

6870
Matrix of Apache Solr x Solr version support.
6971

70-
| Version | Solr 7.x | Solr 6.x | Solr 5.x |
71-
| -------- | -------- | -------- | -------- |
72-
| 7.x-1.11 | | ||
73-
| 7.x-1.10 | | ||
72+
| Version | Solr 8.x | Solr 7.x | Solr 6.x | Solr 5.x |
73+
| -------- | -------- | -------- | -------- |--------- |
74+
| 7.x-1.11 | | | | |
75+
| 7.x-1.10 | | | | |
7476

7577

7678
## Configuration overrides
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#-----------------------------------------------------------------------
2+
# This file blocks words from being operated on by the stemmer and word delimiter.
3+
&
4+
<
5+
>
6+
'
7+
"
8+

configsets/apachesolr_7.x-1.0/conf/schema-solr3x.xml

+524
Large diffs are not rendered by default.

configsets/apachesolr_7.x-1.0/conf/schema.xml

+497
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)