diff --git a/.gitignore b/.gitignore
index 7d65811..9f11b75 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
.idea/
-configsets
diff --git a/.travis.yml b/.travis.yml
index 0554e50..5d9b7bf 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,9 +7,11 @@ env:
- REPO=docksal/solr
matrix:
- - VERSION=5.5.5 FROM=solr:5.5.5-alpine SOLR_DEFAULT_CONFIG_SET=search_api_solr_8.x-1.2 TAGS=5.5,5
- - VERSION=6.6.5 FROM=solr:6.6.5-alpine SOLR_DEFAULT_CONFIG_SET=search_api_solr_8.x-2.0 TAGS=6.6,6
- - VERSION=7.5.0 FROM=solr:7.5.0-alpine SOLR_DEFAULT_CONFIG_SET=search_api_solr_8.x-2.0 TAGS=7.5,7,latest
+ - VERSION=5.5.5 FROM=solr:5.5.5-slim SOLR_DEFAULT_CONFIG_SET=search_api_solr_8.x-1.2 TAGS=5.5,5
+ - VERSION=6.6.5 FROM=solr:6.6.5-slim SOLR_DEFAULT_CONFIG_SET=search_api_solr_8.x-2.0 TAGS=6.6,6
+ - VERSION=7.5.0 FROM=solr:7.5.0-slim SOLR_DEFAULT_CONFIG_SET=search_api_solr_8.x-2.0 TAGS=7.5
+ - VERSION=7.7.1 FROM=solr:7.7.1-slim SOLR_DEFAULT_CONFIG_SET=search_api_solr_8.x-2.0 TAGS=7.7,7
+ - VERSION=8.1.1 FROM=solr:8.1.1-slim SOLR_DEFAULT_CONFIG_SET=search_api_solr_8.x-3.0 TAGS=8.1,8,latest
install:
# Install Docksal to have a matching versions of Docker on the build host
diff --git a/Dockerfile b/Dockerfile
index 2e4c488..48a1ea8 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -14,11 +14,17 @@ COPY configsets /opt/docker-solr/configsets
COPY scripts/healthcheck.sh /opt/docker-solr/scripts/healthcheck.sh
COPY scripts/docksal-preinit /opt/docker-solr/scripts/docksal-preinit
+RUN set -xe; \
+ apt-get update && \
+ apt-get -y install sudo; \
+ echo "solr ALL=(ALL) NOPASSWD: ALL" >/etc/sudoers.d/solr; \
+ rm -rf /var/lib/apt/lists/*
+
RUN set -xe; \
ln -s /opt/solr/dist /opt/dist; \
ln -s /opt/solr/contrib /opt/contrib; \
sed -i '/exec "$@"/i . docksal-preinit' /opt/docker-solr/scripts/docker-entrypoint.sh; \
- chown -R solr:solr /opt/docker-solr
+ chown -R solr:solr /opt/docker-solr /opt/solr/server/solr
USER solr
diff --git a/Makefile b/Makefile
index 763faf8..c765da6 100644
--- a/Makefile
+++ b/Makefile
@@ -1,12 +1,12 @@
-include env_make
-VERSION ?= 7.5.0
-FROM ?= solr:7.5.0-alpine
+VERSION ?= 8.1.1
+FROM ?= solr:8.1.1-slim
TAG ?= $(VERSION)
REPO ?= docksal/solr
NAME = docksal-solr-$(VERSION)
-SOLR_DEFAULT_CONFIG_SET ?= search_api_solr_8.x-2.0
+SOLR_DEFAULT_CONFIG_SET ?= search_api_solr_8.x-3.0
ifneq ($(STABILITY_TAG),)
ifneq ($(TAG),latest)
@@ -17,7 +17,8 @@ endif
.PHONY: build test push shell run start stop logs clean release
build:
- VERSION=$(VERSION) scripts/download_configsets.sh
+ git checkout -- configsets
+ VERSION=$(VERSION) scripts/prepare_configsets.sh
docker build -t $(REPO):$(TAG) --build-arg FROM=$(FROM) --build-arg VERSION=$(VERSION) --build-arg SOLR_DEFAULT_CONFIG_SET=$(SOLR_DEFAULT_CONFIG_SET) .
test:
diff --git a/README.md b/README.md
index 4e413b3..574c9bd 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,9 @@ This image(s) is part of the [Docksal](http://docksal.io) image library.
- `docksal/solr:5.5`,
- `docksal/solr:6.6`,
-- `docksal/solr:7.5`, `docksal/solr:latest`
+- `docksal/solr:7.5`,
+- `docksal/solr:7.7`,
+- `docksal/solr:8.1`, `docksal/solr:latest`
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).
@@ -35,25 +37,28 @@ with `[VERSION]` replaced to one of the listed below, e.g. `search_api_solr_8.x-
Matrix of Search API Solr x Solr version support.
-| Version | Solr 7.x | Solr 6.x | Solr 5.x |
-| -------- | -------- | -------- | -------- |
-| 8.x-2.5 | ✓ | ✓ | |
-| 8.x-2.4 | ✓ | ✓ | |
-| 8.x-2.3 | ✓ | ✓ | |
-| 8.x-2.2 | ✓ | ✓ | |
-| 8.x-2.1 | ✓ | ✓ | |
-| 8.x-2.0 | ✓ | ✓ | |
-| 8.x-1.2 | | ✓ | ✓ |
-| 8.x-1.1 | | ✓ | ✓ |
-| 8.x-1.0 | | ✓ | ✓ |
-| 7.x-1.14 | ✓ | ✓ | ✓ |
-| 7.x-1.13 | ✓ | ✓ | ✓ |
-| 7.x-1.12 | | ✓ | ✓ |
-| 7.x-1.11 | | | ✓ |
-| 7.x-1.10 | | | ✓ |
-| 7.x-1.9 | | | ✓ |
-| 7.x-1.8 | | | ✓ |
-| 7.x-1.7 | | | ✓ |
+| Version | Solr 8.x | Solr 7.x | Solr 6.x | Solr 5.x |
+| -------- | -------- | -------- | -------- | -------- |
+| 8.x-3.0 | ✓ | ✓ | ✓ | |
+| 8.x-2.7 | | ✓ | ✓ | |
+| 8.x-2.6 | | ✓ | ✓ | |
+| 8.x-2.5 | | ✓ | ✓ | |
+| 8.x-2.4 | | ✓ | ✓ | |
+| 8.x-2.3 | | ✓ | ✓ | |
+| 8.x-2.2 | | ✓ | ✓ | |
+| 8.x-2.1 | | ✓ | ✓ | |
+| 8.x-2.0 | | ✓ | ✓ | |
+| 8.x-1.2 | | | ✓ | ✓ |
+| 8.x-1.1 | | | ✓ | ✓ |
+| 8.x-1.0 | | | ✓ | ✓ |
+| 7.x-1.14 | | ✓ | ✓ | ✓ |
+| 7.x-1.13 | | ✓ | ✓ | ✓ |
+| 7.x-1.12 | | | ✓ | ✓ |
+| 7.x-1.11 | | | | ✓ |
+| 7.x-1.10 | | | | ✓ |
+| 7.x-1.9 | | | | ✓ |
+| 7.x-1.8 | | | | ✓ |
+| 7.x-1.7 | | | | ✓ |
### Drupal Apache Solr
@@ -64,10 +69,10 @@ with `[VERSION]` replaced to one of the listed below, e.g. `apachesolr_7.x-1.11`
Matrix of Apache Solr x Solr version support.
-| Version | Solr 7.x | Solr 6.x | Solr 5.x |
-| -------- | -------- | -------- | -------- |
-| 7.x-1.11 | | | ✓ |
-| 7.x-1.10 | | | ✓ |
+| Version | Solr 8.x | Solr 7.x | Solr 6.x | Solr 5.x |
+| -------- | -------- | -------- | -------- |--------- |
+| 7.x-1.11 | | | | ✓ |
+| 7.x-1.10 | | | | ✓ |
## Configuration overrides
@@ -75,3 +80,7 @@ Matrix of Apache Solr x Solr version support.
Configuration overrides can be added to a Docksal project codebase.
Put configuration files into `.docksal/etc/solr/conf` to override the predefined configuration.
+
+## Credits
+
+This image was inspired by https://github.com/wodby/solr
diff --git a/configsets/apachesolr_7.x-1.0/conf/protwords.txt b/configsets/apachesolr_7.x-1.0/conf/protwords.txt
new file mode 100644
index 0000000..f0fd084
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.0/conf/protwords.txt
@@ -0,0 +1,8 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
+
diff --git a/configsets/apachesolr_7.x-1.0/conf/schema-solr3x.xml b/configsets/apachesolr_7.x-1.0/conf/schema-solr3x.xml
new file mode 100644
index 0000000..8fbd6a9
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.0/conf/schema-solr3x.xml
@@ -0,0 +1,524 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id
+
+
+ content
+
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.0/conf/schema.xml b/configsets/apachesolr_7.x-1.0/conf/schema.xml
new file mode 100644
index 0000000..5405aed
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.0/conf/schema.xml
@@ -0,0 +1,497 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id
+
+
+ content
+
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.0/conf/solrconfig-solr3x.xml b/configsets/apachesolr_7.x-1.0/conf/solrconfig-solr3x.xml
new file mode 100644
index 0000000..bd82571
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.0/conf/solrconfig-solr3x.xml
@@ -0,0 +1,743 @@
+
+
+
+
+
+ LUCENE_35
+
+ ${solr.abortOnConfigurationError:true}
+
+
+
+
+
+
+ false
+
+ 10
+
+
+
+ 32
+ 2147483647
+ 20000
+ 1000
+ 10000
+
+
+
+
+
+
+
+
+
+
+ single
+
+
+
+
+ false
+ 32
+ 4
+ 2147483647
+ 20000
+
+
+ false
+
+
+
+
+ false
+
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 2000
+ 120000
+
+
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+
+
+ 50
+
+
+ 200
+
+
+
+
+
+
+
+
+ solr 0 10
+ rocks 0 10
+ static newSearcher warming query from solrconfig.xml
+
+
+
+
+
+
+ fast_warm 0 10
+ static firstSearcher warming query from solrconfig.xml
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+ dismax
+ explicit
+ true
+
+
+
+
+
+
+ dismax
+ explicit
+ true
+ 0.01
+
+ content^2.0
+
+ 15
+
+
+ 1
+ *:*
+
+
+ true
+ content
+ 3
+ true
+
+ teaser
+ 256
+
+
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+
+
+
+
+
+
+
+
+
+
+ textSpell
+
+
+ default
+ spell
+ ./spellchecker1
+ true
+
+
+ jarowinkler
+ spell
+
+ org.apache.lucene.search.spell.JaroWinklerDistance
+ ./spellchecker2
+ true
+
+
+
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ standard
+ solrpingquery
+ all
+
+
+
+
+
+
+ admin-extra.html
+ scripts.conf
+ xslt/example.xsl
+ xslt/example_atom.xsl
+ xslt/example_rss.xsl
+ xslt/luke.xsl
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+ solr
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.0/conf/solrconfig.xml b/configsets/apachesolr_7.x-1.0/conf/solrconfig.xml
new file mode 100644
index 0000000..3de4a6f
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.0/conf/solrconfig.xml
@@ -0,0 +1,736 @@
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+
+
+
+
+ false
+
+ 10
+
+
+
+ 32
+ 2147483647
+ 20000
+ 1000
+ 10000
+
+
+
+
+
+
+
+
+
+
+ single
+
+
+
+
+ false
+ 32
+ 4
+ 2147483647
+ 20000
+
+
+ false
+
+
+
+
+ false
+
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 2000
+ 120000
+
+
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+
+
+ 50
+
+
+ 200
+
+
+
+
+
+
+
+
+ solr 0 10
+ rocks 0 10
+ static newSearcher warming query from solrconfig.xml
+
+
+
+
+
+
+ fast_warm 0 10
+ static firstSearcher warming query from solrconfig.xml
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+ dismax
+ explicit
+ true
+
+
+
+
+
+
+ dismax
+ explicit
+ true
+ 0.01
+
+ content^2.0
+
+ 15
+
+
+ 1
+ *:*
+
+
+ true
+ content
+ 3
+ true
+
+ teaser
+ 256
+
+
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+
+
+
+
+
+
+
+
+
+
+ textSpell
+
+
+ default
+ spell
+ ./spellchecker1
+ true
+
+
+ jarowinkler
+ spell
+
+ org.apache.lucene.search.spell.JaroWinklerDistance
+ ./spellchecker2
+ true
+
+
+
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ standard
+ solrpingquery
+ all
+
+
+
+
+
+
+ admin-extra.html
+ scripts.conf
+ xslt/example.xsl
+ xslt/example_atom.xsl
+ xslt/example_rss.xsl
+ xslt/luke.xsl
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+ solr
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.1/conf/solr-1.4/protwords.txt b/configsets/apachesolr_7.x-1.1/conf/solr-1.4/protwords.txt
new file mode 100644
index 0000000..f0fd084
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.1/conf/solr-1.4/protwords.txt
@@ -0,0 +1,8 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
+
diff --git a/configsets/apachesolr_7.x-1.1/conf/solr-1.4/schema.xml b/configsets/apachesolr_7.x-1.1/conf/solr-1.4/schema.xml
new file mode 100644
index 0000000..133b118
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.1/conf/solr-1.4/schema.xml
@@ -0,0 +1,497 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id
+
+
+ content
+
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.1/conf/solr-1.4/solrconfig.xml b/configsets/apachesolr_7.x-1.1/conf/solr-1.4/solrconfig.xml
new file mode 100644
index 0000000..a0818cd
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.1/conf/solr-1.4/solrconfig.xml
@@ -0,0 +1,736 @@
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+
+
+
+
+ false
+
+ 10
+
+
+
+ 32
+ 2147483647
+ 20000
+ 1000
+ 10000
+
+
+
+
+
+
+
+
+
+
+ single
+
+
+
+
+ false
+ 32
+ 4
+ 2147483647
+ 20000
+
+
+ false
+
+
+
+
+ false
+
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 2000
+ 120000
+
+
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+
+
+ 50
+
+
+ 200
+
+
+
+
+
+
+
+
+ solr 0 10
+ rocks 0 10
+ static newSearcher warming query from solrconfig.xml
+
+
+
+
+
+
+ fast_warm 0 10
+ static firstSearcher warming query from solrconfig.xml
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+ dismax
+ explicit
+ true
+
+
+
+
+
+
+ dismax
+ explicit
+ true
+ 0.01
+
+ content^2.0
+
+ 15
+
+
+ 1
+ *:*
+
+
+ true
+ content
+ 3
+ true
+
+ teaser
+ 256
+
+
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+
+
+
+
+
+
+
+
+
+
+ textSpell
+
+
+ default
+ spell
+ ./spellchecker1
+ true
+
+
+ jarowinkler
+ spell
+
+ org.apache.lucene.search.spell.JaroWinklerDistance
+ ./spellchecker2
+ true
+
+
+
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ standard
+ solrpingquery
+ all
+
+
+
+
+
+
+ admin-extra.html
+ scripts.conf
+ xslt/example.xsl
+ xslt/example_atom.xsl
+ xslt/example_rss.xsl
+ xslt/luke.xsl
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+ solr
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.1/conf/solr-3.x/protwords.txt b/configsets/apachesolr_7.x-1.1/conf/solr-3.x/protwords.txt
new file mode 100644
index 0000000..f0fd084
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.1/conf/solr-3.x/protwords.txt
@@ -0,0 +1,8 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
+
diff --git a/configsets/apachesolr_7.x-1.1/conf/solr-3.x/schema.xml b/configsets/apachesolr_7.x-1.1/conf/solr-3.x/schema.xml
new file mode 100644
index 0000000..2cebb36
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.1/conf/solr-3.x/schema.xml
@@ -0,0 +1,524 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id
+
+
+ content
+
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.1/conf/solr-3.x/solrconfig.xml b/configsets/apachesolr_7.x-1.1/conf/solr-3.x/solrconfig.xml
new file mode 100644
index 0000000..ade4fcd
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.1/conf/solr-3.x/solrconfig.xml
@@ -0,0 +1,743 @@
+
+
+
+
+
+ LUCENE_35
+
+ ${solr.abortOnConfigurationError:true}
+
+
+
+
+
+
+ false
+
+ 10
+
+
+
+ 32
+ 2147483647
+ 20000
+ 1000
+ 10000
+
+
+
+
+
+
+
+
+
+
+ single
+
+
+
+
+ false
+ 32
+ 4
+ 2147483647
+ 20000
+
+
+ false
+
+
+
+
+ false
+
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 2000
+ 120000
+
+
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+
+
+ 50
+
+
+ 200
+
+
+
+
+
+
+
+
+ solr 0 10
+ rocks 0 10
+ static newSearcher warming query from solrconfig.xml
+
+
+
+
+
+
+ fast_warm 0 10
+ static firstSearcher warming query from solrconfig.xml
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+ dismax
+ explicit
+ true
+
+
+
+
+
+
+ dismax
+ explicit
+ true
+ 0.01
+
+ content^2.0
+
+ 15
+
+
+ 1
+ *:*
+
+
+ true
+ content
+ 3
+ true
+
+ teaser
+ 256
+
+
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+
+
+
+
+
+
+
+
+
+
+ textSpell
+
+
+ default
+ spell
+ ./spellchecker1
+ true
+
+
+ jarowinkler
+ spell
+
+ org.apache.lucene.search.spell.JaroWinklerDistance
+ ./spellchecker2
+ true
+
+
+
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ standard
+ solrpingquery
+ all
+
+
+
+
+
+
+ admin-extra.html
+ scripts.conf
+ xslt/example.xsl
+ xslt/example_atom.xsl
+ xslt/example_rss.xsl
+ xslt/luke.xsl
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+ solr
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.10/conf/solr-1.4/protwords.txt b/configsets/apachesolr_7.x-1.10/conf/solr-1.4/protwords.txt
new file mode 100644
index 0000000..f0fd084
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.10/conf/solr-1.4/protwords.txt
@@ -0,0 +1,8 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
+
diff --git a/configsets/apachesolr_7.x-1.10/conf/solr-1.4/schema.xml b/configsets/apachesolr_7.x-1.10/conf/solr-1.4/schema.xml
new file mode 100644
index 0000000..133b118
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.10/conf/solr-1.4/schema.xml
@@ -0,0 +1,497 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id
+
+
+ content
+
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.10/conf/solr-1.4/solrconfig.xml b/configsets/apachesolr_7.x-1.10/conf/solr-1.4/solrconfig.xml
new file mode 100644
index 0000000..a0818cd
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.10/conf/solr-1.4/solrconfig.xml
@@ -0,0 +1,736 @@
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+
+
+
+
+ false
+
+ 10
+
+
+
+ 32
+ 2147483647
+ 20000
+ 1000
+ 10000
+
+
+
+
+
+
+
+
+
+
+ single
+
+
+
+
+ false
+ 32
+ 4
+ 2147483647
+ 20000
+
+
+ false
+
+
+
+
+ false
+
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 2000
+ 120000
+
+
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+
+
+ 50
+
+
+ 200
+
+
+
+
+
+
+
+
+ solr 0 10
+ rocks 0 10
+ static newSearcher warming query from solrconfig.xml
+
+
+
+
+
+
+ fast_warm 0 10
+ static firstSearcher warming query from solrconfig.xml
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+ dismax
+ explicit
+ true
+
+
+
+
+
+
+ dismax
+ explicit
+ true
+ 0.01
+
+ content^2.0
+
+ 15
+
+
+ 1
+ *:*
+
+
+ true
+ content
+ 3
+ true
+
+ teaser
+ 256
+
+
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+
+
+
+
+
+
+
+
+
+
+ textSpell
+
+
+ default
+ spell
+ ./spellchecker1
+ true
+
+
+ jarowinkler
+ spell
+
+ org.apache.lucene.search.spell.JaroWinklerDistance
+ ./spellchecker2
+ true
+
+
+
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ standard
+ solrpingquery
+ all
+
+
+
+
+
+
+ admin-extra.html
+ scripts.conf
+ xslt/example.xsl
+ xslt/example_atom.xsl
+ xslt/example_rss.xsl
+ xslt/luke.xsl
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+ solr
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.10/conf/solr-3.x/elevate.xml b/configsets/apachesolr_7.x-1.10/conf/solr-3.x/elevate.xml
new file mode 100644
index 0000000..71ea000
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.10/conf/solr-3.x/elevate.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.10/conf/solr-3.x/mapping-ISOLatin1Accent.txt b/configsets/apachesolr_7.x-1.10/conf/solr-3.x/mapping-ISOLatin1Accent.txt
new file mode 100644
index 0000000..b92d03c
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.10/conf/solr-3.x/mapping-ISOLatin1Accent.txt
@@ -0,0 +1,14 @@
+# This file contains character mappings for the default fulltext field type.
+# The source characters (on the left) will be replaced by the respective target
+# characters before any other processing takes place.
+# Lines starting with a pound character # are ignored.
+#
+# For sensible defaults, use the mapping-ISOLatin1Accent.txt file distributed
+# with the example application of your Solr version.
+#
+# Examples:
+# "À" => "A"
+# "\u00c4" => "A"
+# "\u00c4" => "\u0041"
+# "æ" => "ae"
+# "\n" => " "
diff --git a/configsets/apachesolr_7.x-1.10/conf/solr-3.x/protwords.txt b/configsets/apachesolr_7.x-1.10/conf/solr-3.x/protwords.txt
new file mode 100644
index 0000000..cda8581
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.10/conf/solr-3.x/protwords.txt
@@ -0,0 +1,7 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
diff --git a/configsets/apachesolr_7.x-1.10/conf/solr-3.x/schema.xml b/configsets/apachesolr_7.x-1.10/conf/solr-3.x/schema.xml
new file mode 100644
index 0000000..de4b870
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.10/conf/solr-3.x/schema.xml
@@ -0,0 +1,588 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id
+
+
+ content
+
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.10/conf/solr-3.x/schema_extra_fields.xml b/configsets/apachesolr_7.x-1.10/conf/solr-3.x/schema_extra_fields.xml
new file mode 100644
index 0000000..9ecd5f4
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.10/conf/solr-3.x/schema_extra_fields.xml
@@ -0,0 +1,23 @@
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.10/conf/solr-3.x/schema_extra_types.xml b/configsets/apachesolr_7.x-1.10/conf/solr-3.x/schema_extra_types.xml
new file mode 100644
index 0000000..e82072e
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.10/conf/solr-3.x/schema_extra_types.xml
@@ -0,0 +1,30 @@
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.10/conf/solr-3.x/solrconfig.xml b/configsets/apachesolr_7.x-1.10/conf/solr-3.x/solrconfig.xml
new file mode 100644
index 0000000..17c1ca7
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.10/conf/solr-3.x/solrconfig.xml
@@ -0,0 +1,1614 @@
+
+
+
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+ ${solr.luceneMatchVersion:LUCENE_35}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+
+ 4
+
+ 32
+
+
+
+ 2147483647
+ 100000
+ 1000
+
+
+
+
+
+
+
+
+ single
+
+
+
+
+
+
+
+
+ false
+ 32
+ 10
+
+
+ false
+
+
+ true
+
+
+
+
+ 1
+
+ 0
+
+
+
+
+
+ false
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.autoCommit.MaxDocs:10000}
+ ${solr.autoCommit.MaxTime:120000}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+ 20
+
+
+ 200
+
+
+
+
+
+
+
+
+
+
+
+ solr rocks010
+
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ edismax
+ explicit
+ true
+ 0.01
+
+ ${solr.pinkPony.timeAllowed:-1}
+ *:*
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+ elevator
+
+
+
+
+
+
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+ ${solr.mlt.timeAllowed:2000}
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text
+ true
+ ignored_
+
+
+ true
+ links
+ ignored_
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ pinkPony
+ solrpingquery
+
+
+ all
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+ ${solr.replication.master:false}
+ commit
+ startup
+ ${solr.replication.confFiles:schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml}
+
+
+ ${solr.replication.slave:false}
+ ${solr.replication.masterUrl:http://localhost:8983/solr}/replication
+ ${solr.replication.pollInterval:00:00:60}
+
+
+
+
+
+
+
+
+ false
+ false
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+
+
+
+ true
+
+
+ tvComponent
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+ terms
+
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ,,
+ ,,
+ ,,
+ ,,
+ ,]]>
+ ]]>
+
+
+
+
+
+ 10
+ .,!?
+
+
+
+
+
+
+ WORD
+
+
+ en
+ US
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/plain; charset=UTF-8
+
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+ *:*
+
+
+
+
+
+
+
+
+
+
+
+ textSpell
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.10/conf/solr-3.x/solrconfig_extra.xml b/configsets/apachesolr_7.x-1.10/conf/solr-3.x/solrconfig_extra.xml
new file mode 100644
index 0000000..c5bc3ac
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.10/conf/solr-3.x/solrconfig_extra.xml
@@ -0,0 +1,80 @@
+
+
+
+textSpell
+
+
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.10/conf/solr-3.x/solrcore.properties b/configsets/apachesolr_7.x-1.10/conf/solr-3.x/solrcore.properties
new file mode 100644
index 0000000..bc46886
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.10/conf/solr-3.x/solrcore.properties
@@ -0,0 +1,16 @@
+# Defines Solr properties for this specific core.
+solr.replication.master=false
+solr.replication.slave=false
+solr.replication.pollInterval=00:00:60
+solr.replication.masterUrl=http://localhost:8983/solr
+solr.replication.confFiles=schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml
+solr.mlt.timeAllowed=2000
+# You should not set your luceneMatchVersion to anything lower than your Solr
+# Version.
+solr.luceneMatchVersion=LUCENE_35
+solr.pinkPony.timeAllowed=-1
+# autoCommit after 10000 docs
+solr.autoCommit.MaxDocs=10000
+# autoCommit after 2 minutes
+solr.autoCommit.MaxTime=120000
+solr.contrib.dir=../../contrib
diff --git a/configsets/apachesolr_7.x-1.10/conf/solr-3.x/stopwords.txt b/configsets/apachesolr_7.x-1.10/conf/solr-3.x/stopwords.txt
new file mode 100644
index 0000000..d7f243e
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.10/conf/solr-3.x/stopwords.txt
@@ -0,0 +1,4 @@
+# Contains words which shouldn't be indexed for fulltext fields, e.g., because
+# they're too common. For documentation of the format, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.StopFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/apachesolr_7.x-1.10/conf/solr-3.x/synonyms.txt b/configsets/apachesolr_7.x-1.10/conf/solr-3.x/synonyms.txt
new file mode 100644
index 0000000..7d22eea
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.10/conf/solr-3.x/synonyms.txt
@@ -0,0 +1,3 @@
+# Contains synonyms to use for your index. For the format used, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.SynonymFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/apachesolr_7.x-1.10/conf/solr-4.x/elevate.xml b/configsets/apachesolr_7.x-1.10/conf/solr-4.x/elevate.xml
new file mode 100644
index 0000000..71ea000
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.10/conf/solr-4.x/elevate.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.10/conf/solr-4.x/mapping-ISOLatin1Accent.txt b/configsets/apachesolr_7.x-1.10/conf/solr-4.x/mapping-ISOLatin1Accent.txt
new file mode 100644
index 0000000..b92d03c
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.10/conf/solr-4.x/mapping-ISOLatin1Accent.txt
@@ -0,0 +1,14 @@
+# This file contains character mappings for the default fulltext field type.
+# The source characters (on the left) will be replaced by the respective target
+# characters before any other processing takes place.
+# Lines starting with a pound character # are ignored.
+#
+# For sensible defaults, use the mapping-ISOLatin1Accent.txt file distributed
+# with the example application of your Solr version.
+#
+# Examples:
+# "À" => "A"
+# "\u00c4" => "A"
+# "\u00c4" => "\u0041"
+# "æ" => "ae"
+# "\n" => " "
diff --git a/configsets/apachesolr_7.x-1.10/conf/solr-4.x/protwords.txt b/configsets/apachesolr_7.x-1.10/conf/solr-4.x/protwords.txt
new file mode 100644
index 0000000..cda8581
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.10/conf/solr-4.x/protwords.txt
@@ -0,0 +1,7 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
diff --git a/configsets/apachesolr_7.x-1.10/conf/solr-4.x/schema.xml b/configsets/apachesolr_7.x-1.10/conf/solr-4.x/schema.xml
new file mode 100644
index 0000000..6d9011a
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.10/conf/solr-4.x/schema.xml
@@ -0,0 +1,594 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id
+
+
+ content
+
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.10/conf/solr-4.x/schema_extra_fields.xml b/configsets/apachesolr_7.x-1.10/conf/solr-4.x/schema_extra_fields.xml
new file mode 100644
index 0000000..9ecd5f4
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.10/conf/solr-4.x/schema_extra_fields.xml
@@ -0,0 +1,23 @@
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.10/conf/solr-4.x/schema_extra_types.xml b/configsets/apachesolr_7.x-1.10/conf/solr-4.x/schema_extra_types.xml
new file mode 100644
index 0000000..e82072e
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.10/conf/solr-4.x/schema_extra_types.xml
@@ -0,0 +1,30 @@
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.10/conf/solr-4.x/solrconfig.xml b/configsets/apachesolr_7.x-1.10/conf/solr-4.x/solrconfig.xml
new file mode 100644
index 0000000..c75f57a
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.10/conf/solr-4.x/solrconfig.xml
@@ -0,0 +1,1641 @@
+
+
+
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+ ${solr.luceneMatchVersion:LUCENE_40}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+
+ 4
+
+ 32
+
+
+
+ 2147483647
+ 100000
+ 1000
+
+
+
+
+
+
+
+
+ single
+
+
+
+
+
+ false
+
+
+ true
+
+
+
+
+ 1
+
+ 0
+
+
+
+
+
+ false
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.autoCommit.MaxDocs:10000}
+ ${solr.autoCommit.MaxTime:120000}
+
+
+
+
+ ${solr.autoSoftCommit.MaxDocs:2000}
+ ${solr.autoSoftCommit.MaxTime:10000}
+
+
+
+
+
+
+
+
+ ${solr.data.dir:}
+
+
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+ 20
+
+
+ 200
+
+
+
+
+
+
+
+
+
+
+
+ solr rocks010
+
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ edismax
+ explicit
+ true
+ 0.01
+
+ ${solr.pinkPony.timeAllowed:-1}
+ *:*
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+ elevator
+
+
+
+
+
+
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+ ${solr.mlt.timeAllowed:2000}
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text
+ true
+ ignored_
+
+
+ true
+ links
+ ignored_
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ pinkPony
+ solrpingquery
+ false
+
+
+ all
+
+
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+ ${solr.replication.master:false}
+ commit
+ startup
+ ${solr.replication.confFiles:schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml}
+
+
+ ${solr.replication.slave:false}
+ ${solr.replication.masterUrl:http://localhost:8983/solr}/replication
+ ${solr.replication.pollInterval:00:00:60}
+
+
+
+
+
+
+ true
+ json
+ true
+
+
+
+
+
+
+
+
+ false
+ false
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+
+
+
+ true
+
+
+ tvComponent
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+ terms
+
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ,,
+ ,,
+ ,,
+ ,,
+ ,]]>
+ ]]>
+
+
+
+
+
+ 10
+ .,!?
+
+
+
+
+
+
+ WORD
+
+
+ en
+ US
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/plain; charset=UTF-8
+
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+ *:*
+
+
+
+
+
+
+
+
+
+
+
+ textSpell
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.10/conf/solr-4.x/solrconfig_extra.xml b/configsets/apachesolr_7.x-1.10/conf/solr-4.x/solrconfig_extra.xml
new file mode 100644
index 0000000..c5bc3ac
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.10/conf/solr-4.x/solrconfig_extra.xml
@@ -0,0 +1,80 @@
+
+
+
+textSpell
+
+
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.10/conf/solr-4.x/solrcore.properties b/configsets/apachesolr_7.x-1.10/conf/solr-4.x/solrcore.properties
new file mode 100644
index 0000000..b7f8f6c
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.10/conf/solr-4.x/solrcore.properties
@@ -0,0 +1,20 @@
+# Defines Solr properties for this specific core.
+solr.replication.master=false
+solr.replication.slave=false
+solr.replication.pollInterval=00:00:60
+solr.replication.masterUrl=http://localhost:8983/solr
+solr.replication.confFiles=schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml
+solr.mlt.timeAllowed=2000
+# You should not set your luceneMatchVersion to anything lower than your Solr
+# Version.
+solr.luceneMatchVersion=LUCENE_40
+solr.pinkPony.timeAllowed=-1
+# autoCommit after 10000 docs
+solr.autoCommit.MaxDocs=10000
+# autoCommit after 2 minutes
+solr.autoCommit.MaxTime=120000
+# autoSoftCommit after 2000 docs
+solr.autoSoftCommit.MaxDocs=2000
+# autoSoftCommit after 10 seconds
+solr.autoSoftCommit.MaxTime=10000
+solr.contrib.dir=../../../contrib
diff --git a/configsets/apachesolr_7.x-1.10/conf/solr-4.x/stopwords.txt b/configsets/apachesolr_7.x-1.10/conf/solr-4.x/stopwords.txt
new file mode 100644
index 0000000..d7f243e
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.10/conf/solr-4.x/stopwords.txt
@@ -0,0 +1,4 @@
+# Contains words which shouldn't be indexed for fulltext fields, e.g., because
+# they're too common. For documentation of the format, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.StopFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/apachesolr_7.x-1.10/conf/solr-4.x/synonyms.txt b/configsets/apachesolr_7.x-1.10/conf/solr-4.x/synonyms.txt
new file mode 100644
index 0000000..7d22eea
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.10/conf/solr-4.x/synonyms.txt
@@ -0,0 +1,3 @@
+# Contains synonyms to use for your index. For the format used, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.SynonymFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/apachesolr_7.x-1.10/conf/solr-5.x/elevate.xml b/configsets/apachesolr_7.x-1.10/conf/solr-5.x/elevate.xml
new file mode 100644
index 0000000..71ea000
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.10/conf/solr-5.x/elevate.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.10/conf/solr-5.x/mapping-ISOLatin1Accent.txt b/configsets/apachesolr_7.x-1.10/conf/solr-5.x/mapping-ISOLatin1Accent.txt
new file mode 100644
index 0000000..b92d03c
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.10/conf/solr-5.x/mapping-ISOLatin1Accent.txt
@@ -0,0 +1,14 @@
+# This file contains character mappings for the default fulltext field type.
+# The source characters (on the left) will be replaced by the respective target
+# characters before any other processing takes place.
+# Lines starting with a pound character # are ignored.
+#
+# For sensible defaults, use the mapping-ISOLatin1Accent.txt file distributed
+# with the example application of your Solr version.
+#
+# Examples:
+# "À" => "A"
+# "\u00c4" => "A"
+# "\u00c4" => "\u0041"
+# "æ" => "ae"
+# "\n" => " "
diff --git a/configsets/apachesolr_7.x-1.10/conf/solr-5.x/protwords.txt b/configsets/apachesolr_7.x-1.10/conf/solr-5.x/protwords.txt
new file mode 100644
index 0000000..cda8581
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.10/conf/solr-5.x/protwords.txt
@@ -0,0 +1,7 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
diff --git a/configsets/apachesolr_7.x-1.10/conf/solr-5.x/schema.xml b/configsets/apachesolr_7.x-1.10/conf/solr-5.x/schema.xml
new file mode 100644
index 0000000..191ad2c
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.10/conf/solr-5.x/schema.xml
@@ -0,0 +1,594 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id
+
+
+ content
+
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.10/conf/solr-5.x/schema_extra_fields.xml b/configsets/apachesolr_7.x-1.10/conf/solr-5.x/schema_extra_fields.xml
new file mode 100644
index 0000000..9ecd5f4
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.10/conf/solr-5.x/schema_extra_fields.xml
@@ -0,0 +1,23 @@
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.10/conf/solr-5.x/schema_extra_types.xml b/configsets/apachesolr_7.x-1.10/conf/solr-5.x/schema_extra_types.xml
new file mode 100644
index 0000000..e82072e
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.10/conf/solr-5.x/schema_extra_types.xml
@@ -0,0 +1,30 @@
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.10/conf/solr-5.x/solrconfig.xml b/configsets/apachesolr_7.x-1.10/conf/solr-5.x/solrconfig.xml
new file mode 100644
index 0000000..c75f57a
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.10/conf/solr-5.x/solrconfig.xml
@@ -0,0 +1,1641 @@
+
+
+
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+ ${solr.luceneMatchVersion:LUCENE_40}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+
+ 4
+
+ 32
+
+
+
+ 2147483647
+ 100000
+ 1000
+
+
+
+
+
+
+
+
+ single
+
+
+
+
+
+ false
+
+
+ true
+
+
+
+
+ 1
+
+ 0
+
+
+
+
+
+ false
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.autoCommit.MaxDocs:10000}
+ ${solr.autoCommit.MaxTime:120000}
+
+
+
+
+ ${solr.autoSoftCommit.MaxDocs:2000}
+ ${solr.autoSoftCommit.MaxTime:10000}
+
+
+
+
+
+
+
+
+ ${solr.data.dir:}
+
+
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+ 20
+
+
+ 200
+
+
+
+
+
+
+
+
+
+
+
+ solr rocks010
+
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ edismax
+ explicit
+ true
+ 0.01
+
+ ${solr.pinkPony.timeAllowed:-1}
+ *:*
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+ elevator
+
+
+
+
+
+
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+ ${solr.mlt.timeAllowed:2000}
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text
+ true
+ ignored_
+
+
+ true
+ links
+ ignored_
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ pinkPony
+ solrpingquery
+ false
+
+
+ all
+
+
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+ ${solr.replication.master:false}
+ commit
+ startup
+ ${solr.replication.confFiles:schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml}
+
+
+ ${solr.replication.slave:false}
+ ${solr.replication.masterUrl:http://localhost:8983/solr}/replication
+ ${solr.replication.pollInterval:00:00:60}
+
+
+
+
+
+
+ true
+ json
+ true
+
+
+
+
+
+
+
+
+ false
+ false
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+
+
+
+ true
+
+
+ tvComponent
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+ terms
+
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ,,
+ ,,
+ ,,
+ ,,
+ ,]]>
+ ]]>
+
+
+
+
+
+ 10
+ .,!?
+
+
+
+
+
+
+ WORD
+
+
+ en
+ US
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/plain; charset=UTF-8
+
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+ *:*
+
+
+
+
+
+
+
+
+
+
+
+ textSpell
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.10/conf/solr-5.x/solrconfig_extra.xml b/configsets/apachesolr_7.x-1.10/conf/solr-5.x/solrconfig_extra.xml
new file mode 100644
index 0000000..c5bc3ac
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.10/conf/solr-5.x/solrconfig_extra.xml
@@ -0,0 +1,80 @@
+
+
+
+textSpell
+
+
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.10/conf/solr-5.x/solrcore.properties b/configsets/apachesolr_7.x-1.10/conf/solr-5.x/solrcore.properties
new file mode 100644
index 0000000..b7f8f6c
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.10/conf/solr-5.x/solrcore.properties
@@ -0,0 +1,20 @@
+# Defines Solr properties for this specific core.
+solr.replication.master=false
+solr.replication.slave=false
+solr.replication.pollInterval=00:00:60
+solr.replication.masterUrl=http://localhost:8983/solr
+solr.replication.confFiles=schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml
+solr.mlt.timeAllowed=2000
+# You should not set your luceneMatchVersion to anything lower than your Solr
+# Version.
+solr.luceneMatchVersion=LUCENE_40
+solr.pinkPony.timeAllowed=-1
+# autoCommit after 10000 docs
+solr.autoCommit.MaxDocs=10000
+# autoCommit after 2 minutes
+solr.autoCommit.MaxTime=120000
+# autoSoftCommit after 2000 docs
+solr.autoSoftCommit.MaxDocs=2000
+# autoSoftCommit after 10 seconds
+solr.autoSoftCommit.MaxTime=10000
+solr.contrib.dir=../../../contrib
diff --git a/configsets/apachesolr_7.x-1.10/conf/solr-5.x/stopwords.txt b/configsets/apachesolr_7.x-1.10/conf/solr-5.x/stopwords.txt
new file mode 100644
index 0000000..d7f243e
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.10/conf/solr-5.x/stopwords.txt
@@ -0,0 +1,4 @@
+# Contains words which shouldn't be indexed for fulltext fields, e.g., because
+# they're too common. For documentation of the format, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.StopFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/apachesolr_7.x-1.10/conf/solr-5.x/synonyms.txt b/configsets/apachesolr_7.x-1.10/conf/solr-5.x/synonyms.txt
new file mode 100644
index 0000000..7d22eea
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.10/conf/solr-5.x/synonyms.txt
@@ -0,0 +1,3 @@
+# Contains synonyms to use for your index. For the format used, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.SynonymFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/apachesolr_7.x-1.11/conf/solr-1.4/protwords.txt b/configsets/apachesolr_7.x-1.11/conf/solr-1.4/protwords.txt
new file mode 100644
index 0000000..f0fd084
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.11/conf/solr-1.4/protwords.txt
@@ -0,0 +1,8 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
+
diff --git a/configsets/apachesolr_7.x-1.11/conf/solr-1.4/schema.xml b/configsets/apachesolr_7.x-1.11/conf/solr-1.4/schema.xml
new file mode 100644
index 0000000..133b118
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.11/conf/solr-1.4/schema.xml
@@ -0,0 +1,497 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id
+
+
+ content
+
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.11/conf/solr-1.4/solrconfig.xml b/configsets/apachesolr_7.x-1.11/conf/solr-1.4/solrconfig.xml
new file mode 100644
index 0000000..a0818cd
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.11/conf/solr-1.4/solrconfig.xml
@@ -0,0 +1,736 @@
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+
+
+
+
+ false
+
+ 10
+
+
+
+ 32
+ 2147483647
+ 20000
+ 1000
+ 10000
+
+
+
+
+
+
+
+
+
+
+ single
+
+
+
+
+ false
+ 32
+ 4
+ 2147483647
+ 20000
+
+
+ false
+
+
+
+
+ false
+
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 2000
+ 120000
+
+
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+
+
+ 50
+
+
+ 200
+
+
+
+
+
+
+
+
+ solr 0 10
+ rocks 0 10
+ static newSearcher warming query from solrconfig.xml
+
+
+
+
+
+
+ fast_warm 0 10
+ static firstSearcher warming query from solrconfig.xml
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+ dismax
+ explicit
+ true
+
+
+
+
+
+
+ dismax
+ explicit
+ true
+ 0.01
+
+ content^2.0
+
+ 15
+
+
+ 1
+ *:*
+
+
+ true
+ content
+ 3
+ true
+
+ teaser
+ 256
+
+
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+
+
+
+
+
+
+
+
+
+
+ textSpell
+
+
+ default
+ spell
+ ./spellchecker1
+ true
+
+
+ jarowinkler
+ spell
+
+ org.apache.lucene.search.spell.JaroWinklerDistance
+ ./spellchecker2
+ true
+
+
+
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ standard
+ solrpingquery
+ all
+
+
+
+
+
+
+ admin-extra.html
+ scripts.conf
+ xslt/example.xsl
+ xslt/example_atom.xsl
+ xslt/example_rss.xsl
+ xslt/luke.xsl
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+ solr
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.11/conf/solr-3.x/elevate.xml b/configsets/apachesolr_7.x-1.11/conf/solr-3.x/elevate.xml
new file mode 100644
index 0000000..71ea000
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.11/conf/solr-3.x/elevate.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.11/conf/solr-3.x/mapping-ISOLatin1Accent.txt b/configsets/apachesolr_7.x-1.11/conf/solr-3.x/mapping-ISOLatin1Accent.txt
new file mode 100644
index 0000000..b92d03c
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.11/conf/solr-3.x/mapping-ISOLatin1Accent.txt
@@ -0,0 +1,14 @@
+# This file contains character mappings for the default fulltext field type.
+# The source characters (on the left) will be replaced by the respective target
+# characters before any other processing takes place.
+# Lines starting with a pound character # are ignored.
+#
+# For sensible defaults, use the mapping-ISOLatin1Accent.txt file distributed
+# with the example application of your Solr version.
+#
+# Examples:
+# "À" => "A"
+# "\u00c4" => "A"
+# "\u00c4" => "\u0041"
+# "æ" => "ae"
+# "\n" => " "
diff --git a/configsets/apachesolr_7.x-1.11/conf/solr-3.x/protwords.txt b/configsets/apachesolr_7.x-1.11/conf/solr-3.x/protwords.txt
new file mode 100644
index 0000000..cda8581
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.11/conf/solr-3.x/protwords.txt
@@ -0,0 +1,7 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
diff --git a/configsets/apachesolr_7.x-1.11/conf/solr-3.x/schema.xml b/configsets/apachesolr_7.x-1.11/conf/solr-3.x/schema.xml
new file mode 100644
index 0000000..de4b870
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.11/conf/solr-3.x/schema.xml
@@ -0,0 +1,588 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id
+
+
+ content
+
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.11/conf/solr-3.x/schema_extra_fields.xml b/configsets/apachesolr_7.x-1.11/conf/solr-3.x/schema_extra_fields.xml
new file mode 100644
index 0000000..9ecd5f4
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.11/conf/solr-3.x/schema_extra_fields.xml
@@ -0,0 +1,23 @@
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.11/conf/solr-3.x/schema_extra_types.xml b/configsets/apachesolr_7.x-1.11/conf/solr-3.x/schema_extra_types.xml
new file mode 100644
index 0000000..e82072e
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.11/conf/solr-3.x/schema_extra_types.xml
@@ -0,0 +1,30 @@
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.11/conf/solr-3.x/solrconfig.xml b/configsets/apachesolr_7.x-1.11/conf/solr-3.x/solrconfig.xml
new file mode 100644
index 0000000..17c1ca7
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.11/conf/solr-3.x/solrconfig.xml
@@ -0,0 +1,1614 @@
+
+
+
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+ ${solr.luceneMatchVersion:LUCENE_35}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+
+ 4
+
+ 32
+
+
+
+ 2147483647
+ 100000
+ 1000
+
+
+
+
+
+
+
+
+ single
+
+
+
+
+
+
+
+
+ false
+ 32
+ 10
+
+
+ false
+
+
+ true
+
+
+
+
+ 1
+
+ 0
+
+
+
+
+
+ false
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.autoCommit.MaxDocs:10000}
+ ${solr.autoCommit.MaxTime:120000}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+ 20
+
+
+ 200
+
+
+
+
+
+
+
+
+
+
+
+ solr rocks010
+
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ edismax
+ explicit
+ true
+ 0.01
+
+ ${solr.pinkPony.timeAllowed:-1}
+ *:*
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+ elevator
+
+
+
+
+
+
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+ ${solr.mlt.timeAllowed:2000}
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text
+ true
+ ignored_
+
+
+ true
+ links
+ ignored_
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ pinkPony
+ solrpingquery
+
+
+ all
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+ ${solr.replication.master:false}
+ commit
+ startup
+ ${solr.replication.confFiles:schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml}
+
+
+ ${solr.replication.slave:false}
+ ${solr.replication.masterUrl:http://localhost:8983/solr}/replication
+ ${solr.replication.pollInterval:00:00:60}
+
+
+
+
+
+
+
+
+ false
+ false
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+
+
+
+ true
+
+
+ tvComponent
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+ terms
+
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ,,
+ ,,
+ ,,
+ ,,
+ ,]]>
+ ]]>
+
+
+
+
+
+ 10
+ .,!?
+
+
+
+
+
+
+ WORD
+
+
+ en
+ US
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/plain; charset=UTF-8
+
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+ *:*
+
+
+
+
+
+
+
+
+
+
+
+ textSpell
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.11/conf/solr-3.x/solrconfig_extra.xml b/configsets/apachesolr_7.x-1.11/conf/solr-3.x/solrconfig_extra.xml
new file mode 100644
index 0000000..c5bc3ac
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.11/conf/solr-3.x/solrconfig_extra.xml
@@ -0,0 +1,80 @@
+
+
+
+textSpell
+
+
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.11/conf/solr-3.x/solrcore.properties b/configsets/apachesolr_7.x-1.11/conf/solr-3.x/solrcore.properties
new file mode 100644
index 0000000..bc46886
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.11/conf/solr-3.x/solrcore.properties
@@ -0,0 +1,16 @@
+# Defines Solr properties for this specific core.
+solr.replication.master=false
+solr.replication.slave=false
+solr.replication.pollInterval=00:00:60
+solr.replication.masterUrl=http://localhost:8983/solr
+solr.replication.confFiles=schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml
+solr.mlt.timeAllowed=2000
+# You should not set your luceneMatchVersion to anything lower than your Solr
+# Version.
+solr.luceneMatchVersion=LUCENE_35
+solr.pinkPony.timeAllowed=-1
+# autoCommit after 10000 docs
+solr.autoCommit.MaxDocs=10000
+# autoCommit after 2 minutes
+solr.autoCommit.MaxTime=120000
+solr.contrib.dir=../../contrib
diff --git a/configsets/apachesolr_7.x-1.11/conf/solr-3.x/stopwords.txt b/configsets/apachesolr_7.x-1.11/conf/solr-3.x/stopwords.txt
new file mode 100644
index 0000000..d7f243e
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.11/conf/solr-3.x/stopwords.txt
@@ -0,0 +1,4 @@
+# Contains words which shouldn't be indexed for fulltext fields, e.g., because
+# they're too common. For documentation of the format, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.StopFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/apachesolr_7.x-1.11/conf/solr-3.x/synonyms.txt b/configsets/apachesolr_7.x-1.11/conf/solr-3.x/synonyms.txt
new file mode 100644
index 0000000..7d22eea
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.11/conf/solr-3.x/synonyms.txt
@@ -0,0 +1,3 @@
+# Contains synonyms to use for your index. For the format used, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.SynonymFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/apachesolr_7.x-1.11/conf/solr-4.x/elevate.xml b/configsets/apachesolr_7.x-1.11/conf/solr-4.x/elevate.xml
new file mode 100644
index 0000000..71ea000
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.11/conf/solr-4.x/elevate.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.11/conf/solr-4.x/mapping-ISOLatin1Accent.txt b/configsets/apachesolr_7.x-1.11/conf/solr-4.x/mapping-ISOLatin1Accent.txt
new file mode 100644
index 0000000..b92d03c
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.11/conf/solr-4.x/mapping-ISOLatin1Accent.txt
@@ -0,0 +1,14 @@
+# This file contains character mappings for the default fulltext field type.
+# The source characters (on the left) will be replaced by the respective target
+# characters before any other processing takes place.
+# Lines starting with a pound character # are ignored.
+#
+# For sensible defaults, use the mapping-ISOLatin1Accent.txt file distributed
+# with the example application of your Solr version.
+#
+# Examples:
+# "À" => "A"
+# "\u00c4" => "A"
+# "\u00c4" => "\u0041"
+# "æ" => "ae"
+# "\n" => " "
diff --git a/configsets/apachesolr_7.x-1.11/conf/solr-4.x/protwords.txt b/configsets/apachesolr_7.x-1.11/conf/solr-4.x/protwords.txt
new file mode 100644
index 0000000..cda8581
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.11/conf/solr-4.x/protwords.txt
@@ -0,0 +1,7 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
diff --git a/configsets/apachesolr_7.x-1.11/conf/solr-4.x/schema.xml b/configsets/apachesolr_7.x-1.11/conf/solr-4.x/schema.xml
new file mode 100644
index 0000000..6d9011a
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.11/conf/solr-4.x/schema.xml
@@ -0,0 +1,594 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id
+
+
+ content
+
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.11/conf/solr-4.x/schema_extra_fields.xml b/configsets/apachesolr_7.x-1.11/conf/solr-4.x/schema_extra_fields.xml
new file mode 100644
index 0000000..9ecd5f4
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.11/conf/solr-4.x/schema_extra_fields.xml
@@ -0,0 +1,23 @@
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.11/conf/solr-4.x/schema_extra_types.xml b/configsets/apachesolr_7.x-1.11/conf/solr-4.x/schema_extra_types.xml
new file mode 100644
index 0000000..e82072e
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.11/conf/solr-4.x/schema_extra_types.xml
@@ -0,0 +1,30 @@
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.11/conf/solr-4.x/solrconfig.xml b/configsets/apachesolr_7.x-1.11/conf/solr-4.x/solrconfig.xml
new file mode 100644
index 0000000..c75f57a
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.11/conf/solr-4.x/solrconfig.xml
@@ -0,0 +1,1641 @@
+
+
+
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+ ${solr.luceneMatchVersion:LUCENE_40}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+
+ 4
+
+ 32
+
+
+
+ 2147483647
+ 100000
+ 1000
+
+
+
+
+
+
+
+
+ single
+
+
+
+
+
+ false
+
+
+ true
+
+
+
+
+ 1
+
+ 0
+
+
+
+
+
+ false
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.autoCommit.MaxDocs:10000}
+ ${solr.autoCommit.MaxTime:120000}
+
+
+
+
+ ${solr.autoSoftCommit.MaxDocs:2000}
+ ${solr.autoSoftCommit.MaxTime:10000}
+
+
+
+
+
+
+
+
+ ${solr.data.dir:}
+
+
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+ 20
+
+
+ 200
+
+
+
+
+
+
+
+
+
+
+
+ solr rocks010
+
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ edismax
+ explicit
+ true
+ 0.01
+
+ ${solr.pinkPony.timeAllowed:-1}
+ *:*
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+ elevator
+
+
+
+
+
+
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+ ${solr.mlt.timeAllowed:2000}
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text
+ true
+ ignored_
+
+
+ true
+ links
+ ignored_
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ pinkPony
+ solrpingquery
+ false
+
+
+ all
+
+
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+ ${solr.replication.master:false}
+ commit
+ startup
+ ${solr.replication.confFiles:schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml}
+
+
+ ${solr.replication.slave:false}
+ ${solr.replication.masterUrl:http://localhost:8983/solr}/replication
+ ${solr.replication.pollInterval:00:00:60}
+
+
+
+
+
+
+ true
+ json
+ true
+
+
+
+
+
+
+
+
+ false
+ false
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+
+
+
+ true
+
+
+ tvComponent
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+ terms
+
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ,,
+ ,,
+ ,,
+ ,,
+ ,]]>
+ ]]>
+
+
+
+
+
+ 10
+ .,!?
+
+
+
+
+
+
+ WORD
+
+
+ en
+ US
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/plain; charset=UTF-8
+
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+ *:*
+
+
+
+
+
+
+
+
+
+
+
+ textSpell
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.11/conf/solr-4.x/solrconfig_extra.xml b/configsets/apachesolr_7.x-1.11/conf/solr-4.x/solrconfig_extra.xml
new file mode 100644
index 0000000..c5bc3ac
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.11/conf/solr-4.x/solrconfig_extra.xml
@@ -0,0 +1,80 @@
+
+
+
+textSpell
+
+
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.11/conf/solr-4.x/solrcore.properties b/configsets/apachesolr_7.x-1.11/conf/solr-4.x/solrcore.properties
new file mode 100644
index 0000000..b7f8f6c
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.11/conf/solr-4.x/solrcore.properties
@@ -0,0 +1,20 @@
+# Defines Solr properties for this specific core.
+solr.replication.master=false
+solr.replication.slave=false
+solr.replication.pollInterval=00:00:60
+solr.replication.masterUrl=http://localhost:8983/solr
+solr.replication.confFiles=schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml
+solr.mlt.timeAllowed=2000
+# You should not set your luceneMatchVersion to anything lower than your Solr
+# Version.
+solr.luceneMatchVersion=LUCENE_40
+solr.pinkPony.timeAllowed=-1
+# autoCommit after 10000 docs
+solr.autoCommit.MaxDocs=10000
+# autoCommit after 2 minutes
+solr.autoCommit.MaxTime=120000
+# autoSoftCommit after 2000 docs
+solr.autoSoftCommit.MaxDocs=2000
+# autoSoftCommit after 10 seconds
+solr.autoSoftCommit.MaxTime=10000
+solr.contrib.dir=../../../contrib
diff --git a/configsets/apachesolr_7.x-1.11/conf/solr-4.x/stopwords.txt b/configsets/apachesolr_7.x-1.11/conf/solr-4.x/stopwords.txt
new file mode 100644
index 0000000..d7f243e
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.11/conf/solr-4.x/stopwords.txt
@@ -0,0 +1,4 @@
+# Contains words which shouldn't be indexed for fulltext fields, e.g., because
+# they're too common. For documentation of the format, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.StopFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/apachesolr_7.x-1.11/conf/solr-4.x/synonyms.txt b/configsets/apachesolr_7.x-1.11/conf/solr-4.x/synonyms.txt
new file mode 100644
index 0000000..7d22eea
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.11/conf/solr-4.x/synonyms.txt
@@ -0,0 +1,3 @@
+# Contains synonyms to use for your index. For the format used, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.SynonymFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/apachesolr_7.x-1.11/conf/solr-5.x/elevate.xml b/configsets/apachesolr_7.x-1.11/conf/solr-5.x/elevate.xml
new file mode 100644
index 0000000..71ea000
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.11/conf/solr-5.x/elevate.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.11/conf/solr-5.x/mapping-ISOLatin1Accent.txt b/configsets/apachesolr_7.x-1.11/conf/solr-5.x/mapping-ISOLatin1Accent.txt
new file mode 100644
index 0000000..b92d03c
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.11/conf/solr-5.x/mapping-ISOLatin1Accent.txt
@@ -0,0 +1,14 @@
+# This file contains character mappings for the default fulltext field type.
+# The source characters (on the left) will be replaced by the respective target
+# characters before any other processing takes place.
+# Lines starting with a pound character # are ignored.
+#
+# For sensible defaults, use the mapping-ISOLatin1Accent.txt file distributed
+# with the example application of your Solr version.
+#
+# Examples:
+# "À" => "A"
+# "\u00c4" => "A"
+# "\u00c4" => "\u0041"
+# "æ" => "ae"
+# "\n" => " "
diff --git a/configsets/apachesolr_7.x-1.11/conf/solr-5.x/protwords.txt b/configsets/apachesolr_7.x-1.11/conf/solr-5.x/protwords.txt
new file mode 100644
index 0000000..cda8581
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.11/conf/solr-5.x/protwords.txt
@@ -0,0 +1,7 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
diff --git a/configsets/apachesolr_7.x-1.11/conf/solr-5.x/schema.xml b/configsets/apachesolr_7.x-1.11/conf/solr-5.x/schema.xml
new file mode 100644
index 0000000..191ad2c
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.11/conf/solr-5.x/schema.xml
@@ -0,0 +1,594 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id
+
+
+ content
+
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.11/conf/solr-5.x/schema_extra_fields.xml b/configsets/apachesolr_7.x-1.11/conf/solr-5.x/schema_extra_fields.xml
new file mode 100644
index 0000000..9ecd5f4
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.11/conf/solr-5.x/schema_extra_fields.xml
@@ -0,0 +1,23 @@
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.11/conf/solr-5.x/schema_extra_types.xml b/configsets/apachesolr_7.x-1.11/conf/solr-5.x/schema_extra_types.xml
new file mode 100644
index 0000000..e82072e
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.11/conf/solr-5.x/schema_extra_types.xml
@@ -0,0 +1,30 @@
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.11/conf/solr-5.x/solrconfig.xml b/configsets/apachesolr_7.x-1.11/conf/solr-5.x/solrconfig.xml
new file mode 100644
index 0000000..c75f57a
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.11/conf/solr-5.x/solrconfig.xml
@@ -0,0 +1,1641 @@
+
+
+
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+ ${solr.luceneMatchVersion:LUCENE_40}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+
+ 4
+
+ 32
+
+
+
+ 2147483647
+ 100000
+ 1000
+
+
+
+
+
+
+
+
+ single
+
+
+
+
+
+ false
+
+
+ true
+
+
+
+
+ 1
+
+ 0
+
+
+
+
+
+ false
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.autoCommit.MaxDocs:10000}
+ ${solr.autoCommit.MaxTime:120000}
+
+
+
+
+ ${solr.autoSoftCommit.MaxDocs:2000}
+ ${solr.autoSoftCommit.MaxTime:10000}
+
+
+
+
+
+
+
+
+ ${solr.data.dir:}
+
+
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+ 20
+
+
+ 200
+
+
+
+
+
+
+
+
+
+
+
+ solr rocks010
+
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ edismax
+ explicit
+ true
+ 0.01
+
+ ${solr.pinkPony.timeAllowed:-1}
+ *:*
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+ elevator
+
+
+
+
+
+
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+ ${solr.mlt.timeAllowed:2000}
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text
+ true
+ ignored_
+
+
+ true
+ links
+ ignored_
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ pinkPony
+ solrpingquery
+ false
+
+
+ all
+
+
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+ ${solr.replication.master:false}
+ commit
+ startup
+ ${solr.replication.confFiles:schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml}
+
+
+ ${solr.replication.slave:false}
+ ${solr.replication.masterUrl:http://localhost:8983/solr}/replication
+ ${solr.replication.pollInterval:00:00:60}
+
+
+
+
+
+
+ true
+ json
+ true
+
+
+
+
+
+
+
+
+ false
+ false
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+
+
+
+ true
+
+
+ tvComponent
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+ terms
+
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ,,
+ ,,
+ ,,
+ ,,
+ ,]]>
+ ]]>
+
+
+
+
+
+ 10
+ .,!?
+
+
+
+
+
+
+ WORD
+
+
+ en
+ US
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/plain; charset=UTF-8
+
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+ *:*
+
+
+
+
+
+
+
+
+
+
+
+ textSpell
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.11/conf/solr-5.x/solrconfig_extra.xml b/configsets/apachesolr_7.x-1.11/conf/solr-5.x/solrconfig_extra.xml
new file mode 100644
index 0000000..c5bc3ac
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.11/conf/solr-5.x/solrconfig_extra.xml
@@ -0,0 +1,80 @@
+
+
+
+textSpell
+
+
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.11/conf/solr-5.x/solrcore.properties b/configsets/apachesolr_7.x-1.11/conf/solr-5.x/solrcore.properties
new file mode 100644
index 0000000..b7f8f6c
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.11/conf/solr-5.x/solrcore.properties
@@ -0,0 +1,20 @@
+# Defines Solr properties for this specific core.
+solr.replication.master=false
+solr.replication.slave=false
+solr.replication.pollInterval=00:00:60
+solr.replication.masterUrl=http://localhost:8983/solr
+solr.replication.confFiles=schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml
+solr.mlt.timeAllowed=2000
+# You should not set your luceneMatchVersion to anything lower than your Solr
+# Version.
+solr.luceneMatchVersion=LUCENE_40
+solr.pinkPony.timeAllowed=-1
+# autoCommit after 10000 docs
+solr.autoCommit.MaxDocs=10000
+# autoCommit after 2 minutes
+solr.autoCommit.MaxTime=120000
+# autoSoftCommit after 2000 docs
+solr.autoSoftCommit.MaxDocs=2000
+# autoSoftCommit after 10 seconds
+solr.autoSoftCommit.MaxTime=10000
+solr.contrib.dir=../../../contrib
diff --git a/configsets/apachesolr_7.x-1.11/conf/solr-5.x/stopwords.txt b/configsets/apachesolr_7.x-1.11/conf/solr-5.x/stopwords.txt
new file mode 100644
index 0000000..d7f243e
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.11/conf/solr-5.x/stopwords.txt
@@ -0,0 +1,4 @@
+# Contains words which shouldn't be indexed for fulltext fields, e.g., because
+# they're too common. For documentation of the format, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.StopFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/apachesolr_7.x-1.11/conf/solr-5.x/synonyms.txt b/configsets/apachesolr_7.x-1.11/conf/solr-5.x/synonyms.txt
new file mode 100644
index 0000000..7d22eea
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.11/conf/solr-5.x/synonyms.txt
@@ -0,0 +1,3 @@
+# Contains synonyms to use for your index. For the format used, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.SynonymFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/apachesolr_7.x-1.2/conf/solr-1.4/protwords.txt b/configsets/apachesolr_7.x-1.2/conf/solr-1.4/protwords.txt
new file mode 100644
index 0000000..f0fd084
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.2/conf/solr-1.4/protwords.txt
@@ -0,0 +1,8 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
+
diff --git a/configsets/apachesolr_7.x-1.2/conf/solr-1.4/schema.xml b/configsets/apachesolr_7.x-1.2/conf/solr-1.4/schema.xml
new file mode 100644
index 0000000..133b118
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.2/conf/solr-1.4/schema.xml
@@ -0,0 +1,497 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id
+
+
+ content
+
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.2/conf/solr-1.4/solrconfig.xml b/configsets/apachesolr_7.x-1.2/conf/solr-1.4/solrconfig.xml
new file mode 100644
index 0000000..a0818cd
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.2/conf/solr-1.4/solrconfig.xml
@@ -0,0 +1,736 @@
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+
+
+
+
+ false
+
+ 10
+
+
+
+ 32
+ 2147483647
+ 20000
+ 1000
+ 10000
+
+
+
+
+
+
+
+
+
+
+ single
+
+
+
+
+ false
+ 32
+ 4
+ 2147483647
+ 20000
+
+
+ false
+
+
+
+
+ false
+
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 2000
+ 120000
+
+
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+
+
+ 50
+
+
+ 200
+
+
+
+
+
+
+
+
+ solr 0 10
+ rocks 0 10
+ static newSearcher warming query from solrconfig.xml
+
+
+
+
+
+
+ fast_warm 0 10
+ static firstSearcher warming query from solrconfig.xml
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+ dismax
+ explicit
+ true
+
+
+
+
+
+
+ dismax
+ explicit
+ true
+ 0.01
+
+ content^2.0
+
+ 15
+
+
+ 1
+ *:*
+
+
+ true
+ content
+ 3
+ true
+
+ teaser
+ 256
+
+
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+
+
+
+
+
+
+
+
+
+
+ textSpell
+
+
+ default
+ spell
+ ./spellchecker1
+ true
+
+
+ jarowinkler
+ spell
+
+ org.apache.lucene.search.spell.JaroWinklerDistance
+ ./spellchecker2
+ true
+
+
+
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ standard
+ solrpingquery
+ all
+
+
+
+
+
+
+ admin-extra.html
+ scripts.conf
+ xslt/example.xsl
+ xslt/example_atom.xsl
+ xslt/example_rss.xsl
+ xslt/luke.xsl
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+ solr
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.2/conf/solr-3.x/protwords.txt b/configsets/apachesolr_7.x-1.2/conf/solr-3.x/protwords.txt
new file mode 100644
index 0000000..f0fd084
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.2/conf/solr-3.x/protwords.txt
@@ -0,0 +1,8 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
+
diff --git a/configsets/apachesolr_7.x-1.2/conf/solr-3.x/schema.xml b/configsets/apachesolr_7.x-1.2/conf/solr-3.x/schema.xml
new file mode 100644
index 0000000..663a3d1
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.2/conf/solr-3.x/schema.xml
@@ -0,0 +1,546 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id
+
+
+ content
+
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.2/conf/solr-3.x/schema_extra_fields.xml b/configsets/apachesolr_7.x-1.2/conf/solr-3.x/schema_extra_fields.xml
new file mode 100644
index 0000000..9ecd5f4
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.2/conf/solr-3.x/schema_extra_fields.xml
@@ -0,0 +1,23 @@
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.2/conf/solr-3.x/schema_extra_types.xml b/configsets/apachesolr_7.x-1.2/conf/solr-3.x/schema_extra_types.xml
new file mode 100644
index 0000000..e82072e
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.2/conf/solr-3.x/schema_extra_types.xml
@@ -0,0 +1,30 @@
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.2/conf/solr-3.x/solrconfig.xml b/configsets/apachesolr_7.x-1.2/conf/solr-3.x/solrconfig.xml
new file mode 100644
index 0000000..ce3fab0
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.2/conf/solr-3.x/solrconfig.xml
@@ -0,0 +1,1583 @@
+
+
+
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+ ${luceneVersion:LUCENE_35}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+
+ 4
+
+ 32
+
+
+
+ 2147483647
+ 100000
+ 1000
+
+
+
+
+
+
+
+
+ single
+
+
+
+
+
+
+
+
+ false
+ 32
+ 10
+
+
+ false
+
+
+ true
+
+
+
+
+ 1
+
+ 0
+
+
+
+
+
+ false
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 10000
+ 120000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+ 20
+
+
+ 200
+
+
+
+
+
+
+
+
+
+
+
+ solr rocks010
+
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ edismax
+ explicit
+ true
+ 0.01
+
+ ${pinkPony.timeAllowed:-1}
+ *:*
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+ ${mlt.timeAllowed:2000}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text
+ true
+ ignored_
+
+
+ true
+ links
+ ignored_
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ pinkPony
+ solrpingquery
+
+
+ all
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+ ${enable.master:false}
+ commit
+ startup
+ ${confFiles}
+
+
+ ${enable.slave:false}
+ ${masterCoreUrl}/replication
+ ${pollTime:00:00:60}
+
+
+
+
+
+
+
+
+ false
+ false
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+
+
+
+ true
+
+
+ tvComponent
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+ terms
+
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ,,
+ ,,
+ ,,
+ ,,
+ ,]]>
+ ]]>
+
+
+
+
+
+ 10
+ .,!?
+
+
+
+
+
+
+ WORD
+
+
+ en
+ US
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/plain; charset=UTF-8
+
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+ *:*
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.2/conf/solr-3.x/solrconfig_extra.xml b/configsets/apachesolr_7.x-1.2/conf/solr-3.x/solrconfig_extra.xml
new file mode 100644
index 0000000..5ce04b8
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.2/conf/solr-3.x/solrconfig_extra.xml
@@ -0,0 +1,79 @@
+
+
+
+textSpell
+
+
+
+
+
+ default
+ content
+ spellchecker
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.2/conf/solr-3.x/solrcore.properties b/configsets/apachesolr_7.x-1.2/conf/solr-3.x/solrcore.properties
new file mode 100644
index 0000000..0f3933d
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.2/conf/solr-3.x/solrcore.properties
@@ -0,0 +1,10 @@
+#solrcore.properties for this specific core
+enable.master=false
+enable.slave=false
+pollTime=00:00:60
+masterCoreUrl=http://localhost:8983/solr
+confFiles=schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml
+mlt.timeAllowed=2000
+# You should not set your luceneVersion to anything lower then your Solr Version
+luceneVersion=LUCENE_35
+pinkPony.timeAllowed=-1
diff --git a/configsets/apachesolr_7.x-1.2/conf/solr-4.x/protwords.txt b/configsets/apachesolr_7.x-1.2/conf/solr-4.x/protwords.txt
new file mode 100644
index 0000000..f0fd084
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.2/conf/solr-4.x/protwords.txt
@@ -0,0 +1,8 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
+
diff --git a/configsets/apachesolr_7.x-1.2/conf/solr-4.x/schema.xml b/configsets/apachesolr_7.x-1.2/conf/solr-4.x/schema.xml
new file mode 100644
index 0000000..f1a489f
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.2/conf/solr-4.x/schema.xml
@@ -0,0 +1,547 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id
+
+
+ content
+
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.2/conf/solr-4.x/schema_extra_fields.xml b/configsets/apachesolr_7.x-1.2/conf/solr-4.x/schema_extra_fields.xml
new file mode 100644
index 0000000..9ecd5f4
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.2/conf/solr-4.x/schema_extra_fields.xml
@@ -0,0 +1,23 @@
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.2/conf/solr-4.x/schema_extra_types.xml b/configsets/apachesolr_7.x-1.2/conf/solr-4.x/schema_extra_types.xml
new file mode 100644
index 0000000..e82072e
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.2/conf/solr-4.x/schema_extra_types.xml
@@ -0,0 +1,30 @@
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.2/conf/solr-4.x/solrconfig.xml b/configsets/apachesolr_7.x-1.2/conf/solr-4.x/solrconfig.xml
new file mode 100644
index 0000000..7750bd5
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.2/conf/solr-4.x/solrconfig.xml
@@ -0,0 +1,1575 @@
+
+
+
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+ ${luceneVersion:LUCENE_35}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+
+ 4
+
+ 32
+
+
+
+ 2147483647
+ 100000
+ 1000
+
+
+
+
+
+
+
+
+ single
+
+
+
+
+ false
+ 32
+ 10
+
+
+ false
+
+
+ true
+
+
+
+
+ 1
+
+ 0
+
+
+
+
+
+ false
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 10000
+ 120000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+ 20
+
+
+ 200
+
+
+
+
+
+
+
+
+
+
+
+ solr rocks010
+
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ edismax
+ explicit
+ true
+ 0.01
+
+ ${pinkPony.timeAllowed:-1}
+ *:*
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+ ${mlt.timeAllowed:2000}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text
+ true
+ ignored_
+
+
+ true
+ links
+ ignored_
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ pinkPony
+ solrpingquery
+
+
+ all
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+ ${enable.master:false}
+ commit
+ startup
+ ${confFiles}
+
+
+ ${enable.slave:false}
+ ${masterCoreUrl}/replication
+ ${pollTime:00:00:60}
+
+
+
+
+
+
+
+
+ false
+ false
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+
+
+
+ true
+
+
+ tvComponent
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+ terms
+
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ,,
+ ,,
+ ,,
+ ,,
+ ,]]>
+ ]]>
+
+
+
+
+
+ 10
+ .,!?
+
+
+
+
+
+
+ WORD
+
+
+ en
+ US
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/plain; charset=UTF-8
+
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+ *:*
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.2/conf/solr-4.x/solrconfig_extra.xml b/configsets/apachesolr_7.x-1.2/conf/solr-4.x/solrconfig_extra.xml
new file mode 100644
index 0000000..5ce04b8
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.2/conf/solr-4.x/solrconfig_extra.xml
@@ -0,0 +1,79 @@
+
+
+
+textSpell
+
+
+
+
+
+ default
+ content
+ spellchecker
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.2/conf/solr-4.x/solrcore.properties b/configsets/apachesolr_7.x-1.2/conf/solr-4.x/solrcore.properties
new file mode 100644
index 0000000..2f009ce
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.2/conf/solr-4.x/solrcore.properties
@@ -0,0 +1,10 @@
+#solrcore.properties for this specific core
+enable.master=false
+enable.slave=false
+pollTime=00:00:60
+masterCoreUrl=http://localhost:8983/solr
+confFiles=schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml
+mlt.timeAllowed=2000
+# You should not set your luceneVersion to anything lower then your Solr Version
+luceneVersion=LUCENE_40
+pinkPony.timeAllowed=-1
diff --git a/configsets/apachesolr_7.x-1.3/conf/solr-1.4/protwords.txt b/configsets/apachesolr_7.x-1.3/conf/solr-1.4/protwords.txt
new file mode 100644
index 0000000..f0fd084
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.3/conf/solr-1.4/protwords.txt
@@ -0,0 +1,8 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
+
diff --git a/configsets/apachesolr_7.x-1.3/conf/solr-1.4/schema.xml b/configsets/apachesolr_7.x-1.3/conf/solr-1.4/schema.xml
new file mode 100644
index 0000000..133b118
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.3/conf/solr-1.4/schema.xml
@@ -0,0 +1,497 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id
+
+
+ content
+
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.3/conf/solr-1.4/solrconfig.xml b/configsets/apachesolr_7.x-1.3/conf/solr-1.4/solrconfig.xml
new file mode 100644
index 0000000..a0818cd
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.3/conf/solr-1.4/solrconfig.xml
@@ -0,0 +1,736 @@
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+
+
+
+
+ false
+
+ 10
+
+
+
+ 32
+ 2147483647
+ 20000
+ 1000
+ 10000
+
+
+
+
+
+
+
+
+
+
+ single
+
+
+
+
+ false
+ 32
+ 4
+ 2147483647
+ 20000
+
+
+ false
+
+
+
+
+ false
+
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 2000
+ 120000
+
+
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+
+
+ 50
+
+
+ 200
+
+
+
+
+
+
+
+
+ solr 0 10
+ rocks 0 10
+ static newSearcher warming query from solrconfig.xml
+
+
+
+
+
+
+ fast_warm 0 10
+ static firstSearcher warming query from solrconfig.xml
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+ dismax
+ explicit
+ true
+
+
+
+
+
+
+ dismax
+ explicit
+ true
+ 0.01
+
+ content^2.0
+
+ 15
+
+
+ 1
+ *:*
+
+
+ true
+ content
+ 3
+ true
+
+ teaser
+ 256
+
+
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+
+
+
+
+
+
+
+
+
+
+ textSpell
+
+
+ default
+ spell
+ ./spellchecker1
+ true
+
+
+ jarowinkler
+ spell
+
+ org.apache.lucene.search.spell.JaroWinklerDistance
+ ./spellchecker2
+ true
+
+
+
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ standard
+ solrpingquery
+ all
+
+
+
+
+
+
+ admin-extra.html
+ scripts.conf
+ xslt/example.xsl
+ xslt/example_atom.xsl
+ xslt/example_rss.xsl
+ xslt/luke.xsl
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+ solr
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.3/conf/solr-3.x/protwords.txt b/configsets/apachesolr_7.x-1.3/conf/solr-3.x/protwords.txt
new file mode 100644
index 0000000..f0fd084
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.3/conf/solr-3.x/protwords.txt
@@ -0,0 +1,8 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
+
diff --git a/configsets/apachesolr_7.x-1.3/conf/solr-3.x/schema.xml b/configsets/apachesolr_7.x-1.3/conf/solr-3.x/schema.xml
new file mode 100644
index 0000000..6953ccb
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.3/conf/solr-3.x/schema.xml
@@ -0,0 +1,546 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id
+
+
+ content
+
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.3/conf/solr-3.x/schema_extra_fields.xml b/configsets/apachesolr_7.x-1.3/conf/solr-3.x/schema_extra_fields.xml
new file mode 100644
index 0000000..9ecd5f4
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.3/conf/solr-3.x/schema_extra_fields.xml
@@ -0,0 +1,23 @@
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.3/conf/solr-3.x/schema_extra_types.xml b/configsets/apachesolr_7.x-1.3/conf/solr-3.x/schema_extra_types.xml
new file mode 100644
index 0000000..e82072e
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.3/conf/solr-3.x/schema_extra_types.xml
@@ -0,0 +1,30 @@
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.3/conf/solr-3.x/solrconfig.xml b/configsets/apachesolr_7.x-1.3/conf/solr-3.x/solrconfig.xml
new file mode 100644
index 0000000..2525202
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.3/conf/solr-3.x/solrconfig.xml
@@ -0,0 +1,1612 @@
+
+
+
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+ ${solr.luceneMatchVersion:LUCENE_35}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+
+ 4
+
+ 32
+
+
+
+ 2147483647
+ 100000
+ 1000
+
+
+
+
+
+
+
+
+ single
+
+
+
+
+
+
+
+
+ false
+ 32
+ 10
+
+
+ false
+
+
+ true
+
+
+
+
+ 1
+
+ 0
+
+
+
+
+
+ false
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.autoCommit.MaxDocs:10000}
+ ${solr.autoCommit.MaxTime:120000}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+ 20
+
+
+ 200
+
+
+
+
+
+
+
+
+
+
+
+ solr rocks010
+
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ edismax
+ explicit
+ true
+ 0.01
+
+ ${solr.pinkPony.timeAllowed:-1}
+ *:*
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+ ${solr.mlt.timeAllowed:2000}
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text
+ true
+ ignored_
+
+
+ true
+ links
+ ignored_
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ pinkPony
+ solrpingquery
+
+
+ all
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+ ${solr.replication.master:false}
+ commit
+ startup
+ ${solr.replication.confFiles:schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml}
+
+
+ ${solr.replication.slave:false}
+ ${solr.replication.masterUrl:http://localhost:8983/solr}/replication
+ ${solr.replication.pollInterval:00:00:60}
+
+
+
+
+
+
+
+
+ false
+ false
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+
+
+
+ true
+
+
+ tvComponent
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+ terms
+
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ,,
+ ,,
+ ,,
+ ,,
+ ,]]>
+ ]]>
+
+
+
+
+
+ 10
+ .,!?
+
+
+
+
+
+
+ WORD
+
+
+ en
+ US
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/plain; charset=UTF-8
+
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+ *:*
+
+
+
+
+
+
+
+
+
+
+
+ textSpell
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.3/conf/solr-3.x/solrconfig_extra.xml b/configsets/apachesolr_7.x-1.3/conf/solr-3.x/solrconfig_extra.xml
new file mode 100644
index 0000000..c5bc3ac
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.3/conf/solr-3.x/solrconfig_extra.xml
@@ -0,0 +1,80 @@
+
+
+
+textSpell
+
+
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.3/conf/solr-3.x/solrcore.properties b/configsets/apachesolr_7.x-1.3/conf/solr-3.x/solrcore.properties
new file mode 100644
index 0000000..07c8db8
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.3/conf/solr-3.x/solrcore.properties
@@ -0,0 +1,12 @@
+#solrcore.properties for this specific core
+solr.replication.master=false
+solr.replication.slave=false
+solr.replication.pollInterval=00:00:60
+solr.replication.masterUrl=http://localhost:8983/solr
+solr.replication.confFiles=schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml
+solr.mlt.timeAllowed=2000
+# You should not set your luceneVersion to anything lower then your Solr Version
+solr.luceneMatchVersion=LUCENE_35
+solr.pinkPony.timeAllowed=-1
+solr.autoCommit.MaxDocs=10000
+solr.autoCommit.MaxTime=120000
diff --git a/configsets/apachesolr_7.x-1.3/conf/solr-4.x/protwords.txt b/configsets/apachesolr_7.x-1.3/conf/solr-4.x/protwords.txt
new file mode 100644
index 0000000..f0fd084
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.3/conf/solr-4.x/protwords.txt
@@ -0,0 +1,8 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
+
diff --git a/configsets/apachesolr_7.x-1.3/conf/solr-4.x/schema.xml b/configsets/apachesolr_7.x-1.3/conf/solr-4.x/schema.xml
new file mode 100644
index 0000000..6e8e796
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.3/conf/solr-4.x/schema.xml
@@ -0,0 +1,547 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id
+
+
+ content
+
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.3/conf/solr-4.x/schema_extra_fields.xml b/configsets/apachesolr_7.x-1.3/conf/solr-4.x/schema_extra_fields.xml
new file mode 100644
index 0000000..9ecd5f4
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.3/conf/solr-4.x/schema_extra_fields.xml
@@ -0,0 +1,23 @@
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.3/conf/solr-4.x/schema_extra_types.xml b/configsets/apachesolr_7.x-1.3/conf/solr-4.x/schema_extra_types.xml
new file mode 100644
index 0000000..e82072e
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.3/conf/solr-4.x/schema_extra_types.xml
@@ -0,0 +1,30 @@
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.3/conf/solr-4.x/solrconfig.xml b/configsets/apachesolr_7.x-1.3/conf/solr-4.x/solrconfig.xml
new file mode 100644
index 0000000..9b866ce
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.3/conf/solr-4.x/solrconfig.xml
@@ -0,0 +1,1604 @@
+
+
+
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+ ${solr.luceneMatchVersion:LUCENE_40}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+
+ 4
+
+ 32
+
+
+
+ 2147483647
+ 100000
+ 1000
+
+
+
+
+
+
+
+
+ single
+
+
+
+
+ false
+ 32
+ 10
+
+
+ false
+
+
+ true
+
+
+
+
+ 1
+
+ 0
+
+
+
+
+
+ false
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.autoCommit.MaxDocs:10000}
+ ${solr.autoCommit.MaxTime:120000}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+ 20
+
+
+ 200
+
+
+
+
+
+
+
+
+
+
+
+ solr rocks010
+
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ edismax
+ explicit
+ true
+ 0.01
+
+ ${solr.pinkPony.timeAllowed:-1}
+ *:*
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+ ${solr.mlt.timeAllowed:2000}
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text
+ true
+ ignored_
+
+
+ true
+ links
+ ignored_
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ pinkPony
+ solrpingquery
+
+
+ all
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+ ${solr.replication.master:false}
+ commit
+ startup
+ ${solr.replication.confFiles:schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml}
+
+
+ ${solr.replication.slave:false}
+ ${solr.replication.masterUrl:http://localhost:8983/solr}/replication
+ ${solr.replication.pollInterval:00:00:60}
+
+
+
+
+
+
+
+
+ false
+ false
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+
+
+
+ true
+
+
+ tvComponent
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+ terms
+
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ,,
+ ,,
+ ,,
+ ,,
+ ,]]>
+ ]]>
+
+
+
+
+
+ 10
+ .,!?
+
+
+
+
+
+
+ WORD
+
+
+ en
+ US
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/plain; charset=UTF-8
+
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+ *:*
+
+
+
+
+
+
+
+
+
+
+
+ textSpell
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.3/conf/solr-4.x/solrconfig_extra.xml b/configsets/apachesolr_7.x-1.3/conf/solr-4.x/solrconfig_extra.xml
new file mode 100644
index 0000000..c5bc3ac
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.3/conf/solr-4.x/solrconfig_extra.xml
@@ -0,0 +1,80 @@
+
+
+
+textSpell
+
+
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.3/conf/solr-4.x/solrcore.properties b/configsets/apachesolr_7.x-1.3/conf/solr-4.x/solrcore.properties
new file mode 100644
index 0000000..53f3d13
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.3/conf/solr-4.x/solrcore.properties
@@ -0,0 +1,12 @@
+#solrcore.properties for this specific core
+solr.replication.master=false
+solr.replication.slave=false
+solr.replication.pollInterval=00:00:60
+solr.replication.masterUrl=http://localhost:8983/solr
+solr.replication.confFiles=schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml
+solr.mlt.timeAllowed=2000
+# You should not set your luceneVersion to anything lower then your Solr Version
+solr.luceneMatchVersion=LUCENE_40
+solr.pinkPony.timeAllowed=-1
+solr.autoCommit.MaxDocs=10000
+solr.autoCommit.MaxTime=120000
diff --git a/configsets/apachesolr_7.x-1.4/conf/solr-1.4/protwords.txt b/configsets/apachesolr_7.x-1.4/conf/solr-1.4/protwords.txt
new file mode 100644
index 0000000..f0fd084
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.4/conf/solr-1.4/protwords.txt
@@ -0,0 +1,8 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
+
diff --git a/configsets/apachesolr_7.x-1.4/conf/solr-1.4/schema.xml b/configsets/apachesolr_7.x-1.4/conf/solr-1.4/schema.xml
new file mode 100644
index 0000000..133b118
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.4/conf/solr-1.4/schema.xml
@@ -0,0 +1,497 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id
+
+
+ content
+
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.4/conf/solr-1.4/solrconfig.xml b/configsets/apachesolr_7.x-1.4/conf/solr-1.4/solrconfig.xml
new file mode 100644
index 0000000..a0818cd
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.4/conf/solr-1.4/solrconfig.xml
@@ -0,0 +1,736 @@
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+
+
+
+
+ false
+
+ 10
+
+
+
+ 32
+ 2147483647
+ 20000
+ 1000
+ 10000
+
+
+
+
+
+
+
+
+
+
+ single
+
+
+
+
+ false
+ 32
+ 4
+ 2147483647
+ 20000
+
+
+ false
+
+
+
+
+ false
+
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 2000
+ 120000
+
+
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+
+
+ 50
+
+
+ 200
+
+
+
+
+
+
+
+
+ solr 0 10
+ rocks 0 10
+ static newSearcher warming query from solrconfig.xml
+
+
+
+
+
+
+ fast_warm 0 10
+ static firstSearcher warming query from solrconfig.xml
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+ dismax
+ explicit
+ true
+
+
+
+
+
+
+ dismax
+ explicit
+ true
+ 0.01
+
+ content^2.0
+
+ 15
+
+
+ 1
+ *:*
+
+
+ true
+ content
+ 3
+ true
+
+ teaser
+ 256
+
+
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+
+
+
+
+
+
+
+
+
+
+ textSpell
+
+
+ default
+ spell
+ ./spellchecker1
+ true
+
+
+ jarowinkler
+ spell
+
+ org.apache.lucene.search.spell.JaroWinklerDistance
+ ./spellchecker2
+ true
+
+
+
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ standard
+ solrpingquery
+ all
+
+
+
+
+
+
+ admin-extra.html
+ scripts.conf
+ xslt/example.xsl
+ xslt/example_atom.xsl
+ xslt/example_rss.xsl
+ xslt/luke.xsl
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+ solr
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.4/conf/solr-3.x/protwords.txt b/configsets/apachesolr_7.x-1.4/conf/solr-3.x/protwords.txt
new file mode 100644
index 0000000..f0fd084
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.4/conf/solr-3.x/protwords.txt
@@ -0,0 +1,8 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
+
diff --git a/configsets/apachesolr_7.x-1.4/conf/solr-3.x/schema.xml b/configsets/apachesolr_7.x-1.4/conf/solr-3.x/schema.xml
new file mode 100644
index 0000000..6953ccb
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.4/conf/solr-3.x/schema.xml
@@ -0,0 +1,546 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id
+
+
+ content
+
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.4/conf/solr-3.x/schema_extra_fields.xml b/configsets/apachesolr_7.x-1.4/conf/solr-3.x/schema_extra_fields.xml
new file mode 100644
index 0000000..9ecd5f4
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.4/conf/solr-3.x/schema_extra_fields.xml
@@ -0,0 +1,23 @@
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.4/conf/solr-3.x/schema_extra_types.xml b/configsets/apachesolr_7.x-1.4/conf/solr-3.x/schema_extra_types.xml
new file mode 100644
index 0000000..e82072e
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.4/conf/solr-3.x/schema_extra_types.xml
@@ -0,0 +1,30 @@
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.4/conf/solr-3.x/solrconfig.xml b/configsets/apachesolr_7.x-1.4/conf/solr-3.x/solrconfig.xml
new file mode 100644
index 0000000..2525202
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.4/conf/solr-3.x/solrconfig.xml
@@ -0,0 +1,1612 @@
+
+
+
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+ ${solr.luceneMatchVersion:LUCENE_35}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+
+ 4
+
+ 32
+
+
+
+ 2147483647
+ 100000
+ 1000
+
+
+
+
+
+
+
+
+ single
+
+
+
+
+
+
+
+
+ false
+ 32
+ 10
+
+
+ false
+
+
+ true
+
+
+
+
+ 1
+
+ 0
+
+
+
+
+
+ false
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.autoCommit.MaxDocs:10000}
+ ${solr.autoCommit.MaxTime:120000}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+ 20
+
+
+ 200
+
+
+
+
+
+
+
+
+
+
+
+ solr rocks010
+
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ edismax
+ explicit
+ true
+ 0.01
+
+ ${solr.pinkPony.timeAllowed:-1}
+ *:*
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+ ${solr.mlt.timeAllowed:2000}
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text
+ true
+ ignored_
+
+
+ true
+ links
+ ignored_
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ pinkPony
+ solrpingquery
+
+
+ all
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+ ${solr.replication.master:false}
+ commit
+ startup
+ ${solr.replication.confFiles:schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml}
+
+
+ ${solr.replication.slave:false}
+ ${solr.replication.masterUrl:http://localhost:8983/solr}/replication
+ ${solr.replication.pollInterval:00:00:60}
+
+
+
+
+
+
+
+
+ false
+ false
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+
+
+
+ true
+
+
+ tvComponent
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+ terms
+
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ,,
+ ,,
+ ,,
+ ,,
+ ,]]>
+ ]]>
+
+
+
+
+
+ 10
+ .,!?
+
+
+
+
+
+
+ WORD
+
+
+ en
+ US
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/plain; charset=UTF-8
+
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+ *:*
+
+
+
+
+
+
+
+
+
+
+
+ textSpell
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.4/conf/solr-3.x/solrconfig_extra.xml b/configsets/apachesolr_7.x-1.4/conf/solr-3.x/solrconfig_extra.xml
new file mode 100644
index 0000000..c5bc3ac
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.4/conf/solr-3.x/solrconfig_extra.xml
@@ -0,0 +1,80 @@
+
+
+
+textSpell
+
+
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.4/conf/solr-3.x/solrcore.properties b/configsets/apachesolr_7.x-1.4/conf/solr-3.x/solrcore.properties
new file mode 100644
index 0000000..07c8db8
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.4/conf/solr-3.x/solrcore.properties
@@ -0,0 +1,12 @@
+#solrcore.properties for this specific core
+solr.replication.master=false
+solr.replication.slave=false
+solr.replication.pollInterval=00:00:60
+solr.replication.masterUrl=http://localhost:8983/solr
+solr.replication.confFiles=schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml
+solr.mlt.timeAllowed=2000
+# You should not set your luceneVersion to anything lower then your Solr Version
+solr.luceneMatchVersion=LUCENE_35
+solr.pinkPony.timeAllowed=-1
+solr.autoCommit.MaxDocs=10000
+solr.autoCommit.MaxTime=120000
diff --git a/configsets/apachesolr_7.x-1.4/conf/solr-4.x/protwords.txt b/configsets/apachesolr_7.x-1.4/conf/solr-4.x/protwords.txt
new file mode 100644
index 0000000..f0fd084
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.4/conf/solr-4.x/protwords.txt
@@ -0,0 +1,8 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
+
diff --git a/configsets/apachesolr_7.x-1.4/conf/solr-4.x/schema.xml b/configsets/apachesolr_7.x-1.4/conf/solr-4.x/schema.xml
new file mode 100644
index 0000000..6e8e796
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.4/conf/solr-4.x/schema.xml
@@ -0,0 +1,547 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id
+
+
+ content
+
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.4/conf/solr-4.x/schema_extra_fields.xml b/configsets/apachesolr_7.x-1.4/conf/solr-4.x/schema_extra_fields.xml
new file mode 100644
index 0000000..9ecd5f4
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.4/conf/solr-4.x/schema_extra_fields.xml
@@ -0,0 +1,23 @@
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.4/conf/solr-4.x/schema_extra_types.xml b/configsets/apachesolr_7.x-1.4/conf/solr-4.x/schema_extra_types.xml
new file mode 100644
index 0000000..e82072e
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.4/conf/solr-4.x/schema_extra_types.xml
@@ -0,0 +1,30 @@
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.4/conf/solr-4.x/solrconfig.xml b/configsets/apachesolr_7.x-1.4/conf/solr-4.x/solrconfig.xml
new file mode 100644
index 0000000..9b866ce
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.4/conf/solr-4.x/solrconfig.xml
@@ -0,0 +1,1604 @@
+
+
+
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+ ${solr.luceneMatchVersion:LUCENE_40}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+
+ 4
+
+ 32
+
+
+
+ 2147483647
+ 100000
+ 1000
+
+
+
+
+
+
+
+
+ single
+
+
+
+
+ false
+ 32
+ 10
+
+
+ false
+
+
+ true
+
+
+
+
+ 1
+
+ 0
+
+
+
+
+
+ false
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.autoCommit.MaxDocs:10000}
+ ${solr.autoCommit.MaxTime:120000}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+ 20
+
+
+ 200
+
+
+
+
+
+
+
+
+
+
+
+ solr rocks010
+
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ edismax
+ explicit
+ true
+ 0.01
+
+ ${solr.pinkPony.timeAllowed:-1}
+ *:*
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+ ${solr.mlt.timeAllowed:2000}
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text
+ true
+ ignored_
+
+
+ true
+ links
+ ignored_
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ pinkPony
+ solrpingquery
+
+
+ all
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+ ${solr.replication.master:false}
+ commit
+ startup
+ ${solr.replication.confFiles:schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml}
+
+
+ ${solr.replication.slave:false}
+ ${solr.replication.masterUrl:http://localhost:8983/solr}/replication
+ ${solr.replication.pollInterval:00:00:60}
+
+
+
+
+
+
+
+
+ false
+ false
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+
+
+
+ true
+
+
+ tvComponent
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+ terms
+
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ,,
+ ,,
+ ,,
+ ,,
+ ,]]>
+ ]]>
+
+
+
+
+
+ 10
+ .,!?
+
+
+
+
+
+
+ WORD
+
+
+ en
+ US
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/plain; charset=UTF-8
+
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+ *:*
+
+
+
+
+
+
+
+
+
+
+
+ textSpell
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.4/conf/solr-4.x/solrconfig_extra.xml b/configsets/apachesolr_7.x-1.4/conf/solr-4.x/solrconfig_extra.xml
new file mode 100644
index 0000000..c5bc3ac
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.4/conf/solr-4.x/solrconfig_extra.xml
@@ -0,0 +1,80 @@
+
+
+
+textSpell
+
+
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.4/conf/solr-4.x/solrcore.properties b/configsets/apachesolr_7.x-1.4/conf/solr-4.x/solrcore.properties
new file mode 100644
index 0000000..53f3d13
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.4/conf/solr-4.x/solrcore.properties
@@ -0,0 +1,12 @@
+#solrcore.properties for this specific core
+solr.replication.master=false
+solr.replication.slave=false
+solr.replication.pollInterval=00:00:60
+solr.replication.masterUrl=http://localhost:8983/solr
+solr.replication.confFiles=schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml
+solr.mlt.timeAllowed=2000
+# You should not set your luceneVersion to anything lower then your Solr Version
+solr.luceneMatchVersion=LUCENE_40
+solr.pinkPony.timeAllowed=-1
+solr.autoCommit.MaxDocs=10000
+solr.autoCommit.MaxTime=120000
diff --git a/configsets/apachesolr_7.x-1.5/conf/solr-1.4/protwords.txt b/configsets/apachesolr_7.x-1.5/conf/solr-1.4/protwords.txt
new file mode 100644
index 0000000..f0fd084
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.5/conf/solr-1.4/protwords.txt
@@ -0,0 +1,8 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
+
diff --git a/configsets/apachesolr_7.x-1.5/conf/solr-1.4/schema.xml b/configsets/apachesolr_7.x-1.5/conf/solr-1.4/schema.xml
new file mode 100644
index 0000000..133b118
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.5/conf/solr-1.4/schema.xml
@@ -0,0 +1,497 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id
+
+
+ content
+
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.5/conf/solr-1.4/solrconfig.xml b/configsets/apachesolr_7.x-1.5/conf/solr-1.4/solrconfig.xml
new file mode 100644
index 0000000..a0818cd
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.5/conf/solr-1.4/solrconfig.xml
@@ -0,0 +1,736 @@
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+
+
+
+
+ false
+
+ 10
+
+
+
+ 32
+ 2147483647
+ 20000
+ 1000
+ 10000
+
+
+
+
+
+
+
+
+
+
+ single
+
+
+
+
+ false
+ 32
+ 4
+ 2147483647
+ 20000
+
+
+ false
+
+
+
+
+ false
+
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 2000
+ 120000
+
+
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+
+
+ 50
+
+
+ 200
+
+
+
+
+
+
+
+
+ solr 0 10
+ rocks 0 10
+ static newSearcher warming query from solrconfig.xml
+
+
+
+
+
+
+ fast_warm 0 10
+ static firstSearcher warming query from solrconfig.xml
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+ dismax
+ explicit
+ true
+
+
+
+
+
+
+ dismax
+ explicit
+ true
+ 0.01
+
+ content^2.0
+
+ 15
+
+
+ 1
+ *:*
+
+
+ true
+ content
+ 3
+ true
+
+ teaser
+ 256
+
+
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+
+
+
+
+
+
+
+
+
+
+ textSpell
+
+
+ default
+ spell
+ ./spellchecker1
+ true
+
+
+ jarowinkler
+ spell
+
+ org.apache.lucene.search.spell.JaroWinklerDistance
+ ./spellchecker2
+ true
+
+
+
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ standard
+ solrpingquery
+ all
+
+
+
+
+
+
+ admin-extra.html
+ scripts.conf
+ xslt/example.xsl
+ xslt/example_atom.xsl
+ xslt/example_rss.xsl
+ xslt/luke.xsl
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+ solr
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.5/conf/solr-3.x/protwords.txt b/configsets/apachesolr_7.x-1.5/conf/solr-3.x/protwords.txt
new file mode 100644
index 0000000..f0fd084
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.5/conf/solr-3.x/protwords.txt
@@ -0,0 +1,8 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
+
diff --git a/configsets/apachesolr_7.x-1.5/conf/solr-3.x/schema.xml b/configsets/apachesolr_7.x-1.5/conf/solr-3.x/schema.xml
new file mode 100644
index 0000000..4c9b512
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.5/conf/solr-3.x/schema.xml
@@ -0,0 +1,546 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id
+
+
+ content
+
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.5/conf/solr-3.x/schema_extra_fields.xml b/configsets/apachesolr_7.x-1.5/conf/solr-3.x/schema_extra_fields.xml
new file mode 100644
index 0000000..9ecd5f4
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.5/conf/solr-3.x/schema_extra_fields.xml
@@ -0,0 +1,23 @@
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.5/conf/solr-3.x/schema_extra_types.xml b/configsets/apachesolr_7.x-1.5/conf/solr-3.x/schema_extra_types.xml
new file mode 100644
index 0000000..e82072e
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.5/conf/solr-3.x/schema_extra_types.xml
@@ -0,0 +1,30 @@
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.5/conf/solr-3.x/solrconfig.xml b/configsets/apachesolr_7.x-1.5/conf/solr-3.x/solrconfig.xml
new file mode 100644
index 0000000..2525202
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.5/conf/solr-3.x/solrconfig.xml
@@ -0,0 +1,1612 @@
+
+
+
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+ ${solr.luceneMatchVersion:LUCENE_35}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+
+ 4
+
+ 32
+
+
+
+ 2147483647
+ 100000
+ 1000
+
+
+
+
+
+
+
+
+ single
+
+
+
+
+
+
+
+
+ false
+ 32
+ 10
+
+
+ false
+
+
+ true
+
+
+
+
+ 1
+
+ 0
+
+
+
+
+
+ false
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.autoCommit.MaxDocs:10000}
+ ${solr.autoCommit.MaxTime:120000}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+ 20
+
+
+ 200
+
+
+
+
+
+
+
+
+
+
+
+ solr rocks010
+
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ edismax
+ explicit
+ true
+ 0.01
+
+ ${solr.pinkPony.timeAllowed:-1}
+ *:*
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+ ${solr.mlt.timeAllowed:2000}
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text
+ true
+ ignored_
+
+
+ true
+ links
+ ignored_
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ pinkPony
+ solrpingquery
+
+
+ all
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+ ${solr.replication.master:false}
+ commit
+ startup
+ ${solr.replication.confFiles:schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml}
+
+
+ ${solr.replication.slave:false}
+ ${solr.replication.masterUrl:http://localhost:8983/solr}/replication
+ ${solr.replication.pollInterval:00:00:60}
+
+
+
+
+
+
+
+
+ false
+ false
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+
+
+
+ true
+
+
+ tvComponent
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+ terms
+
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ,,
+ ,,
+ ,,
+ ,,
+ ,]]>
+ ]]>
+
+
+
+
+
+ 10
+ .,!?
+
+
+
+
+
+
+ WORD
+
+
+ en
+ US
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/plain; charset=UTF-8
+
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+ *:*
+
+
+
+
+
+
+
+
+
+
+
+ textSpell
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.5/conf/solr-3.x/solrconfig_extra.xml b/configsets/apachesolr_7.x-1.5/conf/solr-3.x/solrconfig_extra.xml
new file mode 100644
index 0000000..c5bc3ac
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.5/conf/solr-3.x/solrconfig_extra.xml
@@ -0,0 +1,80 @@
+
+
+
+textSpell
+
+
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.5/conf/solr-3.x/solrcore.properties b/configsets/apachesolr_7.x-1.5/conf/solr-3.x/solrcore.properties
new file mode 100644
index 0000000..07c8db8
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.5/conf/solr-3.x/solrcore.properties
@@ -0,0 +1,12 @@
+#solrcore.properties for this specific core
+solr.replication.master=false
+solr.replication.slave=false
+solr.replication.pollInterval=00:00:60
+solr.replication.masterUrl=http://localhost:8983/solr
+solr.replication.confFiles=schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml
+solr.mlt.timeAllowed=2000
+# You should not set your luceneVersion to anything lower then your Solr Version
+solr.luceneMatchVersion=LUCENE_35
+solr.pinkPony.timeAllowed=-1
+solr.autoCommit.MaxDocs=10000
+solr.autoCommit.MaxTime=120000
diff --git a/configsets/apachesolr_7.x-1.5/conf/solr-4.x/protwords.txt b/configsets/apachesolr_7.x-1.5/conf/solr-4.x/protwords.txt
new file mode 100644
index 0000000..f0fd084
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.5/conf/solr-4.x/protwords.txt
@@ -0,0 +1,8 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
+
diff --git a/configsets/apachesolr_7.x-1.5/conf/solr-4.x/schema.xml b/configsets/apachesolr_7.x-1.5/conf/solr-4.x/schema.xml
new file mode 100644
index 0000000..34961ae
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.5/conf/solr-4.x/schema.xml
@@ -0,0 +1,547 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id
+
+
+ content
+
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.5/conf/solr-4.x/schema_extra_fields.xml b/configsets/apachesolr_7.x-1.5/conf/solr-4.x/schema_extra_fields.xml
new file mode 100644
index 0000000..9ecd5f4
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.5/conf/solr-4.x/schema_extra_fields.xml
@@ -0,0 +1,23 @@
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.5/conf/solr-4.x/schema_extra_types.xml b/configsets/apachesolr_7.x-1.5/conf/solr-4.x/schema_extra_types.xml
new file mode 100644
index 0000000..e82072e
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.5/conf/solr-4.x/schema_extra_types.xml
@@ -0,0 +1,30 @@
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.5/conf/solr-4.x/solrconfig.xml b/configsets/apachesolr_7.x-1.5/conf/solr-4.x/solrconfig.xml
new file mode 100644
index 0000000..9b866ce
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.5/conf/solr-4.x/solrconfig.xml
@@ -0,0 +1,1604 @@
+
+
+
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+ ${solr.luceneMatchVersion:LUCENE_40}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+
+ 4
+
+ 32
+
+
+
+ 2147483647
+ 100000
+ 1000
+
+
+
+
+
+
+
+
+ single
+
+
+
+
+ false
+ 32
+ 10
+
+
+ false
+
+
+ true
+
+
+
+
+ 1
+
+ 0
+
+
+
+
+
+ false
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.autoCommit.MaxDocs:10000}
+ ${solr.autoCommit.MaxTime:120000}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+ 20
+
+
+ 200
+
+
+
+
+
+
+
+
+
+
+
+ solr rocks010
+
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ edismax
+ explicit
+ true
+ 0.01
+
+ ${solr.pinkPony.timeAllowed:-1}
+ *:*
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+ ${solr.mlt.timeAllowed:2000}
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text
+ true
+ ignored_
+
+
+ true
+ links
+ ignored_
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ pinkPony
+ solrpingquery
+
+
+ all
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+ ${solr.replication.master:false}
+ commit
+ startup
+ ${solr.replication.confFiles:schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml}
+
+
+ ${solr.replication.slave:false}
+ ${solr.replication.masterUrl:http://localhost:8983/solr}/replication
+ ${solr.replication.pollInterval:00:00:60}
+
+
+
+
+
+
+
+
+ false
+ false
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+
+
+
+ true
+
+
+ tvComponent
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+ terms
+
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ,,
+ ,,
+ ,,
+ ,,
+ ,]]>
+ ]]>
+
+
+
+
+
+ 10
+ .,!?
+
+
+
+
+
+
+ WORD
+
+
+ en
+ US
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/plain; charset=UTF-8
+
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+ *:*
+
+
+
+
+
+
+
+
+
+
+
+ textSpell
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.5/conf/solr-4.x/solrconfig_extra.xml b/configsets/apachesolr_7.x-1.5/conf/solr-4.x/solrconfig_extra.xml
new file mode 100644
index 0000000..c5bc3ac
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.5/conf/solr-4.x/solrconfig_extra.xml
@@ -0,0 +1,80 @@
+
+
+
+textSpell
+
+
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.5/conf/solr-4.x/solrcore.properties b/configsets/apachesolr_7.x-1.5/conf/solr-4.x/solrcore.properties
new file mode 100644
index 0000000..53f3d13
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.5/conf/solr-4.x/solrcore.properties
@@ -0,0 +1,12 @@
+#solrcore.properties for this specific core
+solr.replication.master=false
+solr.replication.slave=false
+solr.replication.pollInterval=00:00:60
+solr.replication.masterUrl=http://localhost:8983/solr
+solr.replication.confFiles=schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml
+solr.mlt.timeAllowed=2000
+# You should not set your luceneVersion to anything lower then your Solr Version
+solr.luceneMatchVersion=LUCENE_40
+solr.pinkPony.timeAllowed=-1
+solr.autoCommit.MaxDocs=10000
+solr.autoCommit.MaxTime=120000
diff --git a/configsets/apachesolr_7.x-1.6/conf/solr-1.4/protwords.txt b/configsets/apachesolr_7.x-1.6/conf/solr-1.4/protwords.txt
new file mode 100644
index 0000000..f0fd084
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.6/conf/solr-1.4/protwords.txt
@@ -0,0 +1,8 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
+
diff --git a/configsets/apachesolr_7.x-1.6/conf/solr-1.4/schema.xml b/configsets/apachesolr_7.x-1.6/conf/solr-1.4/schema.xml
new file mode 100644
index 0000000..133b118
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.6/conf/solr-1.4/schema.xml
@@ -0,0 +1,497 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id
+
+
+ content
+
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.6/conf/solr-1.4/solrconfig.xml b/configsets/apachesolr_7.x-1.6/conf/solr-1.4/solrconfig.xml
new file mode 100644
index 0000000..a0818cd
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.6/conf/solr-1.4/solrconfig.xml
@@ -0,0 +1,736 @@
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+
+
+
+
+ false
+
+ 10
+
+
+
+ 32
+ 2147483647
+ 20000
+ 1000
+ 10000
+
+
+
+
+
+
+
+
+
+
+ single
+
+
+
+
+ false
+ 32
+ 4
+ 2147483647
+ 20000
+
+
+ false
+
+
+
+
+ false
+
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 2000
+ 120000
+
+
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+
+
+ 50
+
+
+ 200
+
+
+
+
+
+
+
+
+ solr 0 10
+ rocks 0 10
+ static newSearcher warming query from solrconfig.xml
+
+
+
+
+
+
+ fast_warm 0 10
+ static firstSearcher warming query from solrconfig.xml
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+ dismax
+ explicit
+ true
+
+
+
+
+
+
+ dismax
+ explicit
+ true
+ 0.01
+
+ content^2.0
+
+ 15
+
+
+ 1
+ *:*
+
+
+ true
+ content
+ 3
+ true
+
+ teaser
+ 256
+
+
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+
+
+
+
+
+
+
+
+
+
+ textSpell
+
+
+ default
+ spell
+ ./spellchecker1
+ true
+
+
+ jarowinkler
+ spell
+
+ org.apache.lucene.search.spell.JaroWinklerDistance
+ ./spellchecker2
+ true
+
+
+
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ standard
+ solrpingquery
+ all
+
+
+
+
+
+
+ admin-extra.html
+ scripts.conf
+ xslt/example.xsl
+ xslt/example_atom.xsl
+ xslt/example_rss.xsl
+ xslt/luke.xsl
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+ solr
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.6/conf/solr-3.x/protwords.txt b/configsets/apachesolr_7.x-1.6/conf/solr-3.x/protwords.txt
new file mode 100644
index 0000000..f0fd084
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.6/conf/solr-3.x/protwords.txt
@@ -0,0 +1,8 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
+
diff --git a/configsets/apachesolr_7.x-1.6/conf/solr-3.x/schema.xml b/configsets/apachesolr_7.x-1.6/conf/solr-3.x/schema.xml
new file mode 100644
index 0000000..4c9b512
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.6/conf/solr-3.x/schema.xml
@@ -0,0 +1,546 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id
+
+
+ content
+
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.6/conf/solr-3.x/schema_extra_fields.xml b/configsets/apachesolr_7.x-1.6/conf/solr-3.x/schema_extra_fields.xml
new file mode 100644
index 0000000..9ecd5f4
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.6/conf/solr-3.x/schema_extra_fields.xml
@@ -0,0 +1,23 @@
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.6/conf/solr-3.x/schema_extra_types.xml b/configsets/apachesolr_7.x-1.6/conf/solr-3.x/schema_extra_types.xml
new file mode 100644
index 0000000..e82072e
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.6/conf/solr-3.x/schema_extra_types.xml
@@ -0,0 +1,30 @@
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.6/conf/solr-3.x/solrconfig.xml b/configsets/apachesolr_7.x-1.6/conf/solr-3.x/solrconfig.xml
new file mode 100644
index 0000000..2525202
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.6/conf/solr-3.x/solrconfig.xml
@@ -0,0 +1,1612 @@
+
+
+
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+ ${solr.luceneMatchVersion:LUCENE_35}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+
+ 4
+
+ 32
+
+
+
+ 2147483647
+ 100000
+ 1000
+
+
+
+
+
+
+
+
+ single
+
+
+
+
+
+
+
+
+ false
+ 32
+ 10
+
+
+ false
+
+
+ true
+
+
+
+
+ 1
+
+ 0
+
+
+
+
+
+ false
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.autoCommit.MaxDocs:10000}
+ ${solr.autoCommit.MaxTime:120000}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+ 20
+
+
+ 200
+
+
+
+
+
+
+
+
+
+
+
+ solr rocks010
+
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ edismax
+ explicit
+ true
+ 0.01
+
+ ${solr.pinkPony.timeAllowed:-1}
+ *:*
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+ ${solr.mlt.timeAllowed:2000}
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text
+ true
+ ignored_
+
+
+ true
+ links
+ ignored_
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ pinkPony
+ solrpingquery
+
+
+ all
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+ ${solr.replication.master:false}
+ commit
+ startup
+ ${solr.replication.confFiles:schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml}
+
+
+ ${solr.replication.slave:false}
+ ${solr.replication.masterUrl:http://localhost:8983/solr}/replication
+ ${solr.replication.pollInterval:00:00:60}
+
+
+
+
+
+
+
+
+ false
+ false
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+
+
+
+ true
+
+
+ tvComponent
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+ terms
+
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ,,
+ ,,
+ ,,
+ ,,
+ ,]]>
+ ]]>
+
+
+
+
+
+ 10
+ .,!?
+
+
+
+
+
+
+ WORD
+
+
+ en
+ US
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/plain; charset=UTF-8
+
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+ *:*
+
+
+
+
+
+
+
+
+
+
+
+ textSpell
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.6/conf/solr-3.x/solrconfig_extra.xml b/configsets/apachesolr_7.x-1.6/conf/solr-3.x/solrconfig_extra.xml
new file mode 100644
index 0000000..c5bc3ac
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.6/conf/solr-3.x/solrconfig_extra.xml
@@ -0,0 +1,80 @@
+
+
+
+textSpell
+
+
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.6/conf/solr-3.x/solrcore.properties b/configsets/apachesolr_7.x-1.6/conf/solr-3.x/solrcore.properties
new file mode 100644
index 0000000..07c8db8
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.6/conf/solr-3.x/solrcore.properties
@@ -0,0 +1,12 @@
+#solrcore.properties for this specific core
+solr.replication.master=false
+solr.replication.slave=false
+solr.replication.pollInterval=00:00:60
+solr.replication.masterUrl=http://localhost:8983/solr
+solr.replication.confFiles=schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml
+solr.mlt.timeAllowed=2000
+# You should not set your luceneVersion to anything lower then your Solr Version
+solr.luceneMatchVersion=LUCENE_35
+solr.pinkPony.timeAllowed=-1
+solr.autoCommit.MaxDocs=10000
+solr.autoCommit.MaxTime=120000
diff --git a/configsets/apachesolr_7.x-1.6/conf/solr-4.x/protwords.txt b/configsets/apachesolr_7.x-1.6/conf/solr-4.x/protwords.txt
new file mode 100644
index 0000000..f0fd084
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.6/conf/solr-4.x/protwords.txt
@@ -0,0 +1,8 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
+
diff --git a/configsets/apachesolr_7.x-1.6/conf/solr-4.x/schema.xml b/configsets/apachesolr_7.x-1.6/conf/solr-4.x/schema.xml
new file mode 100644
index 0000000..34961ae
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.6/conf/solr-4.x/schema.xml
@@ -0,0 +1,547 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id
+
+
+ content
+
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.6/conf/solr-4.x/schema_extra_fields.xml b/configsets/apachesolr_7.x-1.6/conf/solr-4.x/schema_extra_fields.xml
new file mode 100644
index 0000000..9ecd5f4
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.6/conf/solr-4.x/schema_extra_fields.xml
@@ -0,0 +1,23 @@
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.6/conf/solr-4.x/schema_extra_types.xml b/configsets/apachesolr_7.x-1.6/conf/solr-4.x/schema_extra_types.xml
new file mode 100644
index 0000000..e82072e
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.6/conf/solr-4.x/schema_extra_types.xml
@@ -0,0 +1,30 @@
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.6/conf/solr-4.x/solrconfig.xml b/configsets/apachesolr_7.x-1.6/conf/solr-4.x/solrconfig.xml
new file mode 100644
index 0000000..9b866ce
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.6/conf/solr-4.x/solrconfig.xml
@@ -0,0 +1,1604 @@
+
+
+
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+ ${solr.luceneMatchVersion:LUCENE_40}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+
+ 4
+
+ 32
+
+
+
+ 2147483647
+ 100000
+ 1000
+
+
+
+
+
+
+
+
+ single
+
+
+
+
+ false
+ 32
+ 10
+
+
+ false
+
+
+ true
+
+
+
+
+ 1
+
+ 0
+
+
+
+
+
+ false
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.autoCommit.MaxDocs:10000}
+ ${solr.autoCommit.MaxTime:120000}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+ 20
+
+
+ 200
+
+
+
+
+
+
+
+
+
+
+
+ solr rocks010
+
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ edismax
+ explicit
+ true
+ 0.01
+
+ ${solr.pinkPony.timeAllowed:-1}
+ *:*
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+ ${solr.mlt.timeAllowed:2000}
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text
+ true
+ ignored_
+
+
+ true
+ links
+ ignored_
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ pinkPony
+ solrpingquery
+
+
+ all
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+ ${solr.replication.master:false}
+ commit
+ startup
+ ${solr.replication.confFiles:schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml}
+
+
+ ${solr.replication.slave:false}
+ ${solr.replication.masterUrl:http://localhost:8983/solr}/replication
+ ${solr.replication.pollInterval:00:00:60}
+
+
+
+
+
+
+
+
+ false
+ false
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+
+
+
+ true
+
+
+ tvComponent
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+ terms
+
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ,,
+ ,,
+ ,,
+ ,,
+ ,]]>
+ ]]>
+
+
+
+
+
+ 10
+ .,!?
+
+
+
+
+
+
+ WORD
+
+
+ en
+ US
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/plain; charset=UTF-8
+
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+ *:*
+
+
+
+
+
+
+
+
+
+
+
+ textSpell
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.6/conf/solr-4.x/solrconfig_extra.xml b/configsets/apachesolr_7.x-1.6/conf/solr-4.x/solrconfig_extra.xml
new file mode 100644
index 0000000..c5bc3ac
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.6/conf/solr-4.x/solrconfig_extra.xml
@@ -0,0 +1,80 @@
+
+
+
+textSpell
+
+
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.6/conf/solr-4.x/solrcore.properties b/configsets/apachesolr_7.x-1.6/conf/solr-4.x/solrcore.properties
new file mode 100644
index 0000000..53f3d13
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.6/conf/solr-4.x/solrcore.properties
@@ -0,0 +1,12 @@
+#solrcore.properties for this specific core
+solr.replication.master=false
+solr.replication.slave=false
+solr.replication.pollInterval=00:00:60
+solr.replication.masterUrl=http://localhost:8983/solr
+solr.replication.confFiles=schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml
+solr.mlt.timeAllowed=2000
+# You should not set your luceneVersion to anything lower then your Solr Version
+solr.luceneMatchVersion=LUCENE_40
+solr.pinkPony.timeAllowed=-1
+solr.autoCommit.MaxDocs=10000
+solr.autoCommit.MaxTime=120000
diff --git a/configsets/apachesolr_7.x-1.7/conf/solr-1.4/protwords.txt b/configsets/apachesolr_7.x-1.7/conf/solr-1.4/protwords.txt
new file mode 100644
index 0000000..f0fd084
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.7/conf/solr-1.4/protwords.txt
@@ -0,0 +1,8 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
+
diff --git a/configsets/apachesolr_7.x-1.7/conf/solr-1.4/schema.xml b/configsets/apachesolr_7.x-1.7/conf/solr-1.4/schema.xml
new file mode 100644
index 0000000..133b118
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.7/conf/solr-1.4/schema.xml
@@ -0,0 +1,497 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id
+
+
+ content
+
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.7/conf/solr-1.4/solrconfig.xml b/configsets/apachesolr_7.x-1.7/conf/solr-1.4/solrconfig.xml
new file mode 100644
index 0000000..a0818cd
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.7/conf/solr-1.4/solrconfig.xml
@@ -0,0 +1,736 @@
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+
+
+
+
+ false
+
+ 10
+
+
+
+ 32
+ 2147483647
+ 20000
+ 1000
+ 10000
+
+
+
+
+
+
+
+
+
+
+ single
+
+
+
+
+ false
+ 32
+ 4
+ 2147483647
+ 20000
+
+
+ false
+
+
+
+
+ false
+
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 2000
+ 120000
+
+
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+
+
+ 50
+
+
+ 200
+
+
+
+
+
+
+
+
+ solr 0 10
+ rocks 0 10
+ static newSearcher warming query from solrconfig.xml
+
+
+
+
+
+
+ fast_warm 0 10
+ static firstSearcher warming query from solrconfig.xml
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+ dismax
+ explicit
+ true
+
+
+
+
+
+
+ dismax
+ explicit
+ true
+ 0.01
+
+ content^2.0
+
+ 15
+
+
+ 1
+ *:*
+
+
+ true
+ content
+ 3
+ true
+
+ teaser
+ 256
+
+
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+
+
+
+
+
+
+
+
+
+
+ textSpell
+
+
+ default
+ spell
+ ./spellchecker1
+ true
+
+
+ jarowinkler
+ spell
+
+ org.apache.lucene.search.spell.JaroWinklerDistance
+ ./spellchecker2
+ true
+
+
+
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ standard
+ solrpingquery
+ all
+
+
+
+
+
+
+ admin-extra.html
+ scripts.conf
+ xslt/example.xsl
+ xslt/example_atom.xsl
+ xslt/example_rss.xsl
+ xslt/luke.xsl
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+ solr
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.7/conf/solr-3.x/elevate.xml b/configsets/apachesolr_7.x-1.7/conf/solr-3.x/elevate.xml
new file mode 100644
index 0000000..71ea000
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.7/conf/solr-3.x/elevate.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.7/conf/solr-3.x/mapping-ISOLatin1Accent.txt b/configsets/apachesolr_7.x-1.7/conf/solr-3.x/mapping-ISOLatin1Accent.txt
new file mode 100644
index 0000000..b92d03c
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.7/conf/solr-3.x/mapping-ISOLatin1Accent.txt
@@ -0,0 +1,14 @@
+# This file contains character mappings for the default fulltext field type.
+# The source characters (on the left) will be replaced by the respective target
+# characters before any other processing takes place.
+# Lines starting with a pound character # are ignored.
+#
+# For sensible defaults, use the mapping-ISOLatin1Accent.txt file distributed
+# with the example application of your Solr version.
+#
+# Examples:
+# "À" => "A"
+# "\u00c4" => "A"
+# "\u00c4" => "\u0041"
+# "æ" => "ae"
+# "\n" => " "
diff --git a/configsets/apachesolr_7.x-1.7/conf/solr-3.x/protwords.txt b/configsets/apachesolr_7.x-1.7/conf/solr-3.x/protwords.txt
new file mode 100644
index 0000000..cda8581
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.7/conf/solr-3.x/protwords.txt
@@ -0,0 +1,7 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
diff --git a/configsets/apachesolr_7.x-1.7/conf/solr-3.x/schema.xml b/configsets/apachesolr_7.x-1.7/conf/solr-3.x/schema.xml
new file mode 100644
index 0000000..97077af
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.7/conf/solr-3.x/schema.xml
@@ -0,0 +1,546 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id
+
+
+ content
+
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.7/conf/solr-3.x/schema_extra_fields.xml b/configsets/apachesolr_7.x-1.7/conf/solr-3.x/schema_extra_fields.xml
new file mode 100644
index 0000000..9ecd5f4
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.7/conf/solr-3.x/schema_extra_fields.xml
@@ -0,0 +1,23 @@
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.7/conf/solr-3.x/schema_extra_types.xml b/configsets/apachesolr_7.x-1.7/conf/solr-3.x/schema_extra_types.xml
new file mode 100644
index 0000000..e82072e
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.7/conf/solr-3.x/schema_extra_types.xml
@@ -0,0 +1,30 @@
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.7/conf/solr-3.x/solrconfig.xml b/configsets/apachesolr_7.x-1.7/conf/solr-3.x/solrconfig.xml
new file mode 100644
index 0000000..17c1ca7
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.7/conf/solr-3.x/solrconfig.xml
@@ -0,0 +1,1614 @@
+
+
+
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+ ${solr.luceneMatchVersion:LUCENE_35}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+
+ 4
+
+ 32
+
+
+
+ 2147483647
+ 100000
+ 1000
+
+
+
+
+
+
+
+
+ single
+
+
+
+
+
+
+
+
+ false
+ 32
+ 10
+
+
+ false
+
+
+ true
+
+
+
+
+ 1
+
+ 0
+
+
+
+
+
+ false
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.autoCommit.MaxDocs:10000}
+ ${solr.autoCommit.MaxTime:120000}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+ 20
+
+
+ 200
+
+
+
+
+
+
+
+
+
+
+
+ solr rocks010
+
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ edismax
+ explicit
+ true
+ 0.01
+
+ ${solr.pinkPony.timeAllowed:-1}
+ *:*
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+ elevator
+
+
+
+
+
+
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+ ${solr.mlt.timeAllowed:2000}
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text
+ true
+ ignored_
+
+
+ true
+ links
+ ignored_
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ pinkPony
+ solrpingquery
+
+
+ all
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+ ${solr.replication.master:false}
+ commit
+ startup
+ ${solr.replication.confFiles:schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml}
+
+
+ ${solr.replication.slave:false}
+ ${solr.replication.masterUrl:http://localhost:8983/solr}/replication
+ ${solr.replication.pollInterval:00:00:60}
+
+
+
+
+
+
+
+
+ false
+ false
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+
+
+
+ true
+
+
+ tvComponent
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+ terms
+
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ,,
+ ,,
+ ,,
+ ,,
+ ,]]>
+ ]]>
+
+
+
+
+
+ 10
+ .,!?
+
+
+
+
+
+
+ WORD
+
+
+ en
+ US
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/plain; charset=UTF-8
+
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+ *:*
+
+
+
+
+
+
+
+
+
+
+
+ textSpell
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.7/conf/solr-3.x/solrconfig_extra.xml b/configsets/apachesolr_7.x-1.7/conf/solr-3.x/solrconfig_extra.xml
new file mode 100644
index 0000000..c5bc3ac
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.7/conf/solr-3.x/solrconfig_extra.xml
@@ -0,0 +1,80 @@
+
+
+
+textSpell
+
+
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.7/conf/solr-3.x/solrcore.properties b/configsets/apachesolr_7.x-1.7/conf/solr-3.x/solrcore.properties
new file mode 100644
index 0000000..bc46886
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.7/conf/solr-3.x/solrcore.properties
@@ -0,0 +1,16 @@
+# Defines Solr properties for this specific core.
+solr.replication.master=false
+solr.replication.slave=false
+solr.replication.pollInterval=00:00:60
+solr.replication.masterUrl=http://localhost:8983/solr
+solr.replication.confFiles=schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml
+solr.mlt.timeAllowed=2000
+# You should not set your luceneMatchVersion to anything lower than your Solr
+# Version.
+solr.luceneMatchVersion=LUCENE_35
+solr.pinkPony.timeAllowed=-1
+# autoCommit after 10000 docs
+solr.autoCommit.MaxDocs=10000
+# autoCommit after 2 minutes
+solr.autoCommit.MaxTime=120000
+solr.contrib.dir=../../contrib
diff --git a/configsets/apachesolr_7.x-1.7/conf/solr-3.x/stopwords.txt b/configsets/apachesolr_7.x-1.7/conf/solr-3.x/stopwords.txt
new file mode 100644
index 0000000..d7f243e
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.7/conf/solr-3.x/stopwords.txt
@@ -0,0 +1,4 @@
+# Contains words which shouldn't be indexed for fulltext fields, e.g., because
+# they're too common. For documentation of the format, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.StopFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/apachesolr_7.x-1.7/conf/solr-3.x/synonyms.txt b/configsets/apachesolr_7.x-1.7/conf/solr-3.x/synonyms.txt
new file mode 100644
index 0000000..7d22eea
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.7/conf/solr-3.x/synonyms.txt
@@ -0,0 +1,3 @@
+# Contains synonyms to use for your index. For the format used, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.SynonymFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/apachesolr_7.x-1.7/conf/solr-4.x/elevate.xml b/configsets/apachesolr_7.x-1.7/conf/solr-4.x/elevate.xml
new file mode 100644
index 0000000..71ea000
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.7/conf/solr-4.x/elevate.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.7/conf/solr-4.x/mapping-ISOLatin1Accent.txt b/configsets/apachesolr_7.x-1.7/conf/solr-4.x/mapping-ISOLatin1Accent.txt
new file mode 100644
index 0000000..b92d03c
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.7/conf/solr-4.x/mapping-ISOLatin1Accent.txt
@@ -0,0 +1,14 @@
+# This file contains character mappings for the default fulltext field type.
+# The source characters (on the left) will be replaced by the respective target
+# characters before any other processing takes place.
+# Lines starting with a pound character # are ignored.
+#
+# For sensible defaults, use the mapping-ISOLatin1Accent.txt file distributed
+# with the example application of your Solr version.
+#
+# Examples:
+# "À" => "A"
+# "\u00c4" => "A"
+# "\u00c4" => "\u0041"
+# "æ" => "ae"
+# "\n" => " "
diff --git a/configsets/apachesolr_7.x-1.7/conf/solr-4.x/protwords.txt b/configsets/apachesolr_7.x-1.7/conf/solr-4.x/protwords.txt
new file mode 100644
index 0000000..cda8581
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.7/conf/solr-4.x/protwords.txt
@@ -0,0 +1,7 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
diff --git a/configsets/apachesolr_7.x-1.7/conf/solr-4.x/schema.xml b/configsets/apachesolr_7.x-1.7/conf/solr-4.x/schema.xml
new file mode 100644
index 0000000..069cffc
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.7/conf/solr-4.x/schema.xml
@@ -0,0 +1,552 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id
+
+
+ content
+
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.7/conf/solr-4.x/schema_extra_fields.xml b/configsets/apachesolr_7.x-1.7/conf/solr-4.x/schema_extra_fields.xml
new file mode 100644
index 0000000..9ecd5f4
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.7/conf/solr-4.x/schema_extra_fields.xml
@@ -0,0 +1,23 @@
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.7/conf/solr-4.x/schema_extra_types.xml b/configsets/apachesolr_7.x-1.7/conf/solr-4.x/schema_extra_types.xml
new file mode 100644
index 0000000..e82072e
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.7/conf/solr-4.x/schema_extra_types.xml
@@ -0,0 +1,30 @@
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.7/conf/solr-4.x/solrconfig.xml b/configsets/apachesolr_7.x-1.7/conf/solr-4.x/solrconfig.xml
new file mode 100644
index 0000000..c75f57a
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.7/conf/solr-4.x/solrconfig.xml
@@ -0,0 +1,1641 @@
+
+
+
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+ ${solr.luceneMatchVersion:LUCENE_40}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+
+ 4
+
+ 32
+
+
+
+ 2147483647
+ 100000
+ 1000
+
+
+
+
+
+
+
+
+ single
+
+
+
+
+
+ false
+
+
+ true
+
+
+
+
+ 1
+
+ 0
+
+
+
+
+
+ false
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.autoCommit.MaxDocs:10000}
+ ${solr.autoCommit.MaxTime:120000}
+
+
+
+
+ ${solr.autoSoftCommit.MaxDocs:2000}
+ ${solr.autoSoftCommit.MaxTime:10000}
+
+
+
+
+
+
+
+
+ ${solr.data.dir:}
+
+
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+ 20
+
+
+ 200
+
+
+
+
+
+
+
+
+
+
+
+ solr rocks010
+
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ edismax
+ explicit
+ true
+ 0.01
+
+ ${solr.pinkPony.timeAllowed:-1}
+ *:*
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+ elevator
+
+
+
+
+
+
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+ ${solr.mlt.timeAllowed:2000}
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text
+ true
+ ignored_
+
+
+ true
+ links
+ ignored_
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ pinkPony
+ solrpingquery
+ false
+
+
+ all
+
+
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+ ${solr.replication.master:false}
+ commit
+ startup
+ ${solr.replication.confFiles:schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml}
+
+
+ ${solr.replication.slave:false}
+ ${solr.replication.masterUrl:http://localhost:8983/solr}/replication
+ ${solr.replication.pollInterval:00:00:60}
+
+
+
+
+
+
+ true
+ json
+ true
+
+
+
+
+
+
+
+
+ false
+ false
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+
+
+
+ true
+
+
+ tvComponent
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+ terms
+
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ,,
+ ,,
+ ,,
+ ,,
+ ,]]>
+ ]]>
+
+
+
+
+
+ 10
+ .,!?
+
+
+
+
+
+
+ WORD
+
+
+ en
+ US
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/plain; charset=UTF-8
+
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+ *:*
+
+
+
+
+
+
+
+
+
+
+
+ textSpell
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.7/conf/solr-4.x/solrconfig_extra.xml b/configsets/apachesolr_7.x-1.7/conf/solr-4.x/solrconfig_extra.xml
new file mode 100644
index 0000000..c5bc3ac
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.7/conf/solr-4.x/solrconfig_extra.xml
@@ -0,0 +1,80 @@
+
+
+
+textSpell
+
+
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.7/conf/solr-4.x/solrcore.properties b/configsets/apachesolr_7.x-1.7/conf/solr-4.x/solrcore.properties
new file mode 100644
index 0000000..b7f8f6c
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.7/conf/solr-4.x/solrcore.properties
@@ -0,0 +1,20 @@
+# Defines Solr properties for this specific core.
+solr.replication.master=false
+solr.replication.slave=false
+solr.replication.pollInterval=00:00:60
+solr.replication.masterUrl=http://localhost:8983/solr
+solr.replication.confFiles=schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml
+solr.mlt.timeAllowed=2000
+# You should not set your luceneMatchVersion to anything lower than your Solr
+# Version.
+solr.luceneMatchVersion=LUCENE_40
+solr.pinkPony.timeAllowed=-1
+# autoCommit after 10000 docs
+solr.autoCommit.MaxDocs=10000
+# autoCommit after 2 minutes
+solr.autoCommit.MaxTime=120000
+# autoSoftCommit after 2000 docs
+solr.autoSoftCommit.MaxDocs=2000
+# autoSoftCommit after 10 seconds
+solr.autoSoftCommit.MaxTime=10000
+solr.contrib.dir=../../../contrib
diff --git a/configsets/apachesolr_7.x-1.7/conf/solr-4.x/stopwords.txt b/configsets/apachesolr_7.x-1.7/conf/solr-4.x/stopwords.txt
new file mode 100644
index 0000000..d7f243e
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.7/conf/solr-4.x/stopwords.txt
@@ -0,0 +1,4 @@
+# Contains words which shouldn't be indexed for fulltext fields, e.g., because
+# they're too common. For documentation of the format, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.StopFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/apachesolr_7.x-1.7/conf/solr-4.x/synonyms.txt b/configsets/apachesolr_7.x-1.7/conf/solr-4.x/synonyms.txt
new file mode 100644
index 0000000..7d22eea
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.7/conf/solr-4.x/synonyms.txt
@@ -0,0 +1,3 @@
+# Contains synonyms to use for your index. For the format used, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.SynonymFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/apachesolr_7.x-1.8/conf/solr-1.4/protwords.txt b/configsets/apachesolr_7.x-1.8/conf/solr-1.4/protwords.txt
new file mode 100644
index 0000000..f0fd084
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.8/conf/solr-1.4/protwords.txt
@@ -0,0 +1,8 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
+
diff --git a/configsets/apachesolr_7.x-1.8/conf/solr-1.4/schema.xml b/configsets/apachesolr_7.x-1.8/conf/solr-1.4/schema.xml
new file mode 100644
index 0000000..133b118
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.8/conf/solr-1.4/schema.xml
@@ -0,0 +1,497 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id
+
+
+ content
+
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.8/conf/solr-1.4/solrconfig.xml b/configsets/apachesolr_7.x-1.8/conf/solr-1.4/solrconfig.xml
new file mode 100644
index 0000000..a0818cd
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.8/conf/solr-1.4/solrconfig.xml
@@ -0,0 +1,736 @@
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+
+
+
+
+ false
+
+ 10
+
+
+
+ 32
+ 2147483647
+ 20000
+ 1000
+ 10000
+
+
+
+
+
+
+
+
+
+
+ single
+
+
+
+
+ false
+ 32
+ 4
+ 2147483647
+ 20000
+
+
+ false
+
+
+
+
+ false
+
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 2000
+ 120000
+
+
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+
+
+ 50
+
+
+ 200
+
+
+
+
+
+
+
+
+ solr 0 10
+ rocks 0 10
+ static newSearcher warming query from solrconfig.xml
+
+
+
+
+
+
+ fast_warm 0 10
+ static firstSearcher warming query from solrconfig.xml
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+ dismax
+ explicit
+ true
+
+
+
+
+
+
+ dismax
+ explicit
+ true
+ 0.01
+
+ content^2.0
+
+ 15
+
+
+ 1
+ *:*
+
+
+ true
+ content
+ 3
+ true
+
+ teaser
+ 256
+
+
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+
+
+
+
+
+
+
+
+
+
+ textSpell
+
+
+ default
+ spell
+ ./spellchecker1
+ true
+
+
+ jarowinkler
+ spell
+
+ org.apache.lucene.search.spell.JaroWinklerDistance
+ ./spellchecker2
+ true
+
+
+
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ standard
+ solrpingquery
+ all
+
+
+
+
+
+
+ admin-extra.html
+ scripts.conf
+ xslt/example.xsl
+ xslt/example_atom.xsl
+ xslt/example_rss.xsl
+ xslt/luke.xsl
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+ solr
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.8/conf/solr-3.x/elevate.xml b/configsets/apachesolr_7.x-1.8/conf/solr-3.x/elevate.xml
new file mode 100644
index 0000000..71ea000
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.8/conf/solr-3.x/elevate.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.8/conf/solr-3.x/mapping-ISOLatin1Accent.txt b/configsets/apachesolr_7.x-1.8/conf/solr-3.x/mapping-ISOLatin1Accent.txt
new file mode 100644
index 0000000..b92d03c
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.8/conf/solr-3.x/mapping-ISOLatin1Accent.txt
@@ -0,0 +1,14 @@
+# This file contains character mappings for the default fulltext field type.
+# The source characters (on the left) will be replaced by the respective target
+# characters before any other processing takes place.
+# Lines starting with a pound character # are ignored.
+#
+# For sensible defaults, use the mapping-ISOLatin1Accent.txt file distributed
+# with the example application of your Solr version.
+#
+# Examples:
+# "À" => "A"
+# "\u00c4" => "A"
+# "\u00c4" => "\u0041"
+# "æ" => "ae"
+# "\n" => " "
diff --git a/configsets/apachesolr_7.x-1.8/conf/solr-3.x/protwords.txt b/configsets/apachesolr_7.x-1.8/conf/solr-3.x/protwords.txt
new file mode 100644
index 0000000..cda8581
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.8/conf/solr-3.x/protwords.txt
@@ -0,0 +1,7 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
diff --git a/configsets/apachesolr_7.x-1.8/conf/solr-3.x/schema.xml b/configsets/apachesolr_7.x-1.8/conf/solr-3.x/schema.xml
new file mode 100644
index 0000000..97077af
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.8/conf/solr-3.x/schema.xml
@@ -0,0 +1,546 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id
+
+
+ content
+
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.8/conf/solr-3.x/schema_extra_fields.xml b/configsets/apachesolr_7.x-1.8/conf/solr-3.x/schema_extra_fields.xml
new file mode 100644
index 0000000..9ecd5f4
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.8/conf/solr-3.x/schema_extra_fields.xml
@@ -0,0 +1,23 @@
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.8/conf/solr-3.x/schema_extra_types.xml b/configsets/apachesolr_7.x-1.8/conf/solr-3.x/schema_extra_types.xml
new file mode 100644
index 0000000..e82072e
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.8/conf/solr-3.x/schema_extra_types.xml
@@ -0,0 +1,30 @@
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.8/conf/solr-3.x/solrconfig.xml b/configsets/apachesolr_7.x-1.8/conf/solr-3.x/solrconfig.xml
new file mode 100644
index 0000000..17c1ca7
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.8/conf/solr-3.x/solrconfig.xml
@@ -0,0 +1,1614 @@
+
+
+
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+ ${solr.luceneMatchVersion:LUCENE_35}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+
+ 4
+
+ 32
+
+
+
+ 2147483647
+ 100000
+ 1000
+
+
+
+
+
+
+
+
+ single
+
+
+
+
+
+
+
+
+ false
+ 32
+ 10
+
+
+ false
+
+
+ true
+
+
+
+
+ 1
+
+ 0
+
+
+
+
+
+ false
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.autoCommit.MaxDocs:10000}
+ ${solr.autoCommit.MaxTime:120000}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+ 20
+
+
+ 200
+
+
+
+
+
+
+
+
+
+
+
+ solr rocks010
+
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ edismax
+ explicit
+ true
+ 0.01
+
+ ${solr.pinkPony.timeAllowed:-1}
+ *:*
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+ elevator
+
+
+
+
+
+
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+ ${solr.mlt.timeAllowed:2000}
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text
+ true
+ ignored_
+
+
+ true
+ links
+ ignored_
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ pinkPony
+ solrpingquery
+
+
+ all
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+ ${solr.replication.master:false}
+ commit
+ startup
+ ${solr.replication.confFiles:schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml}
+
+
+ ${solr.replication.slave:false}
+ ${solr.replication.masterUrl:http://localhost:8983/solr}/replication
+ ${solr.replication.pollInterval:00:00:60}
+
+
+
+
+
+
+
+
+ false
+ false
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+
+
+
+ true
+
+
+ tvComponent
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+ terms
+
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ,,
+ ,,
+ ,,
+ ,,
+ ,]]>
+ ]]>
+
+
+
+
+
+ 10
+ .,!?
+
+
+
+
+
+
+ WORD
+
+
+ en
+ US
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/plain; charset=UTF-8
+
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+ *:*
+
+
+
+
+
+
+
+
+
+
+
+ textSpell
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.8/conf/solr-3.x/solrconfig_extra.xml b/configsets/apachesolr_7.x-1.8/conf/solr-3.x/solrconfig_extra.xml
new file mode 100644
index 0000000..c5bc3ac
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.8/conf/solr-3.x/solrconfig_extra.xml
@@ -0,0 +1,80 @@
+
+
+
+textSpell
+
+
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.8/conf/solr-3.x/solrcore.properties b/configsets/apachesolr_7.x-1.8/conf/solr-3.x/solrcore.properties
new file mode 100644
index 0000000..bc46886
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.8/conf/solr-3.x/solrcore.properties
@@ -0,0 +1,16 @@
+# Defines Solr properties for this specific core.
+solr.replication.master=false
+solr.replication.slave=false
+solr.replication.pollInterval=00:00:60
+solr.replication.masterUrl=http://localhost:8983/solr
+solr.replication.confFiles=schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml
+solr.mlt.timeAllowed=2000
+# You should not set your luceneMatchVersion to anything lower than your Solr
+# Version.
+solr.luceneMatchVersion=LUCENE_35
+solr.pinkPony.timeAllowed=-1
+# autoCommit after 10000 docs
+solr.autoCommit.MaxDocs=10000
+# autoCommit after 2 minutes
+solr.autoCommit.MaxTime=120000
+solr.contrib.dir=../../contrib
diff --git a/configsets/apachesolr_7.x-1.8/conf/solr-3.x/stopwords.txt b/configsets/apachesolr_7.x-1.8/conf/solr-3.x/stopwords.txt
new file mode 100644
index 0000000..d7f243e
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.8/conf/solr-3.x/stopwords.txt
@@ -0,0 +1,4 @@
+# Contains words which shouldn't be indexed for fulltext fields, e.g., because
+# they're too common. For documentation of the format, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.StopFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/apachesolr_7.x-1.8/conf/solr-3.x/synonyms.txt b/configsets/apachesolr_7.x-1.8/conf/solr-3.x/synonyms.txt
new file mode 100644
index 0000000..7d22eea
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.8/conf/solr-3.x/synonyms.txt
@@ -0,0 +1,3 @@
+# Contains synonyms to use for your index. For the format used, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.SynonymFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/apachesolr_7.x-1.8/conf/solr-4.x/elevate.xml b/configsets/apachesolr_7.x-1.8/conf/solr-4.x/elevate.xml
new file mode 100644
index 0000000..71ea000
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.8/conf/solr-4.x/elevate.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.8/conf/solr-4.x/mapping-ISOLatin1Accent.txt b/configsets/apachesolr_7.x-1.8/conf/solr-4.x/mapping-ISOLatin1Accent.txt
new file mode 100644
index 0000000..b92d03c
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.8/conf/solr-4.x/mapping-ISOLatin1Accent.txt
@@ -0,0 +1,14 @@
+# This file contains character mappings for the default fulltext field type.
+# The source characters (on the left) will be replaced by the respective target
+# characters before any other processing takes place.
+# Lines starting with a pound character # are ignored.
+#
+# For sensible defaults, use the mapping-ISOLatin1Accent.txt file distributed
+# with the example application of your Solr version.
+#
+# Examples:
+# "À" => "A"
+# "\u00c4" => "A"
+# "\u00c4" => "\u0041"
+# "æ" => "ae"
+# "\n" => " "
diff --git a/configsets/apachesolr_7.x-1.8/conf/solr-4.x/protwords.txt b/configsets/apachesolr_7.x-1.8/conf/solr-4.x/protwords.txt
new file mode 100644
index 0000000..cda8581
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.8/conf/solr-4.x/protwords.txt
@@ -0,0 +1,7 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
diff --git a/configsets/apachesolr_7.x-1.8/conf/solr-4.x/schema.xml b/configsets/apachesolr_7.x-1.8/conf/solr-4.x/schema.xml
new file mode 100644
index 0000000..069cffc
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.8/conf/solr-4.x/schema.xml
@@ -0,0 +1,552 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id
+
+
+ content
+
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.8/conf/solr-4.x/schema_extra_fields.xml b/configsets/apachesolr_7.x-1.8/conf/solr-4.x/schema_extra_fields.xml
new file mode 100644
index 0000000..9ecd5f4
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.8/conf/solr-4.x/schema_extra_fields.xml
@@ -0,0 +1,23 @@
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.8/conf/solr-4.x/schema_extra_types.xml b/configsets/apachesolr_7.x-1.8/conf/solr-4.x/schema_extra_types.xml
new file mode 100644
index 0000000..e82072e
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.8/conf/solr-4.x/schema_extra_types.xml
@@ -0,0 +1,30 @@
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.8/conf/solr-4.x/solrconfig.xml b/configsets/apachesolr_7.x-1.8/conf/solr-4.x/solrconfig.xml
new file mode 100644
index 0000000..c75f57a
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.8/conf/solr-4.x/solrconfig.xml
@@ -0,0 +1,1641 @@
+
+
+
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+ ${solr.luceneMatchVersion:LUCENE_40}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+
+ 4
+
+ 32
+
+
+
+ 2147483647
+ 100000
+ 1000
+
+
+
+
+
+
+
+
+ single
+
+
+
+
+
+ false
+
+
+ true
+
+
+
+
+ 1
+
+ 0
+
+
+
+
+
+ false
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.autoCommit.MaxDocs:10000}
+ ${solr.autoCommit.MaxTime:120000}
+
+
+
+
+ ${solr.autoSoftCommit.MaxDocs:2000}
+ ${solr.autoSoftCommit.MaxTime:10000}
+
+
+
+
+
+
+
+
+ ${solr.data.dir:}
+
+
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+ 20
+
+
+ 200
+
+
+
+
+
+
+
+
+
+
+
+ solr rocks010
+
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ edismax
+ explicit
+ true
+ 0.01
+
+ ${solr.pinkPony.timeAllowed:-1}
+ *:*
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+ elevator
+
+
+
+
+
+
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+ ${solr.mlt.timeAllowed:2000}
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text
+ true
+ ignored_
+
+
+ true
+ links
+ ignored_
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ pinkPony
+ solrpingquery
+ false
+
+
+ all
+
+
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+ ${solr.replication.master:false}
+ commit
+ startup
+ ${solr.replication.confFiles:schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml}
+
+
+ ${solr.replication.slave:false}
+ ${solr.replication.masterUrl:http://localhost:8983/solr}/replication
+ ${solr.replication.pollInterval:00:00:60}
+
+
+
+
+
+
+ true
+ json
+ true
+
+
+
+
+
+
+
+
+ false
+ false
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+
+
+
+ true
+
+
+ tvComponent
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+ terms
+
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ,,
+ ,,
+ ,,
+ ,,
+ ,]]>
+ ]]>
+
+
+
+
+
+ 10
+ .,!?
+
+
+
+
+
+
+ WORD
+
+
+ en
+ US
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/plain; charset=UTF-8
+
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+ *:*
+
+
+
+
+
+
+
+
+
+
+
+ textSpell
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.8/conf/solr-4.x/solrconfig_extra.xml b/configsets/apachesolr_7.x-1.8/conf/solr-4.x/solrconfig_extra.xml
new file mode 100644
index 0000000..c5bc3ac
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.8/conf/solr-4.x/solrconfig_extra.xml
@@ -0,0 +1,80 @@
+
+
+
+textSpell
+
+
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.8/conf/solr-4.x/solrcore.properties b/configsets/apachesolr_7.x-1.8/conf/solr-4.x/solrcore.properties
new file mode 100644
index 0000000..b7f8f6c
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.8/conf/solr-4.x/solrcore.properties
@@ -0,0 +1,20 @@
+# Defines Solr properties for this specific core.
+solr.replication.master=false
+solr.replication.slave=false
+solr.replication.pollInterval=00:00:60
+solr.replication.masterUrl=http://localhost:8983/solr
+solr.replication.confFiles=schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml
+solr.mlt.timeAllowed=2000
+# You should not set your luceneMatchVersion to anything lower than your Solr
+# Version.
+solr.luceneMatchVersion=LUCENE_40
+solr.pinkPony.timeAllowed=-1
+# autoCommit after 10000 docs
+solr.autoCommit.MaxDocs=10000
+# autoCommit after 2 minutes
+solr.autoCommit.MaxTime=120000
+# autoSoftCommit after 2000 docs
+solr.autoSoftCommit.MaxDocs=2000
+# autoSoftCommit after 10 seconds
+solr.autoSoftCommit.MaxTime=10000
+solr.contrib.dir=../../../contrib
diff --git a/configsets/apachesolr_7.x-1.8/conf/solr-4.x/stopwords.txt b/configsets/apachesolr_7.x-1.8/conf/solr-4.x/stopwords.txt
new file mode 100644
index 0000000..d7f243e
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.8/conf/solr-4.x/stopwords.txt
@@ -0,0 +1,4 @@
+# Contains words which shouldn't be indexed for fulltext fields, e.g., because
+# they're too common. For documentation of the format, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.StopFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/apachesolr_7.x-1.8/conf/solr-4.x/synonyms.txt b/configsets/apachesolr_7.x-1.8/conf/solr-4.x/synonyms.txt
new file mode 100644
index 0000000..7d22eea
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.8/conf/solr-4.x/synonyms.txt
@@ -0,0 +1,3 @@
+# Contains synonyms to use for your index. For the format used, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.SynonymFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/apachesolr_7.x-1.9/conf/solr-1.4/protwords.txt b/configsets/apachesolr_7.x-1.9/conf/solr-1.4/protwords.txt
new file mode 100644
index 0000000..f0fd084
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.9/conf/solr-1.4/protwords.txt
@@ -0,0 +1,8 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
+
diff --git a/configsets/apachesolr_7.x-1.9/conf/solr-1.4/schema.xml b/configsets/apachesolr_7.x-1.9/conf/solr-1.4/schema.xml
new file mode 100644
index 0000000..133b118
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.9/conf/solr-1.4/schema.xml
@@ -0,0 +1,497 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id
+
+
+ content
+
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.9/conf/solr-1.4/solrconfig.xml b/configsets/apachesolr_7.x-1.9/conf/solr-1.4/solrconfig.xml
new file mode 100644
index 0000000..a0818cd
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.9/conf/solr-1.4/solrconfig.xml
@@ -0,0 +1,736 @@
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+
+
+
+
+ false
+
+ 10
+
+
+
+ 32
+ 2147483647
+ 20000
+ 1000
+ 10000
+
+
+
+
+
+
+
+
+
+
+ single
+
+
+
+
+ false
+ 32
+ 4
+ 2147483647
+ 20000
+
+
+ false
+
+
+
+
+ false
+
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 2000
+ 120000
+
+
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+
+
+ 50
+
+
+ 200
+
+
+
+
+
+
+
+
+ solr 0 10
+ rocks 0 10
+ static newSearcher warming query from solrconfig.xml
+
+
+
+
+
+
+ fast_warm 0 10
+ static firstSearcher warming query from solrconfig.xml
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+ dismax
+ explicit
+ true
+
+
+
+
+
+
+ dismax
+ explicit
+ true
+ 0.01
+
+ content^2.0
+
+ 15
+
+
+ 1
+ *:*
+
+
+ true
+ content
+ 3
+ true
+
+ teaser
+ 256
+
+
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+
+
+
+
+
+
+
+
+
+
+ textSpell
+
+
+ default
+ spell
+ ./spellchecker1
+ true
+
+
+ jarowinkler
+ spell
+
+ org.apache.lucene.search.spell.JaroWinklerDistance
+ ./spellchecker2
+ true
+
+
+
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ standard
+ solrpingquery
+ all
+
+
+
+
+
+
+ admin-extra.html
+ scripts.conf
+ xslt/example.xsl
+ xslt/example_atom.xsl
+ xslt/example_rss.xsl
+ xslt/luke.xsl
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+ solr
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.9/conf/solr-3.x/elevate.xml b/configsets/apachesolr_7.x-1.9/conf/solr-3.x/elevate.xml
new file mode 100644
index 0000000..71ea000
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.9/conf/solr-3.x/elevate.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.9/conf/solr-3.x/mapping-ISOLatin1Accent.txt b/configsets/apachesolr_7.x-1.9/conf/solr-3.x/mapping-ISOLatin1Accent.txt
new file mode 100644
index 0000000..b92d03c
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.9/conf/solr-3.x/mapping-ISOLatin1Accent.txt
@@ -0,0 +1,14 @@
+# This file contains character mappings for the default fulltext field type.
+# The source characters (on the left) will be replaced by the respective target
+# characters before any other processing takes place.
+# Lines starting with a pound character # are ignored.
+#
+# For sensible defaults, use the mapping-ISOLatin1Accent.txt file distributed
+# with the example application of your Solr version.
+#
+# Examples:
+# "À" => "A"
+# "\u00c4" => "A"
+# "\u00c4" => "\u0041"
+# "æ" => "ae"
+# "\n" => " "
diff --git a/configsets/apachesolr_7.x-1.9/conf/solr-3.x/protwords.txt b/configsets/apachesolr_7.x-1.9/conf/solr-3.x/protwords.txt
new file mode 100644
index 0000000..cda8581
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.9/conf/solr-3.x/protwords.txt
@@ -0,0 +1,7 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
diff --git a/configsets/apachesolr_7.x-1.9/conf/solr-3.x/schema.xml b/configsets/apachesolr_7.x-1.9/conf/solr-3.x/schema.xml
new file mode 100644
index 0000000..de4b870
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.9/conf/solr-3.x/schema.xml
@@ -0,0 +1,588 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id
+
+
+ content
+
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.9/conf/solr-3.x/schema_extra_fields.xml b/configsets/apachesolr_7.x-1.9/conf/solr-3.x/schema_extra_fields.xml
new file mode 100644
index 0000000..9ecd5f4
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.9/conf/solr-3.x/schema_extra_fields.xml
@@ -0,0 +1,23 @@
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.9/conf/solr-3.x/schema_extra_types.xml b/configsets/apachesolr_7.x-1.9/conf/solr-3.x/schema_extra_types.xml
new file mode 100644
index 0000000..e82072e
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.9/conf/solr-3.x/schema_extra_types.xml
@@ -0,0 +1,30 @@
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.9/conf/solr-3.x/solrconfig.xml b/configsets/apachesolr_7.x-1.9/conf/solr-3.x/solrconfig.xml
new file mode 100644
index 0000000..17c1ca7
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.9/conf/solr-3.x/solrconfig.xml
@@ -0,0 +1,1614 @@
+
+
+
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+ ${solr.luceneMatchVersion:LUCENE_35}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+
+ 4
+
+ 32
+
+
+
+ 2147483647
+ 100000
+ 1000
+
+
+
+
+
+
+
+
+ single
+
+
+
+
+
+
+
+
+ false
+ 32
+ 10
+
+
+ false
+
+
+ true
+
+
+
+
+ 1
+
+ 0
+
+
+
+
+
+ false
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.autoCommit.MaxDocs:10000}
+ ${solr.autoCommit.MaxTime:120000}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+ 20
+
+
+ 200
+
+
+
+
+
+
+
+
+
+
+
+ solr rocks010
+
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ edismax
+ explicit
+ true
+ 0.01
+
+ ${solr.pinkPony.timeAllowed:-1}
+ *:*
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+ elevator
+
+
+
+
+
+
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+ ${solr.mlt.timeAllowed:2000}
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text
+ true
+ ignored_
+
+
+ true
+ links
+ ignored_
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ pinkPony
+ solrpingquery
+
+
+ all
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+ ${solr.replication.master:false}
+ commit
+ startup
+ ${solr.replication.confFiles:schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml}
+
+
+ ${solr.replication.slave:false}
+ ${solr.replication.masterUrl:http://localhost:8983/solr}/replication
+ ${solr.replication.pollInterval:00:00:60}
+
+
+
+
+
+
+
+
+ false
+ false
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+
+
+
+ true
+
+
+ tvComponent
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+ terms
+
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ,,
+ ,,
+ ,,
+ ,,
+ ,]]>
+ ]]>
+
+
+
+
+
+ 10
+ .,!?
+
+
+
+
+
+
+ WORD
+
+
+ en
+ US
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/plain; charset=UTF-8
+
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+ *:*
+
+
+
+
+
+
+
+
+
+
+
+ textSpell
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.9/conf/solr-3.x/solrconfig_extra.xml b/configsets/apachesolr_7.x-1.9/conf/solr-3.x/solrconfig_extra.xml
new file mode 100644
index 0000000..c5bc3ac
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.9/conf/solr-3.x/solrconfig_extra.xml
@@ -0,0 +1,80 @@
+
+
+
+textSpell
+
+
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.9/conf/solr-3.x/solrcore.properties b/configsets/apachesolr_7.x-1.9/conf/solr-3.x/solrcore.properties
new file mode 100644
index 0000000..bc46886
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.9/conf/solr-3.x/solrcore.properties
@@ -0,0 +1,16 @@
+# Defines Solr properties for this specific core.
+solr.replication.master=false
+solr.replication.slave=false
+solr.replication.pollInterval=00:00:60
+solr.replication.masterUrl=http://localhost:8983/solr
+solr.replication.confFiles=schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml
+solr.mlt.timeAllowed=2000
+# You should not set your luceneMatchVersion to anything lower than your Solr
+# Version.
+solr.luceneMatchVersion=LUCENE_35
+solr.pinkPony.timeAllowed=-1
+# autoCommit after 10000 docs
+solr.autoCommit.MaxDocs=10000
+# autoCommit after 2 minutes
+solr.autoCommit.MaxTime=120000
+solr.contrib.dir=../../contrib
diff --git a/configsets/apachesolr_7.x-1.9/conf/solr-3.x/stopwords.txt b/configsets/apachesolr_7.x-1.9/conf/solr-3.x/stopwords.txt
new file mode 100644
index 0000000..d7f243e
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.9/conf/solr-3.x/stopwords.txt
@@ -0,0 +1,4 @@
+# Contains words which shouldn't be indexed for fulltext fields, e.g., because
+# they're too common. For documentation of the format, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.StopFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/apachesolr_7.x-1.9/conf/solr-3.x/synonyms.txt b/configsets/apachesolr_7.x-1.9/conf/solr-3.x/synonyms.txt
new file mode 100644
index 0000000..7d22eea
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.9/conf/solr-3.x/synonyms.txt
@@ -0,0 +1,3 @@
+# Contains synonyms to use for your index. For the format used, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.SynonymFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/apachesolr_7.x-1.9/conf/solr-4.x/elevate.xml b/configsets/apachesolr_7.x-1.9/conf/solr-4.x/elevate.xml
new file mode 100644
index 0000000..71ea000
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.9/conf/solr-4.x/elevate.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.9/conf/solr-4.x/mapping-ISOLatin1Accent.txt b/configsets/apachesolr_7.x-1.9/conf/solr-4.x/mapping-ISOLatin1Accent.txt
new file mode 100644
index 0000000..b92d03c
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.9/conf/solr-4.x/mapping-ISOLatin1Accent.txt
@@ -0,0 +1,14 @@
+# This file contains character mappings for the default fulltext field type.
+# The source characters (on the left) will be replaced by the respective target
+# characters before any other processing takes place.
+# Lines starting with a pound character # are ignored.
+#
+# For sensible defaults, use the mapping-ISOLatin1Accent.txt file distributed
+# with the example application of your Solr version.
+#
+# Examples:
+# "À" => "A"
+# "\u00c4" => "A"
+# "\u00c4" => "\u0041"
+# "æ" => "ae"
+# "\n" => " "
diff --git a/configsets/apachesolr_7.x-1.9/conf/solr-4.x/protwords.txt b/configsets/apachesolr_7.x-1.9/conf/solr-4.x/protwords.txt
new file mode 100644
index 0000000..cda8581
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.9/conf/solr-4.x/protwords.txt
@@ -0,0 +1,7 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
diff --git a/configsets/apachesolr_7.x-1.9/conf/solr-4.x/schema.xml b/configsets/apachesolr_7.x-1.9/conf/solr-4.x/schema.xml
new file mode 100644
index 0000000..6d9011a
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.9/conf/solr-4.x/schema.xml
@@ -0,0 +1,594 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id
+
+
+ content
+
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.9/conf/solr-4.x/schema_extra_fields.xml b/configsets/apachesolr_7.x-1.9/conf/solr-4.x/schema_extra_fields.xml
new file mode 100644
index 0000000..9ecd5f4
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.9/conf/solr-4.x/schema_extra_fields.xml
@@ -0,0 +1,23 @@
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.9/conf/solr-4.x/schema_extra_types.xml b/configsets/apachesolr_7.x-1.9/conf/solr-4.x/schema_extra_types.xml
new file mode 100644
index 0000000..e82072e
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.9/conf/solr-4.x/schema_extra_types.xml
@@ -0,0 +1,30 @@
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.9/conf/solr-4.x/solrconfig.xml b/configsets/apachesolr_7.x-1.9/conf/solr-4.x/solrconfig.xml
new file mode 100644
index 0000000..c75f57a
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.9/conf/solr-4.x/solrconfig.xml
@@ -0,0 +1,1641 @@
+
+
+
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+ ${solr.luceneMatchVersion:LUCENE_40}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+
+ 4
+
+ 32
+
+
+
+ 2147483647
+ 100000
+ 1000
+
+
+
+
+
+
+
+
+ single
+
+
+
+
+
+ false
+
+
+ true
+
+
+
+
+ 1
+
+ 0
+
+
+
+
+
+ false
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.autoCommit.MaxDocs:10000}
+ ${solr.autoCommit.MaxTime:120000}
+
+
+
+
+ ${solr.autoSoftCommit.MaxDocs:2000}
+ ${solr.autoSoftCommit.MaxTime:10000}
+
+
+
+
+
+
+
+
+ ${solr.data.dir:}
+
+
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+ 20
+
+
+ 200
+
+
+
+
+
+
+
+
+
+
+
+ solr rocks010
+
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ edismax
+ explicit
+ true
+ 0.01
+
+ ${solr.pinkPony.timeAllowed:-1}
+ *:*
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+ elevator
+
+
+
+
+
+
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+ ${solr.mlt.timeAllowed:2000}
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text
+ true
+ ignored_
+
+
+ true
+ links
+ ignored_
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ pinkPony
+ solrpingquery
+ false
+
+
+ all
+
+
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+ ${solr.replication.master:false}
+ commit
+ startup
+ ${solr.replication.confFiles:schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml}
+
+
+ ${solr.replication.slave:false}
+ ${solr.replication.masterUrl:http://localhost:8983/solr}/replication
+ ${solr.replication.pollInterval:00:00:60}
+
+
+
+
+
+
+ true
+ json
+ true
+
+
+
+
+
+
+
+
+ false
+ false
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+
+
+
+ true
+
+
+ tvComponent
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+ terms
+
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ,,
+ ,,
+ ,,
+ ,,
+ ,]]>
+ ]]>
+
+
+
+
+
+ 10
+ .,!?
+
+
+
+
+
+
+ WORD
+
+
+ en
+ US
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/plain; charset=UTF-8
+
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+ *:*
+
+
+
+
+
+
+
+
+
+
+
+ textSpell
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.9/conf/solr-4.x/solrconfig_extra.xml b/configsets/apachesolr_7.x-1.9/conf/solr-4.x/solrconfig_extra.xml
new file mode 100644
index 0000000..c5bc3ac
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.9/conf/solr-4.x/solrconfig_extra.xml
@@ -0,0 +1,80 @@
+
+
+
+textSpell
+
+
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.9/conf/solr-4.x/solrcore.properties b/configsets/apachesolr_7.x-1.9/conf/solr-4.x/solrcore.properties
new file mode 100644
index 0000000..b7f8f6c
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.9/conf/solr-4.x/solrcore.properties
@@ -0,0 +1,20 @@
+# Defines Solr properties for this specific core.
+solr.replication.master=false
+solr.replication.slave=false
+solr.replication.pollInterval=00:00:60
+solr.replication.masterUrl=http://localhost:8983/solr
+solr.replication.confFiles=schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml
+solr.mlt.timeAllowed=2000
+# You should not set your luceneMatchVersion to anything lower than your Solr
+# Version.
+solr.luceneMatchVersion=LUCENE_40
+solr.pinkPony.timeAllowed=-1
+# autoCommit after 10000 docs
+solr.autoCommit.MaxDocs=10000
+# autoCommit after 2 minutes
+solr.autoCommit.MaxTime=120000
+# autoSoftCommit after 2000 docs
+solr.autoSoftCommit.MaxDocs=2000
+# autoSoftCommit after 10 seconds
+solr.autoSoftCommit.MaxTime=10000
+solr.contrib.dir=../../../contrib
diff --git a/configsets/apachesolr_7.x-1.9/conf/solr-4.x/stopwords.txt b/configsets/apachesolr_7.x-1.9/conf/solr-4.x/stopwords.txt
new file mode 100644
index 0000000..d7f243e
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.9/conf/solr-4.x/stopwords.txt
@@ -0,0 +1,4 @@
+# Contains words which shouldn't be indexed for fulltext fields, e.g., because
+# they're too common. For documentation of the format, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.StopFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/apachesolr_7.x-1.9/conf/solr-4.x/synonyms.txt b/configsets/apachesolr_7.x-1.9/conf/solr-4.x/synonyms.txt
new file mode 100644
index 0000000..7d22eea
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.9/conf/solr-4.x/synonyms.txt
@@ -0,0 +1,3 @@
+# Contains synonyms to use for your index. For the format used, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.SynonymFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/apachesolr_7.x-1.9/conf/solr-5.x/elevate.xml b/configsets/apachesolr_7.x-1.9/conf/solr-5.x/elevate.xml
new file mode 100644
index 0000000..71ea000
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.9/conf/solr-5.x/elevate.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.9/conf/solr-5.x/mapping-ISOLatin1Accent.txt b/configsets/apachesolr_7.x-1.9/conf/solr-5.x/mapping-ISOLatin1Accent.txt
new file mode 100644
index 0000000..b92d03c
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.9/conf/solr-5.x/mapping-ISOLatin1Accent.txt
@@ -0,0 +1,14 @@
+# This file contains character mappings for the default fulltext field type.
+# The source characters (on the left) will be replaced by the respective target
+# characters before any other processing takes place.
+# Lines starting with a pound character # are ignored.
+#
+# For sensible defaults, use the mapping-ISOLatin1Accent.txt file distributed
+# with the example application of your Solr version.
+#
+# Examples:
+# "À" => "A"
+# "\u00c4" => "A"
+# "\u00c4" => "\u0041"
+# "æ" => "ae"
+# "\n" => " "
diff --git a/configsets/apachesolr_7.x-1.9/conf/solr-5.x/protwords.txt b/configsets/apachesolr_7.x-1.9/conf/solr-5.x/protwords.txt
new file mode 100644
index 0000000..cda8581
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.9/conf/solr-5.x/protwords.txt
@@ -0,0 +1,7 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
diff --git a/configsets/apachesolr_7.x-1.9/conf/solr-5.x/schema.xml b/configsets/apachesolr_7.x-1.9/conf/solr-5.x/schema.xml
new file mode 100644
index 0000000..191ad2c
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.9/conf/solr-5.x/schema.xml
@@ -0,0 +1,594 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id
+
+
+ content
+
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.9/conf/solr-5.x/schema_extra_fields.xml b/configsets/apachesolr_7.x-1.9/conf/solr-5.x/schema_extra_fields.xml
new file mode 100644
index 0000000..9ecd5f4
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.9/conf/solr-5.x/schema_extra_fields.xml
@@ -0,0 +1,23 @@
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.9/conf/solr-5.x/schema_extra_types.xml b/configsets/apachesolr_7.x-1.9/conf/solr-5.x/schema_extra_types.xml
new file mode 100644
index 0000000..e82072e
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.9/conf/solr-5.x/schema_extra_types.xml
@@ -0,0 +1,30 @@
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.9/conf/solr-5.x/solrconfig.xml b/configsets/apachesolr_7.x-1.9/conf/solr-5.x/solrconfig.xml
new file mode 100644
index 0000000..c75f57a
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.9/conf/solr-5.x/solrconfig.xml
@@ -0,0 +1,1641 @@
+
+
+
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+ ${solr.luceneMatchVersion:LUCENE_40}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+
+ 4
+
+ 32
+
+
+
+ 2147483647
+ 100000
+ 1000
+
+
+
+
+
+
+
+
+ single
+
+
+
+
+
+ false
+
+
+ true
+
+
+
+
+ 1
+
+ 0
+
+
+
+
+
+ false
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.autoCommit.MaxDocs:10000}
+ ${solr.autoCommit.MaxTime:120000}
+
+
+
+
+ ${solr.autoSoftCommit.MaxDocs:2000}
+ ${solr.autoSoftCommit.MaxTime:10000}
+
+
+
+
+
+
+
+
+ ${solr.data.dir:}
+
+
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+ 20
+
+
+ 200
+
+
+
+
+
+
+
+
+
+
+
+ solr rocks010
+
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ edismax
+ explicit
+ true
+ 0.01
+
+ ${solr.pinkPony.timeAllowed:-1}
+ *:*
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+ elevator
+
+
+
+
+
+
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+ ${solr.mlt.timeAllowed:2000}
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text
+ true
+ ignored_
+
+
+ true
+ links
+ ignored_
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ pinkPony
+ solrpingquery
+ false
+
+
+ all
+
+
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+ ${solr.replication.master:false}
+ commit
+ startup
+ ${solr.replication.confFiles:schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml}
+
+
+ ${solr.replication.slave:false}
+ ${solr.replication.masterUrl:http://localhost:8983/solr}/replication
+ ${solr.replication.pollInterval:00:00:60}
+
+
+
+
+
+
+ true
+ json
+ true
+
+
+
+
+
+
+
+
+ false
+ false
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+
+
+
+ true
+
+
+ tvComponent
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+ terms
+
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ,,
+ ,,
+ ,,
+ ,,
+ ,]]>
+ ]]>
+
+
+
+
+
+ 10
+ .,!?
+
+
+
+
+
+
+ WORD
+
+
+ en
+ US
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/plain; charset=UTF-8
+
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+ *:*
+
+
+
+
+
+
+
+
+
+
+
+ textSpell
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.9/conf/solr-5.x/solrconfig_extra.xml b/configsets/apachesolr_7.x-1.9/conf/solr-5.x/solrconfig_extra.xml
new file mode 100644
index 0000000..c5bc3ac
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.9/conf/solr-5.x/solrconfig_extra.xml
@@ -0,0 +1,80 @@
+
+
+
+textSpell
+
+
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/apachesolr_7.x-1.9/conf/solr-5.x/solrcore.properties b/configsets/apachesolr_7.x-1.9/conf/solr-5.x/solrcore.properties
new file mode 100644
index 0000000..b7f8f6c
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.9/conf/solr-5.x/solrcore.properties
@@ -0,0 +1,20 @@
+# Defines Solr properties for this specific core.
+solr.replication.master=false
+solr.replication.slave=false
+solr.replication.pollInterval=00:00:60
+solr.replication.masterUrl=http://localhost:8983/solr
+solr.replication.confFiles=schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml
+solr.mlt.timeAllowed=2000
+# You should not set your luceneMatchVersion to anything lower than your Solr
+# Version.
+solr.luceneMatchVersion=LUCENE_40
+solr.pinkPony.timeAllowed=-1
+# autoCommit after 10000 docs
+solr.autoCommit.MaxDocs=10000
+# autoCommit after 2 minutes
+solr.autoCommit.MaxTime=120000
+# autoSoftCommit after 2000 docs
+solr.autoSoftCommit.MaxDocs=2000
+# autoSoftCommit after 10 seconds
+solr.autoSoftCommit.MaxTime=10000
+solr.contrib.dir=../../../contrib
diff --git a/configsets/apachesolr_7.x-1.9/conf/solr-5.x/stopwords.txt b/configsets/apachesolr_7.x-1.9/conf/solr-5.x/stopwords.txt
new file mode 100644
index 0000000..d7f243e
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.9/conf/solr-5.x/stopwords.txt
@@ -0,0 +1,4 @@
+# Contains words which shouldn't be indexed for fulltext fields, e.g., because
+# they're too common. For documentation of the format, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.StopFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/apachesolr_7.x-1.9/conf/solr-5.x/synonyms.txt b/configsets/apachesolr_7.x-1.9/conf/solr-5.x/synonyms.txt
new file mode 100644
index 0000000..7d22eea
--- /dev/null
+++ b/configsets/apachesolr_7.x-1.9/conf/solr-5.x/synonyms.txt
@@ -0,0 +1,3 @@
+# Contains synonyms to use for your index. For the format used, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.SynonymFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_7.x-1.0/conf/1.4/elevate.xml b/configsets/search_api_solr_7.x-1.0/conf/1.4/elevate.xml
new file mode 100644
index 0000000..71ea000
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.0/conf/1.4/elevate.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.0/conf/1.4/mapping-ISOLatin1Accent.txt b/configsets/search_api_solr_7.x-1.0/conf/1.4/mapping-ISOLatin1Accent.txt
new file mode 100644
index 0000000..b92d03c
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.0/conf/1.4/mapping-ISOLatin1Accent.txt
@@ -0,0 +1,14 @@
+# This file contains character mappings for the default fulltext field type.
+# The source characters (on the left) will be replaced by the respective target
+# characters before any other processing takes place.
+# Lines starting with a pound character # are ignored.
+#
+# For sensible defaults, use the mapping-ISOLatin1Accent.txt file distributed
+# with the example application of your Solr version.
+#
+# Examples:
+# "À" => "A"
+# "\u00c4" => "A"
+# "\u00c4" => "\u0041"
+# "æ" => "ae"
+# "\n" => " "
diff --git a/configsets/search_api_solr_7.x-1.0/conf/1.4/protwords.txt b/configsets/search_api_solr_7.x-1.0/conf/1.4/protwords.txt
new file mode 100644
index 0000000..cda8581
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.0/conf/1.4/protwords.txt
@@ -0,0 +1,7 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
diff --git a/configsets/search_api_solr_7.x-1.0/conf/1.4/schema.xml b/configsets/search_api_solr_7.x-1.0/conf/1.4/schema.xml
new file mode 100644
index 0000000..3c7a45a
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.0/conf/1.4/schema.xml
@@ -0,0 +1,535 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id
+
+
+ content
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.0/conf/1.4/schema_extra_fields.xml b/configsets/search_api_solr_7.x-1.0/conf/1.4/schema_extra_fields.xml
new file mode 100644
index 0000000..9ecd5f4
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.0/conf/1.4/schema_extra_fields.xml
@@ -0,0 +1,23 @@
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.0/conf/1.4/schema_extra_types.xml b/configsets/search_api_solr_7.x-1.0/conf/1.4/schema_extra_types.xml
new file mode 100644
index 0000000..e82072e
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.0/conf/1.4/schema_extra_types.xml
@@ -0,0 +1,30 @@
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.0/conf/1.4/solrconfig.xml b/configsets/search_api_solr_7.x-1.0/conf/1.4/solrconfig.xml
new file mode 100644
index 0000000..5798444
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.0/conf/1.4/solrconfig.xml
@@ -0,0 +1,1606 @@
+
+
+
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+
+ 4
+
+ 32
+
+
+
+ 2147483647
+ 100000
+ 1000
+
+
+
+
+
+
+
+
+ single
+
+
+
+
+
+
+
+
+ false
+ 32
+ 10
+
+
+ false
+
+
+ true
+
+
+
+
+ 1
+
+ 0
+
+
+
+
+
+ false
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.autoCommit.MaxDocs:10000}
+ ${solr.autoCommit.MaxTime:120000}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+ 20
+
+
+ 200
+
+
+
+
+
+
+
+
+
+
+
+ solr rocks010
+
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ dismax
+ explicit
+ true
+ 0.01
+
+ ${solr.pinkPony.timeAllowed:-1}
+ *:*
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+ ${solr.mlt.timeAllowed:2000}
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text
+ true
+ ignored_
+
+
+ true
+ links
+ ignored_
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ pinkPony
+ solrpingquery
+
+
+ all
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+ ${solr.replication.master:false}
+ commit
+ startup
+ ${solr.replication.confFiles:schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml}
+
+
+ ${solr.replication.slave:false}
+ ${solr.replication.masterUrl:http://localhost:8983/solr}/replication
+ ${solr.replication.pollInterval:00:00:60}
+
+
+
+
+
+
+
+
+ false
+ false
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+
+
+
+ true
+
+
+ tvComponent
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+ terms
+
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ,,
+ ,,
+ ,,
+ ,,
+ ,]]>
+ ]]>
+
+
+
+
+
+ 10
+ .,!?
+
+
+
+
+
+
+ WORD
+
+
+ en
+ US
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/plain; charset=UTF-8
+
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+ *:*
+
+
+
+
+
+
+
+
+
+
+
+
+
+ textSpell
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.0/conf/1.4/solrconfig_extra.xml b/configsets/search_api_solr_7.x-1.0/conf/1.4/solrconfig_extra.xml
new file mode 100644
index 0000000..c5bc3ac
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.0/conf/1.4/solrconfig_extra.xml
@@ -0,0 +1,80 @@
+
+
+
+textSpell
+
+
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.0/conf/1.4/solrcore.properties b/configsets/search_api_solr_7.x-1.0/conf/1.4/solrcore.properties
new file mode 100644
index 0000000..f5ede05
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.0/conf/1.4/solrcore.properties
@@ -0,0 +1,10 @@
+# Defines Solr properties for this specific core.
+solr.replication.master=false
+solr.replication.slave=false
+solr.replication.pollInterval=00:00:60
+solr.replication.masterUrl=http://localhost:8983/solr
+solr.replication.confFiles=schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml
+solr.mlt.timeAllowed=2000
+solr.pinkPony.timeAllowed=-1
+solr.autoCommit.MaxDocs=10000
+solr.autoCommit.MaxTime=120000
diff --git a/configsets/search_api_solr_7.x-1.0/conf/1.4/stopwords.txt b/configsets/search_api_solr_7.x-1.0/conf/1.4/stopwords.txt
new file mode 100644
index 0000000..045f6d1
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.0/conf/1.4/stopwords.txt
@@ -0,0 +1,4 @@
+# Contains words which shouldn't be indexed for fulltext fields, e.g., because
+# they're to common. For documentation of the format, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.StopFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_7.x-1.0/conf/1.4/synonyms.txt b/configsets/search_api_solr_7.x-1.0/conf/1.4/synonyms.txt
new file mode 100644
index 0000000..7d22eea
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.0/conf/1.4/synonyms.txt
@@ -0,0 +1,3 @@
+# Contains synonyms to use for your index. For the format used, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.SynonymFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_7.x-1.0/conf/3.x/elevate.xml b/configsets/search_api_solr_7.x-1.0/conf/3.x/elevate.xml
new file mode 100644
index 0000000..71ea000
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.0/conf/3.x/elevate.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.0/conf/3.x/mapping-ISOLatin1Accent.txt b/configsets/search_api_solr_7.x-1.0/conf/3.x/mapping-ISOLatin1Accent.txt
new file mode 100644
index 0000000..b92d03c
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.0/conf/3.x/mapping-ISOLatin1Accent.txt
@@ -0,0 +1,14 @@
+# This file contains character mappings for the default fulltext field type.
+# The source characters (on the left) will be replaced by the respective target
+# characters before any other processing takes place.
+# Lines starting with a pound character # are ignored.
+#
+# For sensible defaults, use the mapping-ISOLatin1Accent.txt file distributed
+# with the example application of your Solr version.
+#
+# Examples:
+# "À" => "A"
+# "\u00c4" => "A"
+# "\u00c4" => "\u0041"
+# "æ" => "ae"
+# "\n" => " "
diff --git a/configsets/search_api_solr_7.x-1.0/conf/3.x/protwords.txt b/configsets/search_api_solr_7.x-1.0/conf/3.x/protwords.txt
new file mode 100644
index 0000000..cda8581
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.0/conf/3.x/protwords.txt
@@ -0,0 +1,7 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
diff --git a/configsets/search_api_solr_7.x-1.0/conf/3.x/schema.xml b/configsets/search_api_solr_7.x-1.0/conf/3.x/schema.xml
new file mode 100644
index 0000000..6953ccb
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.0/conf/3.x/schema.xml
@@ -0,0 +1,546 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id
+
+
+ content
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.0/conf/3.x/schema_extra_fields.xml b/configsets/search_api_solr_7.x-1.0/conf/3.x/schema_extra_fields.xml
new file mode 100644
index 0000000..9ecd5f4
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.0/conf/3.x/schema_extra_fields.xml
@@ -0,0 +1,23 @@
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.0/conf/3.x/schema_extra_types.xml b/configsets/search_api_solr_7.x-1.0/conf/3.x/schema_extra_types.xml
new file mode 100644
index 0000000..e82072e
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.0/conf/3.x/schema_extra_types.xml
@@ -0,0 +1,30 @@
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.0/conf/3.x/solrconfig.xml b/configsets/search_api_solr_7.x-1.0/conf/3.x/solrconfig.xml
new file mode 100644
index 0000000..fc0ca52
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.0/conf/3.x/solrconfig.xml
@@ -0,0 +1,1611 @@
+
+
+
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+ ${solr.luceneMatchVersion:LUCENE_35}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+
+ 4
+
+ 32
+
+
+
+ 2147483647
+ 100000
+ 1000
+
+
+
+
+
+
+
+
+ single
+
+
+
+
+
+
+
+
+ false
+ 32
+ 10
+
+
+ false
+
+
+ true
+
+
+
+
+ 1
+
+ 0
+
+
+
+
+
+ false
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.autoCommit.MaxDocs:10000}
+ ${solr.autoCommit.MaxTime:120000}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+ 20
+
+
+ 200
+
+
+
+
+
+
+
+
+
+
+
+ solr rocks010
+
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ edismax
+ explicit
+ true
+ 0.01
+
+ ${solr.pinkPony.timeAllowed:-1}
+ *:*
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+ ${solr.mlt.timeAllowed:2000}
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text
+ true
+ ignored_
+
+
+ true
+ links
+ ignored_
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ pinkPony
+ solrpingquery
+
+
+ all
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+ ${solr.replication.master:false}
+ commit
+ startup
+ ${solr.replication.confFiles:schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml}
+
+
+ ${solr.replication.slave:false}
+ ${solr.replication.masterUrl:http://localhost:8983/solr}/replication
+ ${solr.replication.pollInterval:00:00:60}
+
+
+
+
+
+
+
+
+ false
+ false
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+
+
+
+ true
+
+
+ tvComponent
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+ terms
+
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ,,
+ ,,
+ ,,
+ ,,
+ ,]]>
+ ]]>
+
+
+
+
+
+ 10
+ .,!?
+
+
+
+
+
+
+ WORD
+
+
+ en
+ US
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/plain; charset=UTF-8
+
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+ *:*
+
+
+
+
+
+
+
+
+
+
+ textSpell
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.0/conf/3.x/solrconfig_extra.xml b/configsets/search_api_solr_7.x-1.0/conf/3.x/solrconfig_extra.xml
new file mode 100644
index 0000000..c5bc3ac
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.0/conf/3.x/solrconfig_extra.xml
@@ -0,0 +1,80 @@
+
+
+
+textSpell
+
+
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.0/conf/3.x/solrcore.properties b/configsets/search_api_solr_7.x-1.0/conf/3.x/solrcore.properties
new file mode 100644
index 0000000..54a33c9
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.0/conf/3.x/solrcore.properties
@@ -0,0 +1,12 @@
+# Defines Solr properties for this specific core.
+solr.replication.master=false
+solr.replication.slave=false
+solr.replication.pollInterval=00:00:60
+solr.replication.masterUrl=http://localhost:8983/solr
+solr.replication.confFiles=schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml
+solr.mlt.timeAllowed=2000
+# You should not set your luceneVersion to anything lower then your Solr Version.
+solr.luceneMatchVersion=LUCENE_35
+solr.pinkPony.timeAllowed=-1
+solr.autoCommit.MaxDocs=10000
+solr.autoCommit.MaxTime=120000
diff --git a/configsets/search_api_solr_7.x-1.0/conf/3.x/stopwords.txt b/configsets/search_api_solr_7.x-1.0/conf/3.x/stopwords.txt
new file mode 100644
index 0000000..045f6d1
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.0/conf/3.x/stopwords.txt
@@ -0,0 +1,4 @@
+# Contains words which shouldn't be indexed for fulltext fields, e.g., because
+# they're to common. For documentation of the format, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.StopFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_7.x-1.0/conf/3.x/synonyms.txt b/configsets/search_api_solr_7.x-1.0/conf/3.x/synonyms.txt
new file mode 100644
index 0000000..7d22eea
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.0/conf/3.x/synonyms.txt
@@ -0,0 +1,3 @@
+# Contains synonyms to use for your index. For the format used, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.SynonymFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_7.x-1.0/conf/4.x/elevate.xml b/configsets/search_api_solr_7.x-1.0/conf/4.x/elevate.xml
new file mode 100644
index 0000000..71ea000
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.0/conf/4.x/elevate.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.0/conf/4.x/mapping-ISOLatin1Accent.txt b/configsets/search_api_solr_7.x-1.0/conf/4.x/mapping-ISOLatin1Accent.txt
new file mode 100644
index 0000000..b92d03c
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.0/conf/4.x/mapping-ISOLatin1Accent.txt
@@ -0,0 +1,14 @@
+# This file contains character mappings for the default fulltext field type.
+# The source characters (on the left) will be replaced by the respective target
+# characters before any other processing takes place.
+# Lines starting with a pound character # are ignored.
+#
+# For sensible defaults, use the mapping-ISOLatin1Accent.txt file distributed
+# with the example application of your Solr version.
+#
+# Examples:
+# "À" => "A"
+# "\u00c4" => "A"
+# "\u00c4" => "\u0041"
+# "æ" => "ae"
+# "\n" => " "
diff --git a/configsets/search_api_solr_7.x-1.0/conf/4.x/protwords.txt b/configsets/search_api_solr_7.x-1.0/conf/4.x/protwords.txt
new file mode 100644
index 0000000..cda8581
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.0/conf/4.x/protwords.txt
@@ -0,0 +1,7 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
diff --git a/configsets/search_api_solr_7.x-1.0/conf/4.x/schema.xml b/configsets/search_api_solr_7.x-1.0/conf/4.x/schema.xml
new file mode 100644
index 0000000..6e8e796
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.0/conf/4.x/schema.xml
@@ -0,0 +1,547 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id
+
+
+ content
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.0/conf/4.x/schema_extra_fields.xml b/configsets/search_api_solr_7.x-1.0/conf/4.x/schema_extra_fields.xml
new file mode 100644
index 0000000..9ecd5f4
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.0/conf/4.x/schema_extra_fields.xml
@@ -0,0 +1,23 @@
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.0/conf/4.x/schema_extra_types.xml b/configsets/search_api_solr_7.x-1.0/conf/4.x/schema_extra_types.xml
new file mode 100644
index 0000000..e82072e
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.0/conf/4.x/schema_extra_types.xml
@@ -0,0 +1,30 @@
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.0/conf/4.x/solrconfig.xml b/configsets/search_api_solr_7.x-1.0/conf/4.x/solrconfig.xml
new file mode 100644
index 0000000..d408253
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.0/conf/4.x/solrconfig.xml
@@ -0,0 +1,1603 @@
+
+
+
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+ ${solr.luceneMatchVersion:LUCENE_40}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+
+ 4
+
+ 32
+
+
+
+ 2147483647
+ 100000
+ 1000
+
+
+
+
+
+
+
+
+ single
+
+
+
+
+ false
+ 32
+ 10
+
+
+ false
+
+
+ true
+
+
+
+
+ 1
+
+ 0
+
+
+
+
+
+ false
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.autoCommit.MaxDocs:10000}
+ ${solr.autoCommit.MaxTime:120000}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+ 20
+
+
+ 200
+
+
+
+
+
+
+
+
+
+
+
+ solr rocks010
+
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ edismax
+ explicit
+ true
+ 0.01
+
+ ${solr.pinkPony.timeAllowed:-1}
+ *:*
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+ ${solr.mlt.timeAllowed:2000}
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text
+ true
+ ignored_
+
+
+ true
+ links
+ ignored_
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ pinkPony
+ solrpingquery
+
+
+ all
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+ ${solr.replication.master:false}
+ commit
+ startup
+ ${solr.replication.confFiles:schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml}
+
+
+ ${solr.replication.slave:false}
+ ${solr.replication.masterUrl:http://localhost:8983/solr}/replication
+ ${solr.replication.pollInterval:00:00:60}
+
+
+
+
+
+
+
+
+ false
+ false
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+
+
+
+ true
+
+
+ tvComponent
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+ terms
+
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ,,
+ ,,
+ ,,
+ ,,
+ ,]]>
+ ]]>
+
+
+
+
+
+ 10
+ .,!?
+
+
+
+
+
+
+ WORD
+
+
+ en
+ US
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/plain; charset=UTF-8
+
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+ *:*
+
+
+
+
+
+
+
+
+
+
+ textSpell
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.0/conf/4.x/solrconfig_extra.xml b/configsets/search_api_solr_7.x-1.0/conf/4.x/solrconfig_extra.xml
new file mode 100644
index 0000000..c5bc3ac
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.0/conf/4.x/solrconfig_extra.xml
@@ -0,0 +1,80 @@
+
+
+
+textSpell
+
+
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.0/conf/4.x/solrcore.properties b/configsets/search_api_solr_7.x-1.0/conf/4.x/solrcore.properties
new file mode 100644
index 0000000..a2eb167
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.0/conf/4.x/solrcore.properties
@@ -0,0 +1,12 @@
+# Defines Solr properties for this specific core.
+solr.replication.master=false
+solr.replication.slave=false
+solr.replication.pollInterval=00:00:60
+solr.replication.masterUrl=http://localhost:8983/solr
+solr.replication.confFiles=schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml
+solr.mlt.timeAllowed=2000
+# You should not set your luceneVersion to anything lower then your Solr Version.
+solr.luceneMatchVersion=LUCENE_40
+solr.pinkPony.timeAllowed=-1
+solr.autoCommit.MaxDocs=10000
+solr.autoCommit.MaxTime=120000
diff --git a/configsets/search_api_solr_7.x-1.0/conf/4.x/stopwords.txt b/configsets/search_api_solr_7.x-1.0/conf/4.x/stopwords.txt
new file mode 100644
index 0000000..045f6d1
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.0/conf/4.x/stopwords.txt
@@ -0,0 +1,4 @@
+# Contains words which shouldn't be indexed for fulltext fields, e.g., because
+# they're to common. For documentation of the format, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.StopFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_7.x-1.0/conf/4.x/synonyms.txt b/configsets/search_api_solr_7.x-1.0/conf/4.x/synonyms.txt
new file mode 100644
index 0000000..7d22eea
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.0/conf/4.x/synonyms.txt
@@ -0,0 +1,3 @@
+# Contains synonyms to use for your index. For the format used, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.SynonymFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_7.x-1.1/conf/1.4/elevate.xml b/configsets/search_api_solr_7.x-1.1/conf/1.4/elevate.xml
new file mode 100644
index 0000000..71ea000
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.1/conf/1.4/elevate.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.1/conf/1.4/mapping-ISOLatin1Accent.txt b/configsets/search_api_solr_7.x-1.1/conf/1.4/mapping-ISOLatin1Accent.txt
new file mode 100644
index 0000000..b92d03c
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.1/conf/1.4/mapping-ISOLatin1Accent.txt
@@ -0,0 +1,14 @@
+# This file contains character mappings for the default fulltext field type.
+# The source characters (on the left) will be replaced by the respective target
+# characters before any other processing takes place.
+# Lines starting with a pound character # are ignored.
+#
+# For sensible defaults, use the mapping-ISOLatin1Accent.txt file distributed
+# with the example application of your Solr version.
+#
+# Examples:
+# "À" => "A"
+# "\u00c4" => "A"
+# "\u00c4" => "\u0041"
+# "æ" => "ae"
+# "\n" => " "
diff --git a/configsets/search_api_solr_7.x-1.1/conf/1.4/protwords.txt b/configsets/search_api_solr_7.x-1.1/conf/1.4/protwords.txt
new file mode 100644
index 0000000..cda8581
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.1/conf/1.4/protwords.txt
@@ -0,0 +1,7 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
diff --git a/configsets/search_api_solr_7.x-1.1/conf/1.4/schema.xml b/configsets/search_api_solr_7.x-1.1/conf/1.4/schema.xml
new file mode 100644
index 0000000..3c7a45a
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.1/conf/1.4/schema.xml
@@ -0,0 +1,535 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id
+
+
+ content
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.1/conf/1.4/schema_extra_fields.xml b/configsets/search_api_solr_7.x-1.1/conf/1.4/schema_extra_fields.xml
new file mode 100644
index 0000000..9ecd5f4
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.1/conf/1.4/schema_extra_fields.xml
@@ -0,0 +1,23 @@
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.1/conf/1.4/schema_extra_types.xml b/configsets/search_api_solr_7.x-1.1/conf/1.4/schema_extra_types.xml
new file mode 100644
index 0000000..e82072e
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.1/conf/1.4/schema_extra_types.xml
@@ -0,0 +1,30 @@
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.1/conf/1.4/solrconfig.xml b/configsets/search_api_solr_7.x-1.1/conf/1.4/solrconfig.xml
new file mode 100644
index 0000000..5798444
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.1/conf/1.4/solrconfig.xml
@@ -0,0 +1,1606 @@
+
+
+
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+
+ 4
+
+ 32
+
+
+
+ 2147483647
+ 100000
+ 1000
+
+
+
+
+
+
+
+
+ single
+
+
+
+
+
+
+
+
+ false
+ 32
+ 10
+
+
+ false
+
+
+ true
+
+
+
+
+ 1
+
+ 0
+
+
+
+
+
+ false
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.autoCommit.MaxDocs:10000}
+ ${solr.autoCommit.MaxTime:120000}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+ 20
+
+
+ 200
+
+
+
+
+
+
+
+
+
+
+
+ solr rocks010
+
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ dismax
+ explicit
+ true
+ 0.01
+
+ ${solr.pinkPony.timeAllowed:-1}
+ *:*
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+ ${solr.mlt.timeAllowed:2000}
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text
+ true
+ ignored_
+
+
+ true
+ links
+ ignored_
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ pinkPony
+ solrpingquery
+
+
+ all
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+ ${solr.replication.master:false}
+ commit
+ startup
+ ${solr.replication.confFiles:schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml}
+
+
+ ${solr.replication.slave:false}
+ ${solr.replication.masterUrl:http://localhost:8983/solr}/replication
+ ${solr.replication.pollInterval:00:00:60}
+
+
+
+
+
+
+
+
+ false
+ false
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+
+
+
+ true
+
+
+ tvComponent
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+ terms
+
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ,,
+ ,,
+ ,,
+ ,,
+ ,]]>
+ ]]>
+
+
+
+
+
+ 10
+ .,!?
+
+
+
+
+
+
+ WORD
+
+
+ en
+ US
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/plain; charset=UTF-8
+
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+ *:*
+
+
+
+
+
+
+
+
+
+
+
+
+
+ textSpell
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.1/conf/1.4/solrconfig_extra.xml b/configsets/search_api_solr_7.x-1.1/conf/1.4/solrconfig_extra.xml
new file mode 100644
index 0000000..c5bc3ac
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.1/conf/1.4/solrconfig_extra.xml
@@ -0,0 +1,80 @@
+
+
+
+textSpell
+
+
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.1/conf/1.4/solrcore.properties b/configsets/search_api_solr_7.x-1.1/conf/1.4/solrcore.properties
new file mode 100644
index 0000000..f5ede05
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.1/conf/1.4/solrcore.properties
@@ -0,0 +1,10 @@
+# Defines Solr properties for this specific core.
+solr.replication.master=false
+solr.replication.slave=false
+solr.replication.pollInterval=00:00:60
+solr.replication.masterUrl=http://localhost:8983/solr
+solr.replication.confFiles=schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml
+solr.mlt.timeAllowed=2000
+solr.pinkPony.timeAllowed=-1
+solr.autoCommit.MaxDocs=10000
+solr.autoCommit.MaxTime=120000
diff --git a/configsets/search_api_solr_7.x-1.1/conf/1.4/stopwords.txt b/configsets/search_api_solr_7.x-1.1/conf/1.4/stopwords.txt
new file mode 100644
index 0000000..045f6d1
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.1/conf/1.4/stopwords.txt
@@ -0,0 +1,4 @@
+# Contains words which shouldn't be indexed for fulltext fields, e.g., because
+# they're to common. For documentation of the format, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.StopFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_7.x-1.1/conf/1.4/synonyms.txt b/configsets/search_api_solr_7.x-1.1/conf/1.4/synonyms.txt
new file mode 100644
index 0000000..7d22eea
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.1/conf/1.4/synonyms.txt
@@ -0,0 +1,3 @@
+# Contains synonyms to use for your index. For the format used, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.SynonymFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_7.x-1.1/conf/3.x/elevate.xml b/configsets/search_api_solr_7.x-1.1/conf/3.x/elevate.xml
new file mode 100644
index 0000000..71ea000
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.1/conf/3.x/elevate.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.1/conf/3.x/mapping-ISOLatin1Accent.txt b/configsets/search_api_solr_7.x-1.1/conf/3.x/mapping-ISOLatin1Accent.txt
new file mode 100644
index 0000000..b92d03c
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.1/conf/3.x/mapping-ISOLatin1Accent.txt
@@ -0,0 +1,14 @@
+# This file contains character mappings for the default fulltext field type.
+# The source characters (on the left) will be replaced by the respective target
+# characters before any other processing takes place.
+# Lines starting with a pound character # are ignored.
+#
+# For sensible defaults, use the mapping-ISOLatin1Accent.txt file distributed
+# with the example application of your Solr version.
+#
+# Examples:
+# "À" => "A"
+# "\u00c4" => "A"
+# "\u00c4" => "\u0041"
+# "æ" => "ae"
+# "\n" => " "
diff --git a/configsets/search_api_solr_7.x-1.1/conf/3.x/protwords.txt b/configsets/search_api_solr_7.x-1.1/conf/3.x/protwords.txt
new file mode 100644
index 0000000..cda8581
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.1/conf/3.x/protwords.txt
@@ -0,0 +1,7 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
diff --git a/configsets/search_api_solr_7.x-1.1/conf/3.x/schema.xml b/configsets/search_api_solr_7.x-1.1/conf/3.x/schema.xml
new file mode 100644
index 0000000..6953ccb
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.1/conf/3.x/schema.xml
@@ -0,0 +1,546 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id
+
+
+ content
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.1/conf/3.x/schema_extra_fields.xml b/configsets/search_api_solr_7.x-1.1/conf/3.x/schema_extra_fields.xml
new file mode 100644
index 0000000..9ecd5f4
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.1/conf/3.x/schema_extra_fields.xml
@@ -0,0 +1,23 @@
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.1/conf/3.x/schema_extra_types.xml b/configsets/search_api_solr_7.x-1.1/conf/3.x/schema_extra_types.xml
new file mode 100644
index 0000000..e82072e
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.1/conf/3.x/schema_extra_types.xml
@@ -0,0 +1,30 @@
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.1/conf/3.x/solrconfig.xml b/configsets/search_api_solr_7.x-1.1/conf/3.x/solrconfig.xml
new file mode 100644
index 0000000..fc0ca52
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.1/conf/3.x/solrconfig.xml
@@ -0,0 +1,1611 @@
+
+
+
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+ ${solr.luceneMatchVersion:LUCENE_35}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+
+ 4
+
+ 32
+
+
+
+ 2147483647
+ 100000
+ 1000
+
+
+
+
+
+
+
+
+ single
+
+
+
+
+
+
+
+
+ false
+ 32
+ 10
+
+
+ false
+
+
+ true
+
+
+
+
+ 1
+
+ 0
+
+
+
+
+
+ false
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.autoCommit.MaxDocs:10000}
+ ${solr.autoCommit.MaxTime:120000}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+ 20
+
+
+ 200
+
+
+
+
+
+
+
+
+
+
+
+ solr rocks010
+
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ edismax
+ explicit
+ true
+ 0.01
+
+ ${solr.pinkPony.timeAllowed:-1}
+ *:*
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+ ${solr.mlt.timeAllowed:2000}
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text
+ true
+ ignored_
+
+
+ true
+ links
+ ignored_
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ pinkPony
+ solrpingquery
+
+
+ all
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+ ${solr.replication.master:false}
+ commit
+ startup
+ ${solr.replication.confFiles:schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml}
+
+
+ ${solr.replication.slave:false}
+ ${solr.replication.masterUrl:http://localhost:8983/solr}/replication
+ ${solr.replication.pollInterval:00:00:60}
+
+
+
+
+
+
+
+
+ false
+ false
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+
+
+
+ true
+
+
+ tvComponent
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+ terms
+
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ,,
+ ,,
+ ,,
+ ,,
+ ,]]>
+ ]]>
+
+
+
+
+
+ 10
+ .,!?
+
+
+
+
+
+
+ WORD
+
+
+ en
+ US
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/plain; charset=UTF-8
+
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+ *:*
+
+
+
+
+
+
+
+
+
+
+ textSpell
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.1/conf/3.x/solrconfig_extra.xml b/configsets/search_api_solr_7.x-1.1/conf/3.x/solrconfig_extra.xml
new file mode 100644
index 0000000..c5bc3ac
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.1/conf/3.x/solrconfig_extra.xml
@@ -0,0 +1,80 @@
+
+
+
+textSpell
+
+
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.1/conf/3.x/solrcore.properties b/configsets/search_api_solr_7.x-1.1/conf/3.x/solrcore.properties
new file mode 100644
index 0000000..54a33c9
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.1/conf/3.x/solrcore.properties
@@ -0,0 +1,12 @@
+# Defines Solr properties for this specific core.
+solr.replication.master=false
+solr.replication.slave=false
+solr.replication.pollInterval=00:00:60
+solr.replication.masterUrl=http://localhost:8983/solr
+solr.replication.confFiles=schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml
+solr.mlt.timeAllowed=2000
+# You should not set your luceneVersion to anything lower then your Solr Version.
+solr.luceneMatchVersion=LUCENE_35
+solr.pinkPony.timeAllowed=-1
+solr.autoCommit.MaxDocs=10000
+solr.autoCommit.MaxTime=120000
diff --git a/configsets/search_api_solr_7.x-1.1/conf/3.x/stopwords.txt b/configsets/search_api_solr_7.x-1.1/conf/3.x/stopwords.txt
new file mode 100644
index 0000000..045f6d1
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.1/conf/3.x/stopwords.txt
@@ -0,0 +1,4 @@
+# Contains words which shouldn't be indexed for fulltext fields, e.g., because
+# they're to common. For documentation of the format, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.StopFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_7.x-1.1/conf/3.x/synonyms.txt b/configsets/search_api_solr_7.x-1.1/conf/3.x/synonyms.txt
new file mode 100644
index 0000000..7d22eea
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.1/conf/3.x/synonyms.txt
@@ -0,0 +1,3 @@
+# Contains synonyms to use for your index. For the format used, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.SynonymFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_7.x-1.1/conf/4.x/elevate.xml b/configsets/search_api_solr_7.x-1.1/conf/4.x/elevate.xml
new file mode 100644
index 0000000..71ea000
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.1/conf/4.x/elevate.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.1/conf/4.x/mapping-ISOLatin1Accent.txt b/configsets/search_api_solr_7.x-1.1/conf/4.x/mapping-ISOLatin1Accent.txt
new file mode 100644
index 0000000..b92d03c
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.1/conf/4.x/mapping-ISOLatin1Accent.txt
@@ -0,0 +1,14 @@
+# This file contains character mappings for the default fulltext field type.
+# The source characters (on the left) will be replaced by the respective target
+# characters before any other processing takes place.
+# Lines starting with a pound character # are ignored.
+#
+# For sensible defaults, use the mapping-ISOLatin1Accent.txt file distributed
+# with the example application of your Solr version.
+#
+# Examples:
+# "À" => "A"
+# "\u00c4" => "A"
+# "\u00c4" => "\u0041"
+# "æ" => "ae"
+# "\n" => " "
diff --git a/configsets/search_api_solr_7.x-1.1/conf/4.x/protwords.txt b/configsets/search_api_solr_7.x-1.1/conf/4.x/protwords.txt
new file mode 100644
index 0000000..cda8581
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.1/conf/4.x/protwords.txt
@@ -0,0 +1,7 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
diff --git a/configsets/search_api_solr_7.x-1.1/conf/4.x/schema.xml b/configsets/search_api_solr_7.x-1.1/conf/4.x/schema.xml
new file mode 100644
index 0000000..6e8e796
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.1/conf/4.x/schema.xml
@@ -0,0 +1,547 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id
+
+
+ content
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.1/conf/4.x/schema_extra_fields.xml b/configsets/search_api_solr_7.x-1.1/conf/4.x/schema_extra_fields.xml
new file mode 100644
index 0000000..9ecd5f4
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.1/conf/4.x/schema_extra_fields.xml
@@ -0,0 +1,23 @@
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.1/conf/4.x/schema_extra_types.xml b/configsets/search_api_solr_7.x-1.1/conf/4.x/schema_extra_types.xml
new file mode 100644
index 0000000..e82072e
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.1/conf/4.x/schema_extra_types.xml
@@ -0,0 +1,30 @@
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.1/conf/4.x/solrconfig.xml b/configsets/search_api_solr_7.x-1.1/conf/4.x/solrconfig.xml
new file mode 100644
index 0000000..d408253
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.1/conf/4.x/solrconfig.xml
@@ -0,0 +1,1603 @@
+
+
+
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+ ${solr.luceneMatchVersion:LUCENE_40}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+
+ 4
+
+ 32
+
+
+
+ 2147483647
+ 100000
+ 1000
+
+
+
+
+
+
+
+
+ single
+
+
+
+
+ false
+ 32
+ 10
+
+
+ false
+
+
+ true
+
+
+
+
+ 1
+
+ 0
+
+
+
+
+
+ false
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.autoCommit.MaxDocs:10000}
+ ${solr.autoCommit.MaxTime:120000}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+ 20
+
+
+ 200
+
+
+
+
+
+
+
+
+
+
+
+ solr rocks010
+
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ edismax
+ explicit
+ true
+ 0.01
+
+ ${solr.pinkPony.timeAllowed:-1}
+ *:*
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+ ${solr.mlt.timeAllowed:2000}
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text
+ true
+ ignored_
+
+
+ true
+ links
+ ignored_
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ pinkPony
+ solrpingquery
+
+
+ all
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+ ${solr.replication.master:false}
+ commit
+ startup
+ ${solr.replication.confFiles:schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml}
+
+
+ ${solr.replication.slave:false}
+ ${solr.replication.masterUrl:http://localhost:8983/solr}/replication
+ ${solr.replication.pollInterval:00:00:60}
+
+
+
+
+
+
+
+
+ false
+ false
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+
+
+
+ true
+
+
+ tvComponent
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+ terms
+
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ,,
+ ,,
+ ,,
+ ,,
+ ,]]>
+ ]]>
+
+
+
+
+
+ 10
+ .,!?
+
+
+
+
+
+
+ WORD
+
+
+ en
+ US
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/plain; charset=UTF-8
+
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+ *:*
+
+
+
+
+
+
+
+
+
+
+ textSpell
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.1/conf/4.x/solrconfig_extra.xml b/configsets/search_api_solr_7.x-1.1/conf/4.x/solrconfig_extra.xml
new file mode 100644
index 0000000..c5bc3ac
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.1/conf/4.x/solrconfig_extra.xml
@@ -0,0 +1,80 @@
+
+
+
+textSpell
+
+
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.1/conf/4.x/solrcore.properties b/configsets/search_api_solr_7.x-1.1/conf/4.x/solrcore.properties
new file mode 100644
index 0000000..a2eb167
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.1/conf/4.x/solrcore.properties
@@ -0,0 +1,12 @@
+# Defines Solr properties for this specific core.
+solr.replication.master=false
+solr.replication.slave=false
+solr.replication.pollInterval=00:00:60
+solr.replication.masterUrl=http://localhost:8983/solr
+solr.replication.confFiles=schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml
+solr.mlt.timeAllowed=2000
+# You should not set your luceneVersion to anything lower then your Solr Version.
+solr.luceneMatchVersion=LUCENE_40
+solr.pinkPony.timeAllowed=-1
+solr.autoCommit.MaxDocs=10000
+solr.autoCommit.MaxTime=120000
diff --git a/configsets/search_api_solr_7.x-1.1/conf/4.x/stopwords.txt b/configsets/search_api_solr_7.x-1.1/conf/4.x/stopwords.txt
new file mode 100644
index 0000000..045f6d1
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.1/conf/4.x/stopwords.txt
@@ -0,0 +1,4 @@
+# Contains words which shouldn't be indexed for fulltext fields, e.g., because
+# they're to common. For documentation of the format, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.StopFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_7.x-1.1/conf/4.x/synonyms.txt b/configsets/search_api_solr_7.x-1.1/conf/4.x/synonyms.txt
new file mode 100644
index 0000000..7d22eea
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.1/conf/4.x/synonyms.txt
@@ -0,0 +1,3 @@
+# Contains synonyms to use for your index. For the format used, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.SynonymFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_7.x-1.10/conf/3.x/elevate.xml b/configsets/search_api_solr_7.x-1.10/conf/3.x/elevate.xml
new file mode 100644
index 0000000..71ea000
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.10/conf/3.x/elevate.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.10/conf/3.x/mapping-ISOLatin1Accent.txt b/configsets/search_api_solr_7.x-1.10/conf/3.x/mapping-ISOLatin1Accent.txt
new file mode 100644
index 0000000..b92d03c
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.10/conf/3.x/mapping-ISOLatin1Accent.txt
@@ -0,0 +1,14 @@
+# This file contains character mappings for the default fulltext field type.
+# The source characters (on the left) will be replaced by the respective target
+# characters before any other processing takes place.
+# Lines starting with a pound character # are ignored.
+#
+# For sensible defaults, use the mapping-ISOLatin1Accent.txt file distributed
+# with the example application of your Solr version.
+#
+# Examples:
+# "À" => "A"
+# "\u00c4" => "A"
+# "\u00c4" => "\u0041"
+# "æ" => "ae"
+# "\n" => " "
diff --git a/configsets/search_api_solr_7.x-1.10/conf/3.x/protwords.txt b/configsets/search_api_solr_7.x-1.10/conf/3.x/protwords.txt
new file mode 100644
index 0000000..cda8581
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.10/conf/3.x/protwords.txt
@@ -0,0 +1,7 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
diff --git a/configsets/search_api_solr_7.x-1.10/conf/3.x/schema.xml b/configsets/search_api_solr_7.x-1.10/conf/3.x/schema.xml
new file mode 100644
index 0000000..de4b870
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.10/conf/3.x/schema.xml
@@ -0,0 +1,588 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id
+
+
+ content
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.10/conf/3.x/schema_extra_fields.xml b/configsets/search_api_solr_7.x-1.10/conf/3.x/schema_extra_fields.xml
new file mode 100644
index 0000000..9ecd5f4
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.10/conf/3.x/schema_extra_fields.xml
@@ -0,0 +1,23 @@
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.10/conf/3.x/schema_extra_types.xml b/configsets/search_api_solr_7.x-1.10/conf/3.x/schema_extra_types.xml
new file mode 100644
index 0000000..e82072e
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.10/conf/3.x/schema_extra_types.xml
@@ -0,0 +1,30 @@
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.10/conf/3.x/solrconfig.xml b/configsets/search_api_solr_7.x-1.10/conf/3.x/solrconfig.xml
new file mode 100644
index 0000000..d6cc7ac
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.10/conf/3.x/solrconfig.xml
@@ -0,0 +1,1614 @@
+
+
+
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+ ${solr.luceneMatchVersion:LUCENE_35}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+
+ 4
+
+ 32
+
+
+
+ 2147483647
+ 100000
+ 1000
+
+
+
+
+
+
+
+
+ single
+
+
+
+
+
+
+
+
+ false
+ 32
+ 10
+
+
+ false
+
+
+ true
+
+
+
+
+ 1
+
+ 0
+
+
+
+
+
+ false
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.autoCommit.MaxDocs:10000}
+ ${solr.autoCommit.MaxTime:120000}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+ 20
+
+
+ 200
+
+
+
+
+
+
+
+
+
+
+
+ solr rocks010
+
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ edismax
+ explicit
+ true
+ 0.01
+
+ ${solr.pinkPony.timeAllowed:-1}
+ *:*
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+ elevator
+
+
+
+
+
+
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+ ${solr.mlt.timeAllowed:2000}
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text
+ true
+ ignored_
+
+
+ true
+ links
+ ignored_
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ pinkPony
+ solrpingquery
+
+
+ all
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+ ${solr.replication.master:false}
+ commit
+ startup
+ ${solr.replication.confFiles:schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml}
+
+
+ ${solr.replication.slave:false}
+ ${solr.replication.masterUrl:http://localhost:8983/solr}/replication
+ ${solr.replication.pollInterval:00:00:60}
+
+
+
+
+
+
+
+
+ false
+ false
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+
+
+
+ true
+
+
+ tvComponent
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+ terms
+
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ,,
+ ,,
+ ,,
+ ,,
+ ,]]>
+ ]]>
+
+
+
+
+
+ 10
+ .,!?
+
+
+
+
+
+
+ WORD
+
+
+ en
+ US
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/plain; charset=UTF-8
+
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+ *:*
+
+
+
+
+
+
+
+
+
+
+
+ textSpell
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.10/conf/3.x/solrconfig_extra.xml b/configsets/search_api_solr_7.x-1.10/conf/3.x/solrconfig_extra.xml
new file mode 100644
index 0000000..c5bc3ac
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.10/conf/3.x/solrconfig_extra.xml
@@ -0,0 +1,80 @@
+
+
+
+textSpell
+
+
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.10/conf/3.x/solrcore.properties b/configsets/search_api_solr_7.x-1.10/conf/3.x/solrcore.properties
new file mode 100644
index 0000000..bc46886
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.10/conf/3.x/solrcore.properties
@@ -0,0 +1,16 @@
+# Defines Solr properties for this specific core.
+solr.replication.master=false
+solr.replication.slave=false
+solr.replication.pollInterval=00:00:60
+solr.replication.masterUrl=http://localhost:8983/solr
+solr.replication.confFiles=schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml
+solr.mlt.timeAllowed=2000
+# You should not set your luceneMatchVersion to anything lower than your Solr
+# Version.
+solr.luceneMatchVersion=LUCENE_35
+solr.pinkPony.timeAllowed=-1
+# autoCommit after 10000 docs
+solr.autoCommit.MaxDocs=10000
+# autoCommit after 2 minutes
+solr.autoCommit.MaxTime=120000
+solr.contrib.dir=../../contrib
diff --git a/configsets/search_api_solr_7.x-1.10/conf/3.x/stopwords.txt b/configsets/search_api_solr_7.x-1.10/conf/3.x/stopwords.txt
new file mode 100644
index 0000000..d7f243e
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.10/conf/3.x/stopwords.txt
@@ -0,0 +1,4 @@
+# Contains words which shouldn't be indexed for fulltext fields, e.g., because
+# they're too common. For documentation of the format, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.StopFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_7.x-1.10/conf/3.x/synonyms.txt b/configsets/search_api_solr_7.x-1.10/conf/3.x/synonyms.txt
new file mode 100644
index 0000000..7d22eea
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.10/conf/3.x/synonyms.txt
@@ -0,0 +1,3 @@
+# Contains synonyms to use for your index. For the format used, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.SynonymFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_7.x-1.10/conf/4.x/elevate.xml b/configsets/search_api_solr_7.x-1.10/conf/4.x/elevate.xml
new file mode 100644
index 0000000..71ea000
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.10/conf/4.x/elevate.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.10/conf/4.x/mapping-ISOLatin1Accent.txt b/configsets/search_api_solr_7.x-1.10/conf/4.x/mapping-ISOLatin1Accent.txt
new file mode 100644
index 0000000..b92d03c
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.10/conf/4.x/mapping-ISOLatin1Accent.txt
@@ -0,0 +1,14 @@
+# This file contains character mappings for the default fulltext field type.
+# The source characters (on the left) will be replaced by the respective target
+# characters before any other processing takes place.
+# Lines starting with a pound character # are ignored.
+#
+# For sensible defaults, use the mapping-ISOLatin1Accent.txt file distributed
+# with the example application of your Solr version.
+#
+# Examples:
+# "À" => "A"
+# "\u00c4" => "A"
+# "\u00c4" => "\u0041"
+# "æ" => "ae"
+# "\n" => " "
diff --git a/configsets/search_api_solr_7.x-1.10/conf/4.x/protwords.txt b/configsets/search_api_solr_7.x-1.10/conf/4.x/protwords.txt
new file mode 100644
index 0000000..cda8581
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.10/conf/4.x/protwords.txt
@@ -0,0 +1,7 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
diff --git a/configsets/search_api_solr_7.x-1.10/conf/4.x/schema.xml b/configsets/search_api_solr_7.x-1.10/conf/4.x/schema.xml
new file mode 100644
index 0000000..6d9011a
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.10/conf/4.x/schema.xml
@@ -0,0 +1,594 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id
+
+
+ content
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.10/conf/4.x/schema_extra_fields.xml b/configsets/search_api_solr_7.x-1.10/conf/4.x/schema_extra_fields.xml
new file mode 100644
index 0000000..9ecd5f4
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.10/conf/4.x/schema_extra_fields.xml
@@ -0,0 +1,23 @@
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.10/conf/4.x/schema_extra_types.xml b/configsets/search_api_solr_7.x-1.10/conf/4.x/schema_extra_types.xml
new file mode 100644
index 0000000..e82072e
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.10/conf/4.x/schema_extra_types.xml
@@ -0,0 +1,30 @@
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.10/conf/4.x/solrconfig.xml b/configsets/search_api_solr_7.x-1.10/conf/4.x/solrconfig.xml
new file mode 100644
index 0000000..151d9a4
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.10/conf/4.x/solrconfig.xml
@@ -0,0 +1,1641 @@
+
+
+
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+ ${solr.luceneMatchVersion:LUCENE_40}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+
+ 4
+
+ 32
+
+
+
+ 2147483647
+ 100000
+ 1000
+
+
+
+
+
+
+
+
+ single
+
+
+
+
+
+ false
+
+
+ true
+
+
+
+
+ 1
+
+ 0
+
+
+
+
+
+ false
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.autoCommit.MaxDocs:10000}
+ ${solr.autoCommit.MaxTime:120000}
+
+
+
+
+ ${solr.autoSoftCommit.MaxDocs:2000}
+ ${solr.autoSoftCommit.MaxTime:10000}
+
+
+
+
+
+
+
+
+ ${solr.data.dir:}
+
+
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+ 20
+
+
+ 200
+
+
+
+
+
+
+
+
+
+
+
+ solr rocks010
+
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ edismax
+ explicit
+ true
+ 0.01
+
+ ${solr.pinkPony.timeAllowed:-1}
+ *:*
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+ elevator
+
+
+
+
+
+
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+ ${solr.mlt.timeAllowed:2000}
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text
+ true
+ ignored_
+
+
+ true
+ links
+ ignored_
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ pinkPony
+ solrpingquery
+ false
+
+
+ all
+
+
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+ ${solr.replication.master:false}
+ commit
+ startup
+ ${solr.replication.confFiles:schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml}
+
+
+ ${solr.replication.slave:false}
+ ${solr.replication.masterUrl:http://localhost:8983/solr}/replication
+ ${solr.replication.pollInterval:00:00:60}
+
+
+
+
+
+
+ true
+ json
+ true
+
+
+
+
+
+
+
+
+ false
+ false
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+
+
+
+ true
+
+
+ tvComponent
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+ terms
+
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ,,
+ ,,
+ ,,
+ ,,
+ ,]]>
+ ]]>
+
+
+
+
+
+ 10
+ .,!?
+
+
+
+
+
+
+ WORD
+
+
+ en
+ US
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/plain; charset=UTF-8
+
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+ *:*
+
+
+
+
+
+
+
+
+
+
+
+ textSpell
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.10/conf/4.x/solrconfig_extra.xml b/configsets/search_api_solr_7.x-1.10/conf/4.x/solrconfig_extra.xml
new file mode 100644
index 0000000..c5bc3ac
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.10/conf/4.x/solrconfig_extra.xml
@@ -0,0 +1,80 @@
+
+
+
+textSpell
+
+
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.10/conf/4.x/solrcore.properties b/configsets/search_api_solr_7.x-1.10/conf/4.x/solrcore.properties
new file mode 100644
index 0000000..b7f8f6c
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.10/conf/4.x/solrcore.properties
@@ -0,0 +1,20 @@
+# Defines Solr properties for this specific core.
+solr.replication.master=false
+solr.replication.slave=false
+solr.replication.pollInterval=00:00:60
+solr.replication.masterUrl=http://localhost:8983/solr
+solr.replication.confFiles=schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml
+solr.mlt.timeAllowed=2000
+# You should not set your luceneMatchVersion to anything lower than your Solr
+# Version.
+solr.luceneMatchVersion=LUCENE_40
+solr.pinkPony.timeAllowed=-1
+# autoCommit after 10000 docs
+solr.autoCommit.MaxDocs=10000
+# autoCommit after 2 minutes
+solr.autoCommit.MaxTime=120000
+# autoSoftCommit after 2000 docs
+solr.autoSoftCommit.MaxDocs=2000
+# autoSoftCommit after 10 seconds
+solr.autoSoftCommit.MaxTime=10000
+solr.contrib.dir=../../../contrib
diff --git a/configsets/search_api_solr_7.x-1.10/conf/4.x/stopwords.txt b/configsets/search_api_solr_7.x-1.10/conf/4.x/stopwords.txt
new file mode 100644
index 0000000..d7f243e
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.10/conf/4.x/stopwords.txt
@@ -0,0 +1,4 @@
+# Contains words which shouldn't be indexed for fulltext fields, e.g., because
+# they're too common. For documentation of the format, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.StopFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_7.x-1.10/conf/4.x/synonyms.txt b/configsets/search_api_solr_7.x-1.10/conf/4.x/synonyms.txt
new file mode 100644
index 0000000..7d22eea
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.10/conf/4.x/synonyms.txt
@@ -0,0 +1,3 @@
+# Contains synonyms to use for your index. For the format used, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.SynonymFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_7.x-1.10/conf/5.x/elevate.xml b/configsets/search_api_solr_7.x-1.10/conf/5.x/elevate.xml
new file mode 100644
index 0000000..71ea000
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.10/conf/5.x/elevate.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.10/conf/5.x/mapping-ISOLatin1Accent.txt b/configsets/search_api_solr_7.x-1.10/conf/5.x/mapping-ISOLatin1Accent.txt
new file mode 100644
index 0000000..b92d03c
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.10/conf/5.x/mapping-ISOLatin1Accent.txt
@@ -0,0 +1,14 @@
+# This file contains character mappings for the default fulltext field type.
+# The source characters (on the left) will be replaced by the respective target
+# characters before any other processing takes place.
+# Lines starting with a pound character # are ignored.
+#
+# For sensible defaults, use the mapping-ISOLatin1Accent.txt file distributed
+# with the example application of your Solr version.
+#
+# Examples:
+# "À" => "A"
+# "\u00c4" => "A"
+# "\u00c4" => "\u0041"
+# "æ" => "ae"
+# "\n" => " "
diff --git a/configsets/search_api_solr_7.x-1.10/conf/5.x/protwords.txt b/configsets/search_api_solr_7.x-1.10/conf/5.x/protwords.txt
new file mode 100644
index 0000000..cda8581
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.10/conf/5.x/protwords.txt
@@ -0,0 +1,7 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
diff --git a/configsets/search_api_solr_7.x-1.10/conf/5.x/schema.xml b/configsets/search_api_solr_7.x-1.10/conf/5.x/schema.xml
new file mode 100644
index 0000000..ffbc80d
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.10/conf/5.x/schema.xml
@@ -0,0 +1,693 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.10/conf/5.x/schema_extra_fields.xml b/configsets/search_api_solr_7.x-1.10/conf/5.x/schema_extra_fields.xml
new file mode 100644
index 0000000..02b3655
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.10/conf/5.x/schema_extra_fields.xml
@@ -0,0 +1,23 @@
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.10/conf/5.x/schema_extra_types.xml b/configsets/search_api_solr_7.x-1.10/conf/5.x/schema_extra_types.xml
new file mode 100644
index 0000000..bd716b8
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.10/conf/5.x/schema_extra_types.xml
@@ -0,0 +1,34 @@
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.10/conf/5.x/solrconfig.xml b/configsets/search_api_solr_7.x-1.10/conf/5.x/solrconfig.xml
new file mode 100644
index 0000000..c378343
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.10/conf/5.x/solrconfig.xml
@@ -0,0 +1,1808 @@
+
+
+
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+ ${solr.luceneMatchVersion:5.0.0}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.data.dir:}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 32
+
+
+
+
+
+
+
+
+
+ 4
+
+
+ ${solr.lock.type:native}
+
+
+
+
+
+ false
+
+
+ true
+
+
+
+
+ 1
+
+ 0
+
+
+
+
+
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.autoCommit.MaxDocs:10000}
+ ${solr.autoCommit.MaxTime:120000}
+
+
+
+
+ ${solr.autoSoftCommit.MaxDocs:2000}
+ ${solr.autoSoftCommit.MaxTime:10000}
+
+
+
+
+
+
+
+
+ ${solr.data.dir:}
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+ -1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+ 20
+
+
+ 200
+
+
+
+
+
+
+
+
+
+
+
+ solr rocks010
+
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ explicit
+ json
+ true
+ text
+ AND
+
+
+
+
+
+
+
+ {!xport}
+ xsort
+ false
+
+
+
+ query
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ edismax
+ content
+ explicit
+ true
+ 0.01
+
+ ${solr.pinkPony.timeAllowed:-1}
+ *:*
+ AND
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+ elevator
+
+
+
+
+
+
+ content
+ AND
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+ ${solr.mlt.timeAllowed:2000}
+
+
+
+
+
+
+ content
+ explicit
+ true
+ AND
+
+
+
+
+
+
+
+ text
+
+
+
+
+
+
+ _src_
+
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text
+ true
+ ignored_
+
+
+ true
+ links
+ ignored_
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+ ${solr.replication.master:false}
+ commit
+ startup
+ ${solr.replication.confFiles:schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml}
+
+
+ ${solr.replication.slave:false}
+ ${solr.replication.masterUrl:http://localhost:8983/solr}/replication
+ ${solr.replication.pollInterval:00:00:60}
+
+
+
+
+
+
+ true
+ json
+ true
+ AND
+
+
+
+
+
+
+
+
+
+ default
+ wordbreak
+ false
+ false
+ 1
+ 5
+ 5
+ true
+ true
+ 10
+ 5
+
+
+ spellcheck
+
+
+
+
+
+
+ mySuggester
+ FuzzyLookupFactory
+ DocumentDictionaryFactory
+ cat
+ price
+ string
+
+
+
+
+
+ true
+ 10
+
+
+ suggest
+
+
+
+
+
+
+
+
+
+ true
+
+
+ tvComponent
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+ terms
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ,,
+ ,,
+ ,,
+ ,,
+ ,]]>
+ ]]>
+
+
+
+
+
+ 10
+ .,!?
+
+
+
+
+
+
+ WORD
+
+
+ en
+ US
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/plain; charset=UTF-8
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+ *:*
+
+
+
+
+
+
+
+
+
+
+
+ textSpell
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.10/conf/5.x/solrconfig_extra.xml b/configsets/search_api_solr_7.x-1.10/conf/5.x/solrconfig_extra.xml
new file mode 100644
index 0000000..c5bc3ac
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.10/conf/5.x/solrconfig_extra.xml
@@ -0,0 +1,80 @@
+
+
+
+textSpell
+
+
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.10/conf/5.x/solrcore.properties b/configsets/search_api_solr_7.x-1.10/conf/5.x/solrcore.properties
new file mode 100644
index 0000000..9a2572a
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.10/conf/5.x/solrcore.properties
@@ -0,0 +1,20 @@
+# Defines Solr properties for this specific core.
+solr.replication.master=false
+solr.replication.slave=false
+solr.replication.pollInterval=00:00:60
+solr.replication.masterUrl=http://localhost:8983/solr
+solr.replication.confFiles=schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml
+solr.mlt.timeAllowed=2000
+# You should not set your luceneMatchVersion to anything lower than your Solr
+# Version.
+solr.luceneMatchVersion=5.0.0
+solr.pinkPony.timeAllowed=-1
+# autoCommit after 10000 docs
+solr.autoCommit.MaxDocs=10000
+# autoCommit after 2 minutes
+solr.autoCommit.MaxTime=120000
+# autoSoftCommit after 2000 docs
+solr.autoSoftCommit.MaxDocs=2000
+# autoSoftCommit after 10 seconds
+solr.autoSoftCommit.MaxTime=10000
+solr.contrib.dir=../../../contrib
diff --git a/configsets/search_api_solr_7.x-1.10/conf/5.x/stopwords.txt b/configsets/search_api_solr_7.x-1.10/conf/5.x/stopwords.txt
new file mode 100644
index 0000000..d7f243e
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.10/conf/5.x/stopwords.txt
@@ -0,0 +1,4 @@
+# Contains words which shouldn't be indexed for fulltext fields, e.g., because
+# they're too common. For documentation of the format, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.StopFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_7.x-1.10/conf/5.x/synonyms.txt b/configsets/search_api_solr_7.x-1.10/conf/5.x/synonyms.txt
new file mode 100644
index 0000000..7d22eea
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.10/conf/5.x/synonyms.txt
@@ -0,0 +1,3 @@
+# Contains synonyms to use for your index. For the format used, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.SynonymFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_7.x-1.11/conf/3.x/elevate.xml b/configsets/search_api_solr_7.x-1.11/conf/3.x/elevate.xml
new file mode 100644
index 0000000..71ea000
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.11/conf/3.x/elevate.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.11/conf/3.x/mapping-ISOLatin1Accent.txt b/configsets/search_api_solr_7.x-1.11/conf/3.x/mapping-ISOLatin1Accent.txt
new file mode 100644
index 0000000..b92d03c
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.11/conf/3.x/mapping-ISOLatin1Accent.txt
@@ -0,0 +1,14 @@
+# This file contains character mappings for the default fulltext field type.
+# The source characters (on the left) will be replaced by the respective target
+# characters before any other processing takes place.
+# Lines starting with a pound character # are ignored.
+#
+# For sensible defaults, use the mapping-ISOLatin1Accent.txt file distributed
+# with the example application of your Solr version.
+#
+# Examples:
+# "À" => "A"
+# "\u00c4" => "A"
+# "\u00c4" => "\u0041"
+# "æ" => "ae"
+# "\n" => " "
diff --git a/configsets/search_api_solr_7.x-1.11/conf/3.x/protwords.txt b/configsets/search_api_solr_7.x-1.11/conf/3.x/protwords.txt
new file mode 100644
index 0000000..cda8581
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.11/conf/3.x/protwords.txt
@@ -0,0 +1,7 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
diff --git a/configsets/search_api_solr_7.x-1.11/conf/3.x/schema.xml b/configsets/search_api_solr_7.x-1.11/conf/3.x/schema.xml
new file mode 100644
index 0000000..de4b870
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.11/conf/3.x/schema.xml
@@ -0,0 +1,588 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id
+
+
+ content
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.11/conf/3.x/schema_extra_fields.xml b/configsets/search_api_solr_7.x-1.11/conf/3.x/schema_extra_fields.xml
new file mode 100644
index 0000000..9ecd5f4
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.11/conf/3.x/schema_extra_fields.xml
@@ -0,0 +1,23 @@
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.11/conf/3.x/schema_extra_types.xml b/configsets/search_api_solr_7.x-1.11/conf/3.x/schema_extra_types.xml
new file mode 100644
index 0000000..e82072e
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.11/conf/3.x/schema_extra_types.xml
@@ -0,0 +1,30 @@
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.11/conf/3.x/solrconfig.xml b/configsets/search_api_solr_7.x-1.11/conf/3.x/solrconfig.xml
new file mode 100644
index 0000000..d6cc7ac
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.11/conf/3.x/solrconfig.xml
@@ -0,0 +1,1614 @@
+
+
+
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+ ${solr.luceneMatchVersion:LUCENE_35}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+
+ 4
+
+ 32
+
+
+
+ 2147483647
+ 100000
+ 1000
+
+
+
+
+
+
+
+
+ single
+
+
+
+
+
+
+
+
+ false
+ 32
+ 10
+
+
+ false
+
+
+ true
+
+
+
+
+ 1
+
+ 0
+
+
+
+
+
+ false
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.autoCommit.MaxDocs:10000}
+ ${solr.autoCommit.MaxTime:120000}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+ 20
+
+
+ 200
+
+
+
+
+
+
+
+
+
+
+
+ solr rocks010
+
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ edismax
+ explicit
+ true
+ 0.01
+
+ ${solr.pinkPony.timeAllowed:-1}
+ *:*
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+ elevator
+
+
+
+
+
+
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+ ${solr.mlt.timeAllowed:2000}
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text
+ true
+ ignored_
+
+
+ true
+ links
+ ignored_
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ pinkPony
+ solrpingquery
+
+
+ all
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+ ${solr.replication.master:false}
+ commit
+ startup
+ ${solr.replication.confFiles:schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml}
+
+
+ ${solr.replication.slave:false}
+ ${solr.replication.masterUrl:http://localhost:8983/solr}/replication
+ ${solr.replication.pollInterval:00:00:60}
+
+
+
+
+
+
+
+
+ false
+ false
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+
+
+
+ true
+
+
+ tvComponent
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+ terms
+
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ,,
+ ,,
+ ,,
+ ,,
+ ,]]>
+ ]]>
+
+
+
+
+
+ 10
+ .,!?
+
+
+
+
+
+
+ WORD
+
+
+ en
+ US
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/plain; charset=UTF-8
+
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+ *:*
+
+
+
+
+
+
+
+
+
+
+
+ textSpell
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.11/conf/3.x/solrconfig_extra.xml b/configsets/search_api_solr_7.x-1.11/conf/3.x/solrconfig_extra.xml
new file mode 100644
index 0000000..c5bc3ac
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.11/conf/3.x/solrconfig_extra.xml
@@ -0,0 +1,80 @@
+
+
+
+textSpell
+
+
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.11/conf/3.x/solrcore.properties b/configsets/search_api_solr_7.x-1.11/conf/3.x/solrcore.properties
new file mode 100644
index 0000000..bc46886
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.11/conf/3.x/solrcore.properties
@@ -0,0 +1,16 @@
+# Defines Solr properties for this specific core.
+solr.replication.master=false
+solr.replication.slave=false
+solr.replication.pollInterval=00:00:60
+solr.replication.masterUrl=http://localhost:8983/solr
+solr.replication.confFiles=schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml
+solr.mlt.timeAllowed=2000
+# You should not set your luceneMatchVersion to anything lower than your Solr
+# Version.
+solr.luceneMatchVersion=LUCENE_35
+solr.pinkPony.timeAllowed=-1
+# autoCommit after 10000 docs
+solr.autoCommit.MaxDocs=10000
+# autoCommit after 2 minutes
+solr.autoCommit.MaxTime=120000
+solr.contrib.dir=../../contrib
diff --git a/configsets/search_api_solr_7.x-1.11/conf/3.x/stopwords.txt b/configsets/search_api_solr_7.x-1.11/conf/3.x/stopwords.txt
new file mode 100644
index 0000000..d7f243e
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.11/conf/3.x/stopwords.txt
@@ -0,0 +1,4 @@
+# Contains words which shouldn't be indexed for fulltext fields, e.g., because
+# they're too common. For documentation of the format, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.StopFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_7.x-1.11/conf/3.x/synonyms.txt b/configsets/search_api_solr_7.x-1.11/conf/3.x/synonyms.txt
new file mode 100644
index 0000000..7d22eea
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.11/conf/3.x/synonyms.txt
@@ -0,0 +1,3 @@
+# Contains synonyms to use for your index. For the format used, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.SynonymFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_7.x-1.11/conf/4.x/elevate.xml b/configsets/search_api_solr_7.x-1.11/conf/4.x/elevate.xml
new file mode 100644
index 0000000..71ea000
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.11/conf/4.x/elevate.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.11/conf/4.x/mapping-ISOLatin1Accent.txt b/configsets/search_api_solr_7.x-1.11/conf/4.x/mapping-ISOLatin1Accent.txt
new file mode 100644
index 0000000..b92d03c
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.11/conf/4.x/mapping-ISOLatin1Accent.txt
@@ -0,0 +1,14 @@
+# This file contains character mappings for the default fulltext field type.
+# The source characters (on the left) will be replaced by the respective target
+# characters before any other processing takes place.
+# Lines starting with a pound character # are ignored.
+#
+# For sensible defaults, use the mapping-ISOLatin1Accent.txt file distributed
+# with the example application of your Solr version.
+#
+# Examples:
+# "À" => "A"
+# "\u00c4" => "A"
+# "\u00c4" => "\u0041"
+# "æ" => "ae"
+# "\n" => " "
diff --git a/configsets/search_api_solr_7.x-1.11/conf/4.x/protwords.txt b/configsets/search_api_solr_7.x-1.11/conf/4.x/protwords.txt
new file mode 100644
index 0000000..cda8581
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.11/conf/4.x/protwords.txt
@@ -0,0 +1,7 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
diff --git a/configsets/search_api_solr_7.x-1.11/conf/4.x/schema.xml b/configsets/search_api_solr_7.x-1.11/conf/4.x/schema.xml
new file mode 100644
index 0000000..6d9011a
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.11/conf/4.x/schema.xml
@@ -0,0 +1,594 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id
+
+
+ content
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.11/conf/4.x/schema_extra_fields.xml b/configsets/search_api_solr_7.x-1.11/conf/4.x/schema_extra_fields.xml
new file mode 100644
index 0000000..9ecd5f4
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.11/conf/4.x/schema_extra_fields.xml
@@ -0,0 +1,23 @@
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.11/conf/4.x/schema_extra_types.xml b/configsets/search_api_solr_7.x-1.11/conf/4.x/schema_extra_types.xml
new file mode 100644
index 0000000..e82072e
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.11/conf/4.x/schema_extra_types.xml
@@ -0,0 +1,30 @@
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.11/conf/4.x/solrconfig.xml b/configsets/search_api_solr_7.x-1.11/conf/4.x/solrconfig.xml
new file mode 100644
index 0000000..151d9a4
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.11/conf/4.x/solrconfig.xml
@@ -0,0 +1,1641 @@
+
+
+
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+ ${solr.luceneMatchVersion:LUCENE_40}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+
+ 4
+
+ 32
+
+
+
+ 2147483647
+ 100000
+ 1000
+
+
+
+
+
+
+
+
+ single
+
+
+
+
+
+ false
+
+
+ true
+
+
+
+
+ 1
+
+ 0
+
+
+
+
+
+ false
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.autoCommit.MaxDocs:10000}
+ ${solr.autoCommit.MaxTime:120000}
+
+
+
+
+ ${solr.autoSoftCommit.MaxDocs:2000}
+ ${solr.autoSoftCommit.MaxTime:10000}
+
+
+
+
+
+
+
+
+ ${solr.data.dir:}
+
+
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+ 20
+
+
+ 200
+
+
+
+
+
+
+
+
+
+
+
+ solr rocks010
+
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ edismax
+ explicit
+ true
+ 0.01
+
+ ${solr.pinkPony.timeAllowed:-1}
+ *:*
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+ elevator
+
+
+
+
+
+
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+ ${solr.mlt.timeAllowed:2000}
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text
+ true
+ ignored_
+
+
+ true
+ links
+ ignored_
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ pinkPony
+ solrpingquery
+ false
+
+
+ all
+
+
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+ ${solr.replication.master:false}
+ commit
+ startup
+ ${solr.replication.confFiles:schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml}
+
+
+ ${solr.replication.slave:false}
+ ${solr.replication.masterUrl:http://localhost:8983/solr}/replication
+ ${solr.replication.pollInterval:00:00:60}
+
+
+
+
+
+
+ true
+ json
+ true
+
+
+
+
+
+
+
+
+ false
+ false
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+
+
+
+ true
+
+
+ tvComponent
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+ terms
+
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ,,
+ ,,
+ ,,
+ ,,
+ ,]]>
+ ]]>
+
+
+
+
+
+ 10
+ .,!?
+
+
+
+
+
+
+ WORD
+
+
+ en
+ US
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/plain; charset=UTF-8
+
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+ *:*
+
+
+
+
+
+
+
+
+
+
+
+ textSpell
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.11/conf/4.x/solrconfig_extra.xml b/configsets/search_api_solr_7.x-1.11/conf/4.x/solrconfig_extra.xml
new file mode 100644
index 0000000..c5bc3ac
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.11/conf/4.x/solrconfig_extra.xml
@@ -0,0 +1,80 @@
+
+
+
+textSpell
+
+
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.11/conf/4.x/solrcore.properties b/configsets/search_api_solr_7.x-1.11/conf/4.x/solrcore.properties
new file mode 100644
index 0000000..b7f8f6c
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.11/conf/4.x/solrcore.properties
@@ -0,0 +1,20 @@
+# Defines Solr properties for this specific core.
+solr.replication.master=false
+solr.replication.slave=false
+solr.replication.pollInterval=00:00:60
+solr.replication.masterUrl=http://localhost:8983/solr
+solr.replication.confFiles=schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml
+solr.mlt.timeAllowed=2000
+# You should not set your luceneMatchVersion to anything lower than your Solr
+# Version.
+solr.luceneMatchVersion=LUCENE_40
+solr.pinkPony.timeAllowed=-1
+# autoCommit after 10000 docs
+solr.autoCommit.MaxDocs=10000
+# autoCommit after 2 minutes
+solr.autoCommit.MaxTime=120000
+# autoSoftCommit after 2000 docs
+solr.autoSoftCommit.MaxDocs=2000
+# autoSoftCommit after 10 seconds
+solr.autoSoftCommit.MaxTime=10000
+solr.contrib.dir=../../../contrib
diff --git a/configsets/search_api_solr_7.x-1.11/conf/4.x/stopwords.txt b/configsets/search_api_solr_7.x-1.11/conf/4.x/stopwords.txt
new file mode 100644
index 0000000..d7f243e
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.11/conf/4.x/stopwords.txt
@@ -0,0 +1,4 @@
+# Contains words which shouldn't be indexed for fulltext fields, e.g., because
+# they're too common. For documentation of the format, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.StopFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_7.x-1.11/conf/4.x/synonyms.txt b/configsets/search_api_solr_7.x-1.11/conf/4.x/synonyms.txt
new file mode 100644
index 0000000..7d22eea
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.11/conf/4.x/synonyms.txt
@@ -0,0 +1,3 @@
+# Contains synonyms to use for your index. For the format used, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.SynonymFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_7.x-1.11/conf/5.x/elevate.xml b/configsets/search_api_solr_7.x-1.11/conf/5.x/elevate.xml
new file mode 100644
index 0000000..71ea000
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.11/conf/5.x/elevate.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.11/conf/5.x/mapping-ISOLatin1Accent.txt b/configsets/search_api_solr_7.x-1.11/conf/5.x/mapping-ISOLatin1Accent.txt
new file mode 100644
index 0000000..b92d03c
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.11/conf/5.x/mapping-ISOLatin1Accent.txt
@@ -0,0 +1,14 @@
+# This file contains character mappings for the default fulltext field type.
+# The source characters (on the left) will be replaced by the respective target
+# characters before any other processing takes place.
+# Lines starting with a pound character # are ignored.
+#
+# For sensible defaults, use the mapping-ISOLatin1Accent.txt file distributed
+# with the example application of your Solr version.
+#
+# Examples:
+# "À" => "A"
+# "\u00c4" => "A"
+# "\u00c4" => "\u0041"
+# "æ" => "ae"
+# "\n" => " "
diff --git a/configsets/search_api_solr_7.x-1.11/conf/5.x/protwords.txt b/configsets/search_api_solr_7.x-1.11/conf/5.x/protwords.txt
new file mode 100644
index 0000000..cda8581
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.11/conf/5.x/protwords.txt
@@ -0,0 +1,7 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
diff --git a/configsets/search_api_solr_7.x-1.11/conf/5.x/schema.xml b/configsets/search_api_solr_7.x-1.11/conf/5.x/schema.xml
new file mode 100644
index 0000000..ffbc80d
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.11/conf/5.x/schema.xml
@@ -0,0 +1,693 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.11/conf/5.x/schema_extra_fields.xml b/configsets/search_api_solr_7.x-1.11/conf/5.x/schema_extra_fields.xml
new file mode 100644
index 0000000..02b3655
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.11/conf/5.x/schema_extra_fields.xml
@@ -0,0 +1,23 @@
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.11/conf/5.x/schema_extra_types.xml b/configsets/search_api_solr_7.x-1.11/conf/5.x/schema_extra_types.xml
new file mode 100644
index 0000000..bd716b8
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.11/conf/5.x/schema_extra_types.xml
@@ -0,0 +1,34 @@
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.11/conf/5.x/solrconfig.xml b/configsets/search_api_solr_7.x-1.11/conf/5.x/solrconfig.xml
new file mode 100644
index 0000000..c378343
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.11/conf/5.x/solrconfig.xml
@@ -0,0 +1,1808 @@
+
+
+
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+ ${solr.luceneMatchVersion:5.0.0}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.data.dir:}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 32
+
+
+
+
+
+
+
+
+
+ 4
+
+
+ ${solr.lock.type:native}
+
+
+
+
+
+ false
+
+
+ true
+
+
+
+
+ 1
+
+ 0
+
+
+
+
+
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.autoCommit.MaxDocs:10000}
+ ${solr.autoCommit.MaxTime:120000}
+
+
+
+
+ ${solr.autoSoftCommit.MaxDocs:2000}
+ ${solr.autoSoftCommit.MaxTime:10000}
+
+
+
+
+
+
+
+
+ ${solr.data.dir:}
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+ -1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+ 20
+
+
+ 200
+
+
+
+
+
+
+
+
+
+
+
+ solr rocks010
+
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ explicit
+ json
+ true
+ text
+ AND
+
+
+
+
+
+
+
+ {!xport}
+ xsort
+ false
+
+
+
+ query
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ edismax
+ content
+ explicit
+ true
+ 0.01
+
+ ${solr.pinkPony.timeAllowed:-1}
+ *:*
+ AND
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+ elevator
+
+
+
+
+
+
+ content
+ AND
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+ ${solr.mlt.timeAllowed:2000}
+
+
+
+
+
+
+ content
+ explicit
+ true
+ AND
+
+
+
+
+
+
+
+ text
+
+
+
+
+
+
+ _src_
+
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text
+ true
+ ignored_
+
+
+ true
+ links
+ ignored_
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+ ${solr.replication.master:false}
+ commit
+ startup
+ ${solr.replication.confFiles:schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml}
+
+
+ ${solr.replication.slave:false}
+ ${solr.replication.masterUrl:http://localhost:8983/solr}/replication
+ ${solr.replication.pollInterval:00:00:60}
+
+
+
+
+
+
+ true
+ json
+ true
+ AND
+
+
+
+
+
+
+
+
+
+ default
+ wordbreak
+ false
+ false
+ 1
+ 5
+ 5
+ true
+ true
+ 10
+ 5
+
+
+ spellcheck
+
+
+
+
+
+
+ mySuggester
+ FuzzyLookupFactory
+ DocumentDictionaryFactory
+ cat
+ price
+ string
+
+
+
+
+
+ true
+ 10
+
+
+ suggest
+
+
+
+
+
+
+
+
+
+ true
+
+
+ tvComponent
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+ terms
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ,,
+ ,,
+ ,,
+ ,,
+ ,]]>
+ ]]>
+
+
+
+
+
+ 10
+ .,!?
+
+
+
+
+
+
+ WORD
+
+
+ en
+ US
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/plain; charset=UTF-8
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+ *:*
+
+
+
+
+
+
+
+
+
+
+
+ textSpell
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.11/conf/5.x/solrconfig_extra.xml b/configsets/search_api_solr_7.x-1.11/conf/5.x/solrconfig_extra.xml
new file mode 100644
index 0000000..c5bc3ac
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.11/conf/5.x/solrconfig_extra.xml
@@ -0,0 +1,80 @@
+
+
+
+textSpell
+
+
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.11/conf/5.x/solrcore.properties b/configsets/search_api_solr_7.x-1.11/conf/5.x/solrcore.properties
new file mode 100644
index 0000000..9a2572a
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.11/conf/5.x/solrcore.properties
@@ -0,0 +1,20 @@
+# Defines Solr properties for this specific core.
+solr.replication.master=false
+solr.replication.slave=false
+solr.replication.pollInterval=00:00:60
+solr.replication.masterUrl=http://localhost:8983/solr
+solr.replication.confFiles=schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml
+solr.mlt.timeAllowed=2000
+# You should not set your luceneMatchVersion to anything lower than your Solr
+# Version.
+solr.luceneMatchVersion=5.0.0
+solr.pinkPony.timeAllowed=-1
+# autoCommit after 10000 docs
+solr.autoCommit.MaxDocs=10000
+# autoCommit after 2 minutes
+solr.autoCommit.MaxTime=120000
+# autoSoftCommit after 2000 docs
+solr.autoSoftCommit.MaxDocs=2000
+# autoSoftCommit after 10 seconds
+solr.autoSoftCommit.MaxTime=10000
+solr.contrib.dir=../../../contrib
diff --git a/configsets/search_api_solr_7.x-1.11/conf/5.x/stopwords.txt b/configsets/search_api_solr_7.x-1.11/conf/5.x/stopwords.txt
new file mode 100644
index 0000000..d7f243e
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.11/conf/5.x/stopwords.txt
@@ -0,0 +1,4 @@
+# Contains words which shouldn't be indexed for fulltext fields, e.g., because
+# they're too common. For documentation of the format, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.StopFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_7.x-1.11/conf/5.x/synonyms.txt b/configsets/search_api_solr_7.x-1.11/conf/5.x/synonyms.txt
new file mode 100644
index 0000000..7d22eea
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.11/conf/5.x/synonyms.txt
@@ -0,0 +1,3 @@
+# Contains synonyms to use for your index. For the format used, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.SynonymFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_7.x-1.12/conf/3.x/elevate.xml b/configsets/search_api_solr_7.x-1.12/conf/3.x/elevate.xml
new file mode 100644
index 0000000..71ea000
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.12/conf/3.x/elevate.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.12/conf/3.x/mapping-ISOLatin1Accent.txt b/configsets/search_api_solr_7.x-1.12/conf/3.x/mapping-ISOLatin1Accent.txt
new file mode 100644
index 0000000..b92d03c
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.12/conf/3.x/mapping-ISOLatin1Accent.txt
@@ -0,0 +1,14 @@
+# This file contains character mappings for the default fulltext field type.
+# The source characters (on the left) will be replaced by the respective target
+# characters before any other processing takes place.
+# Lines starting with a pound character # are ignored.
+#
+# For sensible defaults, use the mapping-ISOLatin1Accent.txt file distributed
+# with the example application of your Solr version.
+#
+# Examples:
+# "À" => "A"
+# "\u00c4" => "A"
+# "\u00c4" => "\u0041"
+# "æ" => "ae"
+# "\n" => " "
diff --git a/configsets/search_api_solr_7.x-1.12/conf/3.x/protwords.txt b/configsets/search_api_solr_7.x-1.12/conf/3.x/protwords.txt
new file mode 100644
index 0000000..cda8581
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.12/conf/3.x/protwords.txt
@@ -0,0 +1,7 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
diff --git a/configsets/search_api_solr_7.x-1.12/conf/3.x/schema.xml b/configsets/search_api_solr_7.x-1.12/conf/3.x/schema.xml
new file mode 100644
index 0000000..de4b870
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.12/conf/3.x/schema.xml
@@ -0,0 +1,588 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id
+
+
+ content
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.12/conf/3.x/schema_extra_fields.xml b/configsets/search_api_solr_7.x-1.12/conf/3.x/schema_extra_fields.xml
new file mode 100644
index 0000000..9ecd5f4
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.12/conf/3.x/schema_extra_fields.xml
@@ -0,0 +1,23 @@
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.12/conf/3.x/schema_extra_types.xml b/configsets/search_api_solr_7.x-1.12/conf/3.x/schema_extra_types.xml
new file mode 100644
index 0000000..e82072e
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.12/conf/3.x/schema_extra_types.xml
@@ -0,0 +1,30 @@
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.12/conf/3.x/solrconfig.xml b/configsets/search_api_solr_7.x-1.12/conf/3.x/solrconfig.xml
new file mode 100644
index 0000000..d6cc7ac
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.12/conf/3.x/solrconfig.xml
@@ -0,0 +1,1614 @@
+
+
+
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+ ${solr.luceneMatchVersion:LUCENE_35}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+
+ 4
+
+ 32
+
+
+
+ 2147483647
+ 100000
+ 1000
+
+
+
+
+
+
+
+
+ single
+
+
+
+
+
+
+
+
+ false
+ 32
+ 10
+
+
+ false
+
+
+ true
+
+
+
+
+ 1
+
+ 0
+
+
+
+
+
+ false
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.autoCommit.MaxDocs:10000}
+ ${solr.autoCommit.MaxTime:120000}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+ 20
+
+
+ 200
+
+
+
+
+
+
+
+
+
+
+
+ solr rocks010
+
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ edismax
+ explicit
+ true
+ 0.01
+
+ ${solr.pinkPony.timeAllowed:-1}
+ *:*
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+ elevator
+
+
+
+
+
+
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+ ${solr.mlt.timeAllowed:2000}
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text
+ true
+ ignored_
+
+
+ true
+ links
+ ignored_
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ pinkPony
+ solrpingquery
+
+
+ all
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+ ${solr.replication.master:false}
+ commit
+ startup
+ ${solr.replication.confFiles:schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml}
+
+
+ ${solr.replication.slave:false}
+ ${solr.replication.masterUrl:http://localhost:8983/solr}/replication
+ ${solr.replication.pollInterval:00:00:60}
+
+
+
+
+
+
+
+
+ false
+ false
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+
+
+
+ true
+
+
+ tvComponent
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+ terms
+
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ,,
+ ,,
+ ,,
+ ,,
+ ,]]>
+ ]]>
+
+
+
+
+
+ 10
+ .,!?
+
+
+
+
+
+
+ WORD
+
+
+ en
+ US
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/plain; charset=UTF-8
+
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+ *:*
+
+
+
+
+
+
+
+
+
+
+
+ textSpell
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.12/conf/3.x/solrconfig_extra.xml b/configsets/search_api_solr_7.x-1.12/conf/3.x/solrconfig_extra.xml
new file mode 100644
index 0000000..c5bc3ac
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.12/conf/3.x/solrconfig_extra.xml
@@ -0,0 +1,80 @@
+
+
+
+textSpell
+
+
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.12/conf/3.x/solrcore.properties b/configsets/search_api_solr_7.x-1.12/conf/3.x/solrcore.properties
new file mode 100644
index 0000000..bc46886
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.12/conf/3.x/solrcore.properties
@@ -0,0 +1,16 @@
+# Defines Solr properties for this specific core.
+solr.replication.master=false
+solr.replication.slave=false
+solr.replication.pollInterval=00:00:60
+solr.replication.masterUrl=http://localhost:8983/solr
+solr.replication.confFiles=schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml
+solr.mlt.timeAllowed=2000
+# You should not set your luceneMatchVersion to anything lower than your Solr
+# Version.
+solr.luceneMatchVersion=LUCENE_35
+solr.pinkPony.timeAllowed=-1
+# autoCommit after 10000 docs
+solr.autoCommit.MaxDocs=10000
+# autoCommit after 2 minutes
+solr.autoCommit.MaxTime=120000
+solr.contrib.dir=../../contrib
diff --git a/configsets/search_api_solr_7.x-1.12/conf/3.x/stopwords.txt b/configsets/search_api_solr_7.x-1.12/conf/3.x/stopwords.txt
new file mode 100644
index 0000000..d7f243e
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.12/conf/3.x/stopwords.txt
@@ -0,0 +1,4 @@
+# Contains words which shouldn't be indexed for fulltext fields, e.g., because
+# they're too common. For documentation of the format, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.StopFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_7.x-1.12/conf/3.x/synonyms.txt b/configsets/search_api_solr_7.x-1.12/conf/3.x/synonyms.txt
new file mode 100644
index 0000000..7d22eea
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.12/conf/3.x/synonyms.txt
@@ -0,0 +1,3 @@
+# Contains synonyms to use for your index. For the format used, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.SynonymFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_7.x-1.12/conf/4.x/elevate.xml b/configsets/search_api_solr_7.x-1.12/conf/4.x/elevate.xml
new file mode 100644
index 0000000..71ea000
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.12/conf/4.x/elevate.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.12/conf/4.x/mapping-ISOLatin1Accent.txt b/configsets/search_api_solr_7.x-1.12/conf/4.x/mapping-ISOLatin1Accent.txt
new file mode 100644
index 0000000..b92d03c
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.12/conf/4.x/mapping-ISOLatin1Accent.txt
@@ -0,0 +1,14 @@
+# This file contains character mappings for the default fulltext field type.
+# The source characters (on the left) will be replaced by the respective target
+# characters before any other processing takes place.
+# Lines starting with a pound character # are ignored.
+#
+# For sensible defaults, use the mapping-ISOLatin1Accent.txt file distributed
+# with the example application of your Solr version.
+#
+# Examples:
+# "À" => "A"
+# "\u00c4" => "A"
+# "\u00c4" => "\u0041"
+# "æ" => "ae"
+# "\n" => " "
diff --git a/configsets/search_api_solr_7.x-1.12/conf/4.x/protwords.txt b/configsets/search_api_solr_7.x-1.12/conf/4.x/protwords.txt
new file mode 100644
index 0000000..cda8581
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.12/conf/4.x/protwords.txt
@@ -0,0 +1,7 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
diff --git a/configsets/search_api_solr_7.x-1.12/conf/4.x/schema.xml b/configsets/search_api_solr_7.x-1.12/conf/4.x/schema.xml
new file mode 100644
index 0000000..6d9011a
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.12/conf/4.x/schema.xml
@@ -0,0 +1,594 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id
+
+
+ content
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.12/conf/4.x/schema_extra_fields.xml b/configsets/search_api_solr_7.x-1.12/conf/4.x/schema_extra_fields.xml
new file mode 100644
index 0000000..9ecd5f4
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.12/conf/4.x/schema_extra_fields.xml
@@ -0,0 +1,23 @@
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.12/conf/4.x/schema_extra_types.xml b/configsets/search_api_solr_7.x-1.12/conf/4.x/schema_extra_types.xml
new file mode 100644
index 0000000..e82072e
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.12/conf/4.x/schema_extra_types.xml
@@ -0,0 +1,30 @@
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.12/conf/4.x/solrconfig.xml b/configsets/search_api_solr_7.x-1.12/conf/4.x/solrconfig.xml
new file mode 100644
index 0000000..151d9a4
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.12/conf/4.x/solrconfig.xml
@@ -0,0 +1,1641 @@
+
+
+
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+ ${solr.luceneMatchVersion:LUCENE_40}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+
+ 4
+
+ 32
+
+
+
+ 2147483647
+ 100000
+ 1000
+
+
+
+
+
+
+
+
+ single
+
+
+
+
+
+ false
+
+
+ true
+
+
+
+
+ 1
+
+ 0
+
+
+
+
+
+ false
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.autoCommit.MaxDocs:10000}
+ ${solr.autoCommit.MaxTime:120000}
+
+
+
+
+ ${solr.autoSoftCommit.MaxDocs:2000}
+ ${solr.autoSoftCommit.MaxTime:10000}
+
+
+
+
+
+
+
+
+ ${solr.data.dir:}
+
+
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+ 20
+
+
+ 200
+
+
+
+
+
+
+
+
+
+
+
+ solr rocks010
+
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ edismax
+ explicit
+ true
+ 0.01
+
+ ${solr.pinkPony.timeAllowed:-1}
+ *:*
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+ elevator
+
+
+
+
+
+
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+ ${solr.mlt.timeAllowed:2000}
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text
+ true
+ ignored_
+
+
+ true
+ links
+ ignored_
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ pinkPony
+ solrpingquery
+ false
+
+
+ all
+
+
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+ ${solr.replication.master:false}
+ commit
+ startup
+ ${solr.replication.confFiles:schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml}
+
+
+ ${solr.replication.slave:false}
+ ${solr.replication.masterUrl:http://localhost:8983/solr}/replication
+ ${solr.replication.pollInterval:00:00:60}
+
+
+
+
+
+
+ true
+ json
+ true
+
+
+
+
+
+
+
+
+ false
+ false
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+
+
+
+ true
+
+
+ tvComponent
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+ terms
+
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ,,
+ ,,
+ ,,
+ ,,
+ ,]]>
+ ]]>
+
+
+
+
+
+ 10
+ .,!?
+
+
+
+
+
+
+ WORD
+
+
+ en
+ US
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/plain; charset=UTF-8
+
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+ *:*
+
+
+
+
+
+
+
+
+
+
+
+ textSpell
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.12/conf/4.x/solrconfig_extra.xml b/configsets/search_api_solr_7.x-1.12/conf/4.x/solrconfig_extra.xml
new file mode 100644
index 0000000..c5bc3ac
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.12/conf/4.x/solrconfig_extra.xml
@@ -0,0 +1,80 @@
+
+
+
+textSpell
+
+
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.12/conf/4.x/solrcore.properties b/configsets/search_api_solr_7.x-1.12/conf/4.x/solrcore.properties
new file mode 100644
index 0000000..b7f8f6c
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.12/conf/4.x/solrcore.properties
@@ -0,0 +1,20 @@
+# Defines Solr properties for this specific core.
+solr.replication.master=false
+solr.replication.slave=false
+solr.replication.pollInterval=00:00:60
+solr.replication.masterUrl=http://localhost:8983/solr
+solr.replication.confFiles=schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml
+solr.mlt.timeAllowed=2000
+# You should not set your luceneMatchVersion to anything lower than your Solr
+# Version.
+solr.luceneMatchVersion=LUCENE_40
+solr.pinkPony.timeAllowed=-1
+# autoCommit after 10000 docs
+solr.autoCommit.MaxDocs=10000
+# autoCommit after 2 minutes
+solr.autoCommit.MaxTime=120000
+# autoSoftCommit after 2000 docs
+solr.autoSoftCommit.MaxDocs=2000
+# autoSoftCommit after 10 seconds
+solr.autoSoftCommit.MaxTime=10000
+solr.contrib.dir=../../../contrib
diff --git a/configsets/search_api_solr_7.x-1.12/conf/4.x/stopwords.txt b/configsets/search_api_solr_7.x-1.12/conf/4.x/stopwords.txt
new file mode 100644
index 0000000..d7f243e
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.12/conf/4.x/stopwords.txt
@@ -0,0 +1,4 @@
+# Contains words which shouldn't be indexed for fulltext fields, e.g., because
+# they're too common. For documentation of the format, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.StopFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_7.x-1.12/conf/4.x/synonyms.txt b/configsets/search_api_solr_7.x-1.12/conf/4.x/synonyms.txt
new file mode 100644
index 0000000..7d22eea
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.12/conf/4.x/synonyms.txt
@@ -0,0 +1,3 @@
+# Contains synonyms to use for your index. For the format used, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.SynonymFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_7.x-1.12/conf/5.x/elevate.xml b/configsets/search_api_solr_7.x-1.12/conf/5.x/elevate.xml
new file mode 100644
index 0000000..71ea000
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.12/conf/5.x/elevate.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.12/conf/5.x/mapping-ISOLatin1Accent.txt b/configsets/search_api_solr_7.x-1.12/conf/5.x/mapping-ISOLatin1Accent.txt
new file mode 100644
index 0000000..b92d03c
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.12/conf/5.x/mapping-ISOLatin1Accent.txt
@@ -0,0 +1,14 @@
+# This file contains character mappings for the default fulltext field type.
+# The source characters (on the left) will be replaced by the respective target
+# characters before any other processing takes place.
+# Lines starting with a pound character # are ignored.
+#
+# For sensible defaults, use the mapping-ISOLatin1Accent.txt file distributed
+# with the example application of your Solr version.
+#
+# Examples:
+# "À" => "A"
+# "\u00c4" => "A"
+# "\u00c4" => "\u0041"
+# "æ" => "ae"
+# "\n" => " "
diff --git a/configsets/search_api_solr_7.x-1.12/conf/5.x/protwords.txt b/configsets/search_api_solr_7.x-1.12/conf/5.x/protwords.txt
new file mode 100644
index 0000000..cda8581
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.12/conf/5.x/protwords.txt
@@ -0,0 +1,7 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
diff --git a/configsets/search_api_solr_7.x-1.12/conf/5.x/schema.xml b/configsets/search_api_solr_7.x-1.12/conf/5.x/schema.xml
new file mode 100644
index 0000000..ffbc80d
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.12/conf/5.x/schema.xml
@@ -0,0 +1,693 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.12/conf/5.x/schema_extra_fields.xml b/configsets/search_api_solr_7.x-1.12/conf/5.x/schema_extra_fields.xml
new file mode 100644
index 0000000..02b3655
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.12/conf/5.x/schema_extra_fields.xml
@@ -0,0 +1,23 @@
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.12/conf/5.x/schema_extra_types.xml b/configsets/search_api_solr_7.x-1.12/conf/5.x/schema_extra_types.xml
new file mode 100644
index 0000000..bd716b8
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.12/conf/5.x/schema_extra_types.xml
@@ -0,0 +1,34 @@
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.12/conf/5.x/solrconfig.xml b/configsets/search_api_solr_7.x-1.12/conf/5.x/solrconfig.xml
new file mode 100644
index 0000000..c378343
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.12/conf/5.x/solrconfig.xml
@@ -0,0 +1,1808 @@
+
+
+
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+ ${solr.luceneMatchVersion:5.0.0}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.data.dir:}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 32
+
+
+
+
+
+
+
+
+
+ 4
+
+
+ ${solr.lock.type:native}
+
+
+
+
+
+ false
+
+
+ true
+
+
+
+
+ 1
+
+ 0
+
+
+
+
+
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.autoCommit.MaxDocs:10000}
+ ${solr.autoCommit.MaxTime:120000}
+
+
+
+
+ ${solr.autoSoftCommit.MaxDocs:2000}
+ ${solr.autoSoftCommit.MaxTime:10000}
+
+
+
+
+
+
+
+
+ ${solr.data.dir:}
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+ -1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+ 20
+
+
+ 200
+
+
+
+
+
+
+
+
+
+
+
+ solr rocks010
+
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ explicit
+ json
+ true
+ text
+ AND
+
+
+
+
+
+
+
+ {!xport}
+ xsort
+ false
+
+
+
+ query
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ edismax
+ content
+ explicit
+ true
+ 0.01
+
+ ${solr.pinkPony.timeAllowed:-1}
+ *:*
+ AND
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+ elevator
+
+
+
+
+
+
+ content
+ AND
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+ ${solr.mlt.timeAllowed:2000}
+
+
+
+
+
+
+ content
+ explicit
+ true
+ AND
+
+
+
+
+
+
+
+ text
+
+
+
+
+
+
+ _src_
+
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text
+ true
+ ignored_
+
+
+ true
+ links
+ ignored_
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+ ${solr.replication.master:false}
+ commit
+ startup
+ ${solr.replication.confFiles:schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml}
+
+
+ ${solr.replication.slave:false}
+ ${solr.replication.masterUrl:http://localhost:8983/solr}/replication
+ ${solr.replication.pollInterval:00:00:60}
+
+
+
+
+
+
+ true
+ json
+ true
+ AND
+
+
+
+
+
+
+
+
+
+ default
+ wordbreak
+ false
+ false
+ 1
+ 5
+ 5
+ true
+ true
+ 10
+ 5
+
+
+ spellcheck
+
+
+
+
+
+
+ mySuggester
+ FuzzyLookupFactory
+ DocumentDictionaryFactory
+ cat
+ price
+ string
+
+
+
+
+
+ true
+ 10
+
+
+ suggest
+
+
+
+
+
+
+
+
+
+ true
+
+
+ tvComponent
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+ terms
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ,,
+ ,,
+ ,,
+ ,,
+ ,]]>
+ ]]>
+
+
+
+
+
+ 10
+ .,!?
+
+
+
+
+
+
+ WORD
+
+
+ en
+ US
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/plain; charset=UTF-8
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+ *:*
+
+
+
+
+
+
+
+
+
+
+
+ textSpell
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.12/conf/5.x/solrconfig_extra.xml b/configsets/search_api_solr_7.x-1.12/conf/5.x/solrconfig_extra.xml
new file mode 100644
index 0000000..c5bc3ac
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.12/conf/5.x/solrconfig_extra.xml
@@ -0,0 +1,80 @@
+
+
+
+textSpell
+
+
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.12/conf/5.x/solrcore.properties b/configsets/search_api_solr_7.x-1.12/conf/5.x/solrcore.properties
new file mode 100644
index 0000000..9a2572a
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.12/conf/5.x/solrcore.properties
@@ -0,0 +1,20 @@
+# Defines Solr properties for this specific core.
+solr.replication.master=false
+solr.replication.slave=false
+solr.replication.pollInterval=00:00:60
+solr.replication.masterUrl=http://localhost:8983/solr
+solr.replication.confFiles=schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml
+solr.mlt.timeAllowed=2000
+# You should not set your luceneMatchVersion to anything lower than your Solr
+# Version.
+solr.luceneMatchVersion=5.0.0
+solr.pinkPony.timeAllowed=-1
+# autoCommit after 10000 docs
+solr.autoCommit.MaxDocs=10000
+# autoCommit after 2 minutes
+solr.autoCommit.MaxTime=120000
+# autoSoftCommit after 2000 docs
+solr.autoSoftCommit.MaxDocs=2000
+# autoSoftCommit after 10 seconds
+solr.autoSoftCommit.MaxTime=10000
+solr.contrib.dir=../../../contrib
diff --git a/configsets/search_api_solr_7.x-1.12/conf/5.x/stopwords.txt b/configsets/search_api_solr_7.x-1.12/conf/5.x/stopwords.txt
new file mode 100644
index 0000000..d7f243e
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.12/conf/5.x/stopwords.txt
@@ -0,0 +1,4 @@
+# Contains words which shouldn't be indexed for fulltext fields, e.g., because
+# they're too common. For documentation of the format, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.StopFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_7.x-1.12/conf/5.x/synonyms.txt b/configsets/search_api_solr_7.x-1.12/conf/5.x/synonyms.txt
new file mode 100644
index 0000000..7d22eea
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.12/conf/5.x/synonyms.txt
@@ -0,0 +1,3 @@
+# Contains synonyms to use for your index. For the format used, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.SynonymFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_7.x-1.12/conf/6.x/elevate.xml b/configsets/search_api_solr_7.x-1.12/conf/6.x/elevate.xml
new file mode 100644
index 0000000..71ea000
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.12/conf/6.x/elevate.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.12/conf/6.x/mapping-ISOLatin1Accent.txt b/configsets/search_api_solr_7.x-1.12/conf/6.x/mapping-ISOLatin1Accent.txt
new file mode 100644
index 0000000..b92d03c
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.12/conf/6.x/mapping-ISOLatin1Accent.txt
@@ -0,0 +1,14 @@
+# This file contains character mappings for the default fulltext field type.
+# The source characters (on the left) will be replaced by the respective target
+# characters before any other processing takes place.
+# Lines starting with a pound character # are ignored.
+#
+# For sensible defaults, use the mapping-ISOLatin1Accent.txt file distributed
+# with the example application of your Solr version.
+#
+# Examples:
+# "À" => "A"
+# "\u00c4" => "A"
+# "\u00c4" => "\u0041"
+# "æ" => "ae"
+# "\n" => " "
diff --git a/configsets/search_api_solr_7.x-1.12/conf/6.x/protwords.txt b/configsets/search_api_solr_7.x-1.12/conf/6.x/protwords.txt
new file mode 100644
index 0000000..cda8581
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.12/conf/6.x/protwords.txt
@@ -0,0 +1,7 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
diff --git a/configsets/search_api_solr_7.x-1.12/conf/6.x/schema.xml b/configsets/search_api_solr_7.x-1.12/conf/6.x/schema.xml
new file mode 100644
index 0000000..d813d12
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.12/conf/6.x/schema.xml
@@ -0,0 +1,693 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.12/conf/6.x/schema_extra_fields.xml b/configsets/search_api_solr_7.x-1.12/conf/6.x/schema_extra_fields.xml
new file mode 100644
index 0000000..02b3655
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.12/conf/6.x/schema_extra_fields.xml
@@ -0,0 +1,23 @@
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.12/conf/6.x/schema_extra_types.xml b/configsets/search_api_solr_7.x-1.12/conf/6.x/schema_extra_types.xml
new file mode 100644
index 0000000..bd716b8
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.12/conf/6.x/schema_extra_types.xml
@@ -0,0 +1,34 @@
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.12/conf/6.x/solrconfig.xml b/configsets/search_api_solr_7.x-1.12/conf/6.x/solrconfig.xml
new file mode 100644
index 0000000..136ccfe
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.12/conf/6.x/solrconfig.xml
@@ -0,0 +1,1793 @@
+
+
+
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+ ${solr.luceneMatchVersion:LUCENE_60}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.data.dir:}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 32
+
+
+
+
+
+
+ 4
+
+
+
+
+
+
+ ${solr.lock.type:native}
+
+
+
+
+
+ true
+
+
+
+
+ 1
+
+ 0
+
+
+
+
+
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.autoCommit.MaxDocs:10000}
+ ${solr.autoCommit.MaxTime:120000}
+
+
+
+
+ ${solr.autoSoftCommit.MaxDocs:2000}
+ ${solr.autoSoftCommit.MaxTime:10000}
+
+
+
+
+
+
+
+
+ ${solr.data.dir:}
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+ -1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+ 20
+
+
+ 200
+
+
+
+
+
+
+
+
+
+
+
+ solr rocks010
+
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ explicit
+ json
+ true
+ text
+
+
+
+
+
+
+
+ {!xport}
+ xsort
+ false
+
+
+
+ query
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ edismax
+ content
+ explicit
+ true
+ 0.01
+
+ ${solr.pinkPony.timeAllowed:-1}
+ *:*
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+ elevator
+
+
+
+
+
+
+ content
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+ ${solr.mlt.timeAllowed:2000}
+
+
+
+
+
+
+ content
+ explicit
+ true
+
+
+
+
+
+
+
+ text
+
+
+
+
+
+
+ _src_
+
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text
+ true
+ ignored_
+
+
+ true
+ links
+ ignored_
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+ ${solr.replication.master:false}
+ commit
+ startup
+ ${solr.replication.confFiles:schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml}
+
+
+ ${solr.replication.slave:false}
+ ${solr.replication.masterUrl:http://localhost:8983/solr}/replication
+ ${solr.replication.pollInterval:00:00:60}
+
+
+
+
+
+
+ true
+ json
+ true
+
+
+
+
+
+
+
+
+
+ default
+ wordbreak
+ false
+ false
+ 1
+ 5
+ 5
+ true
+ true
+ 10
+ 5
+
+
+ spellcheck
+
+
+
+
+
+
+ mySuggester
+ FuzzyLookupFactory
+ DocumentDictionaryFactory
+ cat
+ price
+ string
+
+
+
+
+
+ true
+ 10
+
+
+ suggest
+
+
+
+
+
+
+
+
+
+ true
+
+
+ tvComponent
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+ terms
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ,,
+ ,,
+ ,,
+ ,,
+ ,]]>
+ ]]>
+
+
+
+
+
+ 10
+ .,!?
+
+
+
+
+
+
+ WORD
+
+
+ en
+ US
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/plain; charset=UTF-8
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+ *:*
+
+
+
+
+
+
+
+
+
+
+
+ textSpell
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.12/conf/6.x/solrconfig_extra.xml b/configsets/search_api_solr_7.x-1.12/conf/6.x/solrconfig_extra.xml
new file mode 100644
index 0000000..c5bc3ac
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.12/conf/6.x/solrconfig_extra.xml
@@ -0,0 +1,80 @@
+
+
+
+textSpell
+
+
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.12/conf/6.x/solrcore.properties b/configsets/search_api_solr_7.x-1.12/conf/6.x/solrcore.properties
new file mode 100644
index 0000000..fb8d7d0
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.12/conf/6.x/solrcore.properties
@@ -0,0 +1,20 @@
+# Defines Solr properties for this specific core.
+solr.replication.master=false
+solr.replication.slave=false
+solr.replication.pollInterval=00:00:60
+solr.replication.masterUrl=http://localhost:8983/solr
+solr.replication.confFiles=schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml
+solr.mlt.timeAllowed=2000
+# You should not set your luceneMatchVersion to anything lower than your Solr
+# Version.
+solr.luceneMatchVersion=6.0
+solr.pinkPony.timeAllowed=-1
+# autoCommit after 10000 docs
+solr.autoCommit.MaxDocs=10000
+# autoCommit after 2 minutes
+solr.autoCommit.MaxTime=120000
+# autoSoftCommit after 2000 docs
+solr.autoSoftCommit.MaxDocs=2000
+# autoSoftCommit after 10 seconds
+solr.autoSoftCommit.MaxTime=10000
+solr.contrib.dir=../../../contrib
diff --git a/configsets/search_api_solr_7.x-1.12/conf/6.x/stopwords.txt b/configsets/search_api_solr_7.x-1.12/conf/6.x/stopwords.txt
new file mode 100644
index 0000000..d7f243e
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.12/conf/6.x/stopwords.txt
@@ -0,0 +1,4 @@
+# Contains words which shouldn't be indexed for fulltext fields, e.g., because
+# they're too common. For documentation of the format, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.StopFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_7.x-1.12/conf/6.x/synonyms.txt b/configsets/search_api_solr_7.x-1.12/conf/6.x/synonyms.txt
new file mode 100644
index 0000000..7d22eea
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.12/conf/6.x/synonyms.txt
@@ -0,0 +1,3 @@
+# Contains synonyms to use for your index. For the format used, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.SynonymFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_7.x-1.13/conf/3.x/elevate.xml b/configsets/search_api_solr_7.x-1.13/conf/3.x/elevate.xml
new file mode 100644
index 0000000..71ea000
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.13/conf/3.x/elevate.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.13/conf/3.x/mapping-ISOLatin1Accent.txt b/configsets/search_api_solr_7.x-1.13/conf/3.x/mapping-ISOLatin1Accent.txt
new file mode 100644
index 0000000..b92d03c
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.13/conf/3.x/mapping-ISOLatin1Accent.txt
@@ -0,0 +1,14 @@
+# This file contains character mappings for the default fulltext field type.
+# The source characters (on the left) will be replaced by the respective target
+# characters before any other processing takes place.
+# Lines starting with a pound character # are ignored.
+#
+# For sensible defaults, use the mapping-ISOLatin1Accent.txt file distributed
+# with the example application of your Solr version.
+#
+# Examples:
+# "À" => "A"
+# "\u00c4" => "A"
+# "\u00c4" => "\u0041"
+# "æ" => "ae"
+# "\n" => " "
diff --git a/configsets/search_api_solr_7.x-1.13/conf/3.x/protwords.txt b/configsets/search_api_solr_7.x-1.13/conf/3.x/protwords.txt
new file mode 100644
index 0000000..cda8581
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.13/conf/3.x/protwords.txt
@@ -0,0 +1,7 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
diff --git a/configsets/search_api_solr_7.x-1.13/conf/3.x/schema.xml b/configsets/search_api_solr_7.x-1.13/conf/3.x/schema.xml
new file mode 100644
index 0000000..de4b870
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.13/conf/3.x/schema.xml
@@ -0,0 +1,588 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id
+
+
+ content
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.13/conf/3.x/schema_extra_fields.xml b/configsets/search_api_solr_7.x-1.13/conf/3.x/schema_extra_fields.xml
new file mode 100644
index 0000000..9ecd5f4
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.13/conf/3.x/schema_extra_fields.xml
@@ -0,0 +1,23 @@
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.13/conf/3.x/schema_extra_types.xml b/configsets/search_api_solr_7.x-1.13/conf/3.x/schema_extra_types.xml
new file mode 100644
index 0000000..e82072e
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.13/conf/3.x/schema_extra_types.xml
@@ -0,0 +1,30 @@
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.13/conf/3.x/solrconfig.xml b/configsets/search_api_solr_7.x-1.13/conf/3.x/solrconfig.xml
new file mode 100644
index 0000000..d6cc7ac
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.13/conf/3.x/solrconfig.xml
@@ -0,0 +1,1614 @@
+
+
+
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+ ${solr.luceneMatchVersion:LUCENE_35}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+
+ 4
+
+ 32
+
+
+
+ 2147483647
+ 100000
+ 1000
+
+
+
+
+
+
+
+
+ single
+
+
+
+
+
+
+
+
+ false
+ 32
+ 10
+
+
+ false
+
+
+ true
+
+
+
+
+ 1
+
+ 0
+
+
+
+
+
+ false
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.autoCommit.MaxDocs:10000}
+ ${solr.autoCommit.MaxTime:120000}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+ 20
+
+
+ 200
+
+
+
+
+
+
+
+
+
+
+
+ solr rocks010
+
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ edismax
+ explicit
+ true
+ 0.01
+
+ ${solr.pinkPony.timeAllowed:-1}
+ *:*
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+ elevator
+
+
+
+
+
+
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+ ${solr.mlt.timeAllowed:2000}
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text
+ true
+ ignored_
+
+
+ true
+ links
+ ignored_
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ pinkPony
+ solrpingquery
+
+
+ all
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+ ${solr.replication.master:false}
+ commit
+ startup
+ ${solr.replication.confFiles:schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml}
+
+
+ ${solr.replication.slave:false}
+ ${solr.replication.masterUrl:http://localhost:8983/solr}/replication
+ ${solr.replication.pollInterval:00:00:60}
+
+
+
+
+
+
+
+
+ false
+ false
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+
+
+
+ true
+
+
+ tvComponent
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+ terms
+
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ,,
+ ,,
+ ,,
+ ,,
+ ,]]>
+ ]]>
+
+
+
+
+
+ 10
+ .,!?
+
+
+
+
+
+
+ WORD
+
+
+ en
+ US
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/plain; charset=UTF-8
+
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+ *:*
+
+
+
+
+
+
+
+
+
+
+
+ textSpell
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.13/conf/3.x/solrconfig_extra.xml b/configsets/search_api_solr_7.x-1.13/conf/3.x/solrconfig_extra.xml
new file mode 100644
index 0000000..c5bc3ac
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.13/conf/3.x/solrconfig_extra.xml
@@ -0,0 +1,80 @@
+
+
+
+textSpell
+
+
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.13/conf/3.x/solrcore.properties b/configsets/search_api_solr_7.x-1.13/conf/3.x/solrcore.properties
new file mode 100644
index 0000000..bc46886
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.13/conf/3.x/solrcore.properties
@@ -0,0 +1,16 @@
+# Defines Solr properties for this specific core.
+solr.replication.master=false
+solr.replication.slave=false
+solr.replication.pollInterval=00:00:60
+solr.replication.masterUrl=http://localhost:8983/solr
+solr.replication.confFiles=schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml
+solr.mlt.timeAllowed=2000
+# You should not set your luceneMatchVersion to anything lower than your Solr
+# Version.
+solr.luceneMatchVersion=LUCENE_35
+solr.pinkPony.timeAllowed=-1
+# autoCommit after 10000 docs
+solr.autoCommit.MaxDocs=10000
+# autoCommit after 2 minutes
+solr.autoCommit.MaxTime=120000
+solr.contrib.dir=../../contrib
diff --git a/configsets/search_api_solr_7.x-1.13/conf/3.x/stopwords.txt b/configsets/search_api_solr_7.x-1.13/conf/3.x/stopwords.txt
new file mode 100644
index 0000000..d7f243e
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.13/conf/3.x/stopwords.txt
@@ -0,0 +1,4 @@
+# Contains words which shouldn't be indexed for fulltext fields, e.g., because
+# they're too common. For documentation of the format, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.StopFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_7.x-1.13/conf/3.x/synonyms.txt b/configsets/search_api_solr_7.x-1.13/conf/3.x/synonyms.txt
new file mode 100644
index 0000000..7d22eea
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.13/conf/3.x/synonyms.txt
@@ -0,0 +1,3 @@
+# Contains synonyms to use for your index. For the format used, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.SynonymFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_7.x-1.13/conf/4.x/elevate.xml b/configsets/search_api_solr_7.x-1.13/conf/4.x/elevate.xml
new file mode 100644
index 0000000..71ea000
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.13/conf/4.x/elevate.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.13/conf/4.x/mapping-ISOLatin1Accent.txt b/configsets/search_api_solr_7.x-1.13/conf/4.x/mapping-ISOLatin1Accent.txt
new file mode 100644
index 0000000..b92d03c
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.13/conf/4.x/mapping-ISOLatin1Accent.txt
@@ -0,0 +1,14 @@
+# This file contains character mappings for the default fulltext field type.
+# The source characters (on the left) will be replaced by the respective target
+# characters before any other processing takes place.
+# Lines starting with a pound character # are ignored.
+#
+# For sensible defaults, use the mapping-ISOLatin1Accent.txt file distributed
+# with the example application of your Solr version.
+#
+# Examples:
+# "À" => "A"
+# "\u00c4" => "A"
+# "\u00c4" => "\u0041"
+# "æ" => "ae"
+# "\n" => " "
diff --git a/configsets/search_api_solr_7.x-1.13/conf/4.x/protwords.txt b/configsets/search_api_solr_7.x-1.13/conf/4.x/protwords.txt
new file mode 100644
index 0000000..cda8581
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.13/conf/4.x/protwords.txt
@@ -0,0 +1,7 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
diff --git a/configsets/search_api_solr_7.x-1.13/conf/4.x/schema.xml b/configsets/search_api_solr_7.x-1.13/conf/4.x/schema.xml
new file mode 100644
index 0000000..6d9011a
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.13/conf/4.x/schema.xml
@@ -0,0 +1,594 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id
+
+
+ content
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.13/conf/4.x/schema_extra_fields.xml b/configsets/search_api_solr_7.x-1.13/conf/4.x/schema_extra_fields.xml
new file mode 100644
index 0000000..9ecd5f4
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.13/conf/4.x/schema_extra_fields.xml
@@ -0,0 +1,23 @@
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.13/conf/4.x/schema_extra_types.xml b/configsets/search_api_solr_7.x-1.13/conf/4.x/schema_extra_types.xml
new file mode 100644
index 0000000..e82072e
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.13/conf/4.x/schema_extra_types.xml
@@ -0,0 +1,30 @@
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.13/conf/4.x/solrconfig.xml b/configsets/search_api_solr_7.x-1.13/conf/4.x/solrconfig.xml
new file mode 100644
index 0000000..151d9a4
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.13/conf/4.x/solrconfig.xml
@@ -0,0 +1,1641 @@
+
+
+
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+ ${solr.luceneMatchVersion:LUCENE_40}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+
+ 4
+
+ 32
+
+
+
+ 2147483647
+ 100000
+ 1000
+
+
+
+
+
+
+
+
+ single
+
+
+
+
+
+ false
+
+
+ true
+
+
+
+
+ 1
+
+ 0
+
+
+
+
+
+ false
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.autoCommit.MaxDocs:10000}
+ ${solr.autoCommit.MaxTime:120000}
+
+
+
+
+ ${solr.autoSoftCommit.MaxDocs:2000}
+ ${solr.autoSoftCommit.MaxTime:10000}
+
+
+
+
+
+
+
+
+ ${solr.data.dir:}
+
+
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+ 20
+
+
+ 200
+
+
+
+
+
+
+
+
+
+
+
+ solr rocks010
+
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ edismax
+ explicit
+ true
+ 0.01
+
+ ${solr.pinkPony.timeAllowed:-1}
+ *:*
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+ elevator
+
+
+
+
+
+
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+ ${solr.mlt.timeAllowed:2000}
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text
+ true
+ ignored_
+
+
+ true
+ links
+ ignored_
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ pinkPony
+ solrpingquery
+ false
+
+
+ all
+
+
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+ ${solr.replication.master:false}
+ commit
+ startup
+ ${solr.replication.confFiles:schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml}
+
+
+ ${solr.replication.slave:false}
+ ${solr.replication.masterUrl:http://localhost:8983/solr}/replication
+ ${solr.replication.pollInterval:00:00:60}
+
+
+
+
+
+
+ true
+ json
+ true
+
+
+
+
+
+
+
+
+ false
+ false
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+
+
+
+ true
+
+
+ tvComponent
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+ terms
+
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ,,
+ ,,
+ ,,
+ ,,
+ ,]]>
+ ]]>
+
+
+
+
+
+ 10
+ .,!?
+
+
+
+
+
+
+ WORD
+
+
+ en
+ US
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/plain; charset=UTF-8
+
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+ *:*
+
+
+
+
+
+
+
+
+
+
+
+ textSpell
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.13/conf/4.x/solrconfig_extra.xml b/configsets/search_api_solr_7.x-1.13/conf/4.x/solrconfig_extra.xml
new file mode 100644
index 0000000..c5bc3ac
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.13/conf/4.x/solrconfig_extra.xml
@@ -0,0 +1,80 @@
+
+
+
+textSpell
+
+
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.13/conf/4.x/solrcore.properties b/configsets/search_api_solr_7.x-1.13/conf/4.x/solrcore.properties
new file mode 100644
index 0000000..b7f8f6c
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.13/conf/4.x/solrcore.properties
@@ -0,0 +1,20 @@
+# Defines Solr properties for this specific core.
+solr.replication.master=false
+solr.replication.slave=false
+solr.replication.pollInterval=00:00:60
+solr.replication.masterUrl=http://localhost:8983/solr
+solr.replication.confFiles=schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml
+solr.mlt.timeAllowed=2000
+# You should not set your luceneMatchVersion to anything lower than your Solr
+# Version.
+solr.luceneMatchVersion=LUCENE_40
+solr.pinkPony.timeAllowed=-1
+# autoCommit after 10000 docs
+solr.autoCommit.MaxDocs=10000
+# autoCommit after 2 minutes
+solr.autoCommit.MaxTime=120000
+# autoSoftCommit after 2000 docs
+solr.autoSoftCommit.MaxDocs=2000
+# autoSoftCommit after 10 seconds
+solr.autoSoftCommit.MaxTime=10000
+solr.contrib.dir=../../../contrib
diff --git a/configsets/search_api_solr_7.x-1.13/conf/4.x/stopwords.txt b/configsets/search_api_solr_7.x-1.13/conf/4.x/stopwords.txt
new file mode 100644
index 0000000..d7f243e
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.13/conf/4.x/stopwords.txt
@@ -0,0 +1,4 @@
+# Contains words which shouldn't be indexed for fulltext fields, e.g., because
+# they're too common. For documentation of the format, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.StopFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_7.x-1.13/conf/4.x/synonyms.txt b/configsets/search_api_solr_7.x-1.13/conf/4.x/synonyms.txt
new file mode 100644
index 0000000..7d22eea
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.13/conf/4.x/synonyms.txt
@@ -0,0 +1,3 @@
+# Contains synonyms to use for your index. For the format used, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.SynonymFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_7.x-1.13/conf/5.x/elevate.xml b/configsets/search_api_solr_7.x-1.13/conf/5.x/elevate.xml
new file mode 100644
index 0000000..71ea000
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.13/conf/5.x/elevate.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.13/conf/5.x/mapping-ISOLatin1Accent.txt b/configsets/search_api_solr_7.x-1.13/conf/5.x/mapping-ISOLatin1Accent.txt
new file mode 100644
index 0000000..b92d03c
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.13/conf/5.x/mapping-ISOLatin1Accent.txt
@@ -0,0 +1,14 @@
+# This file contains character mappings for the default fulltext field type.
+# The source characters (on the left) will be replaced by the respective target
+# characters before any other processing takes place.
+# Lines starting with a pound character # are ignored.
+#
+# For sensible defaults, use the mapping-ISOLatin1Accent.txt file distributed
+# with the example application of your Solr version.
+#
+# Examples:
+# "À" => "A"
+# "\u00c4" => "A"
+# "\u00c4" => "\u0041"
+# "æ" => "ae"
+# "\n" => " "
diff --git a/configsets/search_api_solr_7.x-1.13/conf/5.x/protwords.txt b/configsets/search_api_solr_7.x-1.13/conf/5.x/protwords.txt
new file mode 100644
index 0000000..cda8581
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.13/conf/5.x/protwords.txt
@@ -0,0 +1,7 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
diff --git a/configsets/search_api_solr_7.x-1.13/conf/5.x/schema.xml b/configsets/search_api_solr_7.x-1.13/conf/5.x/schema.xml
new file mode 100644
index 0000000..ffbc80d
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.13/conf/5.x/schema.xml
@@ -0,0 +1,693 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.13/conf/5.x/schema_extra_fields.xml b/configsets/search_api_solr_7.x-1.13/conf/5.x/schema_extra_fields.xml
new file mode 100644
index 0000000..02b3655
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.13/conf/5.x/schema_extra_fields.xml
@@ -0,0 +1,23 @@
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.13/conf/5.x/schema_extra_types.xml b/configsets/search_api_solr_7.x-1.13/conf/5.x/schema_extra_types.xml
new file mode 100644
index 0000000..bd716b8
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.13/conf/5.x/schema_extra_types.xml
@@ -0,0 +1,34 @@
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.13/conf/5.x/solrconfig.xml b/configsets/search_api_solr_7.x-1.13/conf/5.x/solrconfig.xml
new file mode 100644
index 0000000..61b898b
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.13/conf/5.x/solrconfig.xml
@@ -0,0 +1,1808 @@
+
+
+
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+ ${solr.luceneMatchVersion:5.0.0}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.data.dir:}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 32
+
+
+
+
+
+
+
+
+
+ 4
+
+
+ ${solr.lock.type:native}
+
+
+
+
+
+ false
+
+
+ true
+
+
+
+
+ 1
+
+ 0
+
+
+
+
+
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.autoCommit.MaxDocs:10000}
+ ${solr.autoCommit.MaxTime:120000}
+
+
+
+
+ ${solr.autoSoftCommit.MaxDocs:2000}
+ ${solr.autoSoftCommit.MaxTime:10000}
+
+
+
+
+
+
+
+
+ ${solr.data.dir:}
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+ -1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+ 20
+
+
+ 200
+
+
+
+
+
+
+
+
+
+
+
+ solr rocks010
+
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ explicit
+ json
+ true
+ text
+ AND
+
+
+
+
+
+
+
+ {!xport}
+ xsort
+ false
+
+
+
+ query
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ edismax
+ content
+ explicit
+ true
+ 0.01
+
+ ${solr.pinkPony.timeAllowed:-1}
+ *:*
+ AND
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+ elevator
+
+
+
+
+
+
+ content
+ AND
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+ ${solr.mlt.timeAllowed:2000}
+
+
+
+
+
+
+ content
+ explicit
+ true
+ AND
+
+
+
+
+
+
+
+ text
+
+
+
+
+
+
+ _src_
+
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text
+ true
+ ignored_
+
+
+ true
+ links
+ ignored_
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+ ${solr.replication.master:false}
+ commit
+ startup
+ ${solr.replication.confFiles:schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml}
+
+
+ ${solr.replication.slave:false}
+ ${solr.replication.masterUrl:http://localhost:8983/solr}/replication
+ ${solr.replication.pollInterval:00:00:60}
+
+
+
+
+
+
+ true
+ json
+ true
+ AND
+
+
+
+
+
+
+
+
+
+ default
+ wordbreak
+ false
+ false
+ 1
+ 5
+ 5
+ true
+ true
+ 10
+ 5
+
+
+ spellcheck
+
+
+
+
+
+
+ mySuggester
+ FuzzyLookupFactory
+ DocumentDictionaryFactory
+ cat
+ price
+ string
+
+
+
+
+
+ true
+ 10
+
+
+ suggest
+
+
+
+
+
+
+
+
+
+ true
+
+
+ tvComponent
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+ terms
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ,,
+ ,,
+ ,,
+ ,,
+ ,]]>
+ ]]>
+
+
+
+
+
+ 10
+ .,!?
+
+
+
+
+
+
+ WORD
+
+
+ en
+ US
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/plain; charset=UTF-8
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+ *:*
+
+
+
+
+
+
+
+
+
+
+
+ textSpell
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.13/conf/5.x/solrconfig_extra.xml b/configsets/search_api_solr_7.x-1.13/conf/5.x/solrconfig_extra.xml
new file mode 100644
index 0000000..c5bc3ac
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.13/conf/5.x/solrconfig_extra.xml
@@ -0,0 +1,80 @@
+
+
+
+textSpell
+
+
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.13/conf/5.x/solrcore.properties b/configsets/search_api_solr_7.x-1.13/conf/5.x/solrcore.properties
new file mode 100644
index 0000000..9a2572a
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.13/conf/5.x/solrcore.properties
@@ -0,0 +1,20 @@
+# Defines Solr properties for this specific core.
+solr.replication.master=false
+solr.replication.slave=false
+solr.replication.pollInterval=00:00:60
+solr.replication.masterUrl=http://localhost:8983/solr
+solr.replication.confFiles=schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml
+solr.mlt.timeAllowed=2000
+# You should not set your luceneMatchVersion to anything lower than your Solr
+# Version.
+solr.luceneMatchVersion=5.0.0
+solr.pinkPony.timeAllowed=-1
+# autoCommit after 10000 docs
+solr.autoCommit.MaxDocs=10000
+# autoCommit after 2 minutes
+solr.autoCommit.MaxTime=120000
+# autoSoftCommit after 2000 docs
+solr.autoSoftCommit.MaxDocs=2000
+# autoSoftCommit after 10 seconds
+solr.autoSoftCommit.MaxTime=10000
+solr.contrib.dir=../../../contrib
diff --git a/configsets/search_api_solr_7.x-1.13/conf/5.x/stopwords.txt b/configsets/search_api_solr_7.x-1.13/conf/5.x/stopwords.txt
new file mode 100644
index 0000000..d7f243e
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.13/conf/5.x/stopwords.txt
@@ -0,0 +1,4 @@
+# Contains words which shouldn't be indexed for fulltext fields, e.g., because
+# they're too common. For documentation of the format, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.StopFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_7.x-1.13/conf/5.x/synonyms.txt b/configsets/search_api_solr_7.x-1.13/conf/5.x/synonyms.txt
new file mode 100644
index 0000000..7d22eea
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.13/conf/5.x/synonyms.txt
@@ -0,0 +1,3 @@
+# Contains synonyms to use for your index. For the format used, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.SynonymFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_7.x-1.13/conf/6.x/elevate.xml b/configsets/search_api_solr_7.x-1.13/conf/6.x/elevate.xml
new file mode 100644
index 0000000..71ea000
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.13/conf/6.x/elevate.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.13/conf/6.x/mapping-ISOLatin1Accent.txt b/configsets/search_api_solr_7.x-1.13/conf/6.x/mapping-ISOLatin1Accent.txt
new file mode 100644
index 0000000..b92d03c
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.13/conf/6.x/mapping-ISOLatin1Accent.txt
@@ -0,0 +1,14 @@
+# This file contains character mappings for the default fulltext field type.
+# The source characters (on the left) will be replaced by the respective target
+# characters before any other processing takes place.
+# Lines starting with a pound character # are ignored.
+#
+# For sensible defaults, use the mapping-ISOLatin1Accent.txt file distributed
+# with the example application of your Solr version.
+#
+# Examples:
+# "À" => "A"
+# "\u00c4" => "A"
+# "\u00c4" => "\u0041"
+# "æ" => "ae"
+# "\n" => " "
diff --git a/configsets/search_api_solr_7.x-1.13/conf/6.x/protwords.txt b/configsets/search_api_solr_7.x-1.13/conf/6.x/protwords.txt
new file mode 100644
index 0000000..cda8581
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.13/conf/6.x/protwords.txt
@@ -0,0 +1,7 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
diff --git a/configsets/search_api_solr_7.x-1.13/conf/6.x/schema.xml b/configsets/search_api_solr_7.x-1.13/conf/6.x/schema.xml
new file mode 100644
index 0000000..d813d12
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.13/conf/6.x/schema.xml
@@ -0,0 +1,693 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.13/conf/6.x/schema_extra_fields.xml b/configsets/search_api_solr_7.x-1.13/conf/6.x/schema_extra_fields.xml
new file mode 100644
index 0000000..02b3655
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.13/conf/6.x/schema_extra_fields.xml
@@ -0,0 +1,23 @@
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.13/conf/6.x/schema_extra_types.xml b/configsets/search_api_solr_7.x-1.13/conf/6.x/schema_extra_types.xml
new file mode 100644
index 0000000..bd716b8
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.13/conf/6.x/schema_extra_types.xml
@@ -0,0 +1,34 @@
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.13/conf/6.x/solrconfig.xml b/configsets/search_api_solr_7.x-1.13/conf/6.x/solrconfig.xml
new file mode 100644
index 0000000..136ccfe
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.13/conf/6.x/solrconfig.xml
@@ -0,0 +1,1793 @@
+
+
+
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+ ${solr.luceneMatchVersion:LUCENE_60}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.data.dir:}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 32
+
+
+
+
+
+
+ 4
+
+
+
+
+
+
+ ${solr.lock.type:native}
+
+
+
+
+
+ true
+
+
+
+
+ 1
+
+ 0
+
+
+
+
+
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.autoCommit.MaxDocs:10000}
+ ${solr.autoCommit.MaxTime:120000}
+
+
+
+
+ ${solr.autoSoftCommit.MaxDocs:2000}
+ ${solr.autoSoftCommit.MaxTime:10000}
+
+
+
+
+
+
+
+
+ ${solr.data.dir:}
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+ -1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+ 20
+
+
+ 200
+
+
+
+
+
+
+
+
+
+
+
+ solr rocks010
+
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ explicit
+ json
+ true
+ text
+
+
+
+
+
+
+
+ {!xport}
+ xsort
+ false
+
+
+
+ query
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ edismax
+ content
+ explicit
+ true
+ 0.01
+
+ ${solr.pinkPony.timeAllowed:-1}
+ *:*
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+ elevator
+
+
+
+
+
+
+ content
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+ ${solr.mlt.timeAllowed:2000}
+
+
+
+
+
+
+ content
+ explicit
+ true
+
+
+
+
+
+
+
+ text
+
+
+
+
+
+
+ _src_
+
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text
+ true
+ ignored_
+
+
+ true
+ links
+ ignored_
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+ ${solr.replication.master:false}
+ commit
+ startup
+ ${solr.replication.confFiles:schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml}
+
+
+ ${solr.replication.slave:false}
+ ${solr.replication.masterUrl:http://localhost:8983/solr}/replication
+ ${solr.replication.pollInterval:00:00:60}
+
+
+
+
+
+
+ true
+ json
+ true
+
+
+
+
+
+
+
+
+
+ default
+ wordbreak
+ false
+ false
+ 1
+ 5
+ 5
+ true
+ true
+ 10
+ 5
+
+
+ spellcheck
+
+
+
+
+
+
+ mySuggester
+ FuzzyLookupFactory
+ DocumentDictionaryFactory
+ cat
+ price
+ string
+
+
+
+
+
+ true
+ 10
+
+
+ suggest
+
+
+
+
+
+
+
+
+
+ true
+
+
+ tvComponent
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+ terms
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ,,
+ ,,
+ ,,
+ ,,
+ ,]]>
+ ]]>
+
+
+
+
+
+ 10
+ .,!?
+
+
+
+
+
+
+ WORD
+
+
+ en
+ US
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/plain; charset=UTF-8
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+ *:*
+
+
+
+
+
+
+
+
+
+
+
+ textSpell
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.13/conf/6.x/solrconfig_extra.xml b/configsets/search_api_solr_7.x-1.13/conf/6.x/solrconfig_extra.xml
new file mode 100644
index 0000000..c5bc3ac
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.13/conf/6.x/solrconfig_extra.xml
@@ -0,0 +1,80 @@
+
+
+
+textSpell
+
+
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.13/conf/6.x/solrcore.properties b/configsets/search_api_solr_7.x-1.13/conf/6.x/solrcore.properties
new file mode 100644
index 0000000..fb8d7d0
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.13/conf/6.x/solrcore.properties
@@ -0,0 +1,20 @@
+# Defines Solr properties for this specific core.
+solr.replication.master=false
+solr.replication.slave=false
+solr.replication.pollInterval=00:00:60
+solr.replication.masterUrl=http://localhost:8983/solr
+solr.replication.confFiles=schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml
+solr.mlt.timeAllowed=2000
+# You should not set your luceneMatchVersion to anything lower than your Solr
+# Version.
+solr.luceneMatchVersion=6.0
+solr.pinkPony.timeAllowed=-1
+# autoCommit after 10000 docs
+solr.autoCommit.MaxDocs=10000
+# autoCommit after 2 minutes
+solr.autoCommit.MaxTime=120000
+# autoSoftCommit after 2000 docs
+solr.autoSoftCommit.MaxDocs=2000
+# autoSoftCommit after 10 seconds
+solr.autoSoftCommit.MaxTime=10000
+solr.contrib.dir=../../../contrib
diff --git a/configsets/search_api_solr_7.x-1.13/conf/6.x/stopwords.txt b/configsets/search_api_solr_7.x-1.13/conf/6.x/stopwords.txt
new file mode 100644
index 0000000..d7f243e
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.13/conf/6.x/stopwords.txt
@@ -0,0 +1,4 @@
+# Contains words which shouldn't be indexed for fulltext fields, e.g., because
+# they're too common. For documentation of the format, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.StopFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_7.x-1.13/conf/6.x/synonyms.txt b/configsets/search_api_solr_7.x-1.13/conf/6.x/synonyms.txt
new file mode 100644
index 0000000..7d22eea
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.13/conf/6.x/synonyms.txt
@@ -0,0 +1,3 @@
+# Contains synonyms to use for your index. For the format used, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.SynonymFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_7.x-1.13/conf/7.x/elevate.xml b/configsets/search_api_solr_7.x-1.13/conf/7.x/elevate.xml
new file mode 100644
index 0000000..71ea000
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.13/conf/7.x/elevate.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.13/conf/7.x/mapping-ISOLatin1Accent.txt b/configsets/search_api_solr_7.x-1.13/conf/7.x/mapping-ISOLatin1Accent.txt
new file mode 100644
index 0000000..b92d03c
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.13/conf/7.x/mapping-ISOLatin1Accent.txt
@@ -0,0 +1,14 @@
+# This file contains character mappings for the default fulltext field type.
+# The source characters (on the left) will be replaced by the respective target
+# characters before any other processing takes place.
+# Lines starting with a pound character # are ignored.
+#
+# For sensible defaults, use the mapping-ISOLatin1Accent.txt file distributed
+# with the example application of your Solr version.
+#
+# Examples:
+# "À" => "A"
+# "\u00c4" => "A"
+# "\u00c4" => "\u0041"
+# "æ" => "ae"
+# "\n" => " "
diff --git a/configsets/search_api_solr_7.x-1.13/conf/7.x/protwords.txt b/configsets/search_api_solr_7.x-1.13/conf/7.x/protwords.txt
new file mode 100644
index 0000000..cda8581
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.13/conf/7.x/protwords.txt
@@ -0,0 +1,7 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
diff --git a/configsets/search_api_solr_7.x-1.13/conf/7.x/schema.xml b/configsets/search_api_solr_7.x-1.13/conf/7.x/schema.xml
new file mode 100644
index 0000000..de61b0e
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.13/conf/7.x/schema.xml
@@ -0,0 +1,693 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.13/conf/7.x/schema_extra_fields.xml b/configsets/search_api_solr_7.x-1.13/conf/7.x/schema_extra_fields.xml
new file mode 100644
index 0000000..02b3655
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.13/conf/7.x/schema_extra_fields.xml
@@ -0,0 +1,23 @@
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.13/conf/7.x/schema_extra_types.xml b/configsets/search_api_solr_7.x-1.13/conf/7.x/schema_extra_types.xml
new file mode 100644
index 0000000..bd716b8
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.13/conf/7.x/schema_extra_types.xml
@@ -0,0 +1,34 @@
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.13/conf/7.x/solrconfig.xml b/configsets/search_api_solr_7.x-1.13/conf/7.x/solrconfig.xml
new file mode 100644
index 0000000..36e6fa1
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.13/conf/7.x/solrconfig.xml
@@ -0,0 +1,1793 @@
+
+
+
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+ ${solr.luceneMatchVersion:LUCENE_60}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.data.dir:}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 32
+
+
+
+
+
+
+ 4
+
+
+
+
+
+
+ ${solr.lock.type:native}
+
+
+
+
+
+ true
+
+
+
+
+ 1
+
+ 0
+
+
+
+
+
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.autoCommit.MaxDocs:10000}
+ ${solr.autoCommit.MaxTime:120000}
+
+
+
+
+ ${solr.autoSoftCommit.MaxDocs:2000}
+ ${solr.autoSoftCommit.MaxTime:10000}
+
+
+
+
+
+
+
+
+ ${solr.data.dir:}
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+ -1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+ 20
+
+
+ 200
+
+
+
+
+
+
+
+
+
+
+
+ solr rocks010
+
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ explicit
+ json
+ true
+ text
+
+
+
+
+
+
+
+ {!xport}
+ xsort
+ false
+
+
+
+ query
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ edismax
+ content
+ explicit
+ true
+ 0.01
+
+ ${solr.pinkPony.timeAllowed:-1}
+ *:*
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+ elevator
+
+
+
+
+
+
+ content
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+ ${solr.mlt.timeAllowed:2000}
+
+
+
+
+
+
+ content
+ explicit
+ true
+
+
+
+
+
+
+
+ text
+
+
+
+
+
+
+ _src_
+
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text
+ true
+ ignored_
+
+
+ true
+ links
+ ignored_
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+ ${solr.replication.master:false}
+ commit
+ startup
+ ${solr.replication.confFiles:schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml}
+
+
+ ${solr.replication.slave:false}
+ ${solr.replication.masterUrl:http://localhost:8983/solr}/replication
+ ${solr.replication.pollInterval:00:00:60}
+
+
+
+
+
+
+ true
+ json
+ true
+
+
+
+
+
+
+
+
+
+ default
+ wordbreak
+ false
+ false
+ 1
+ 5
+ 5
+ true
+ true
+ 10
+ 5
+
+
+ spellcheck
+
+
+
+
+
+
+ mySuggester
+ FuzzyLookupFactory
+ DocumentDictionaryFactory
+ cat
+ price
+ string
+
+
+
+
+
+ true
+ 10
+
+
+ suggest
+
+
+
+
+
+
+
+
+
+ true
+
+
+ tvComponent
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+ terms
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ,,
+ ,,
+ ,,
+ ,,
+ ,]]>
+ ]]>
+
+
+
+
+
+ 10
+ .,!?
+
+
+
+
+
+
+ WORD
+
+
+ en
+ US
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/plain; charset=UTF-8
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+ *:*
+
+
+
+
+
+
+
+
+
+
+
+ textSpell
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.13/conf/7.x/solrconfig_extra.xml b/configsets/search_api_solr_7.x-1.13/conf/7.x/solrconfig_extra.xml
new file mode 100644
index 0000000..c5bc3ac
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.13/conf/7.x/solrconfig_extra.xml
@@ -0,0 +1,80 @@
+
+
+
+textSpell
+
+
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.13/conf/7.x/solrcore.properties b/configsets/search_api_solr_7.x-1.13/conf/7.x/solrcore.properties
new file mode 100644
index 0000000..fb8d7d0
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.13/conf/7.x/solrcore.properties
@@ -0,0 +1,20 @@
+# Defines Solr properties for this specific core.
+solr.replication.master=false
+solr.replication.slave=false
+solr.replication.pollInterval=00:00:60
+solr.replication.masterUrl=http://localhost:8983/solr
+solr.replication.confFiles=schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml
+solr.mlt.timeAllowed=2000
+# You should not set your luceneMatchVersion to anything lower than your Solr
+# Version.
+solr.luceneMatchVersion=6.0
+solr.pinkPony.timeAllowed=-1
+# autoCommit after 10000 docs
+solr.autoCommit.MaxDocs=10000
+# autoCommit after 2 minutes
+solr.autoCommit.MaxTime=120000
+# autoSoftCommit after 2000 docs
+solr.autoSoftCommit.MaxDocs=2000
+# autoSoftCommit after 10 seconds
+solr.autoSoftCommit.MaxTime=10000
+solr.contrib.dir=../../../contrib
diff --git a/configsets/search_api_solr_7.x-1.13/conf/7.x/stopwords.txt b/configsets/search_api_solr_7.x-1.13/conf/7.x/stopwords.txt
new file mode 100644
index 0000000..d7f243e
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.13/conf/7.x/stopwords.txt
@@ -0,0 +1,4 @@
+# Contains words which shouldn't be indexed for fulltext fields, e.g., because
+# they're too common. For documentation of the format, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.StopFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_7.x-1.13/conf/7.x/synonyms.txt b/configsets/search_api_solr_7.x-1.13/conf/7.x/synonyms.txt
new file mode 100644
index 0000000..7d22eea
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.13/conf/7.x/synonyms.txt
@@ -0,0 +1,3 @@
+# Contains synonyms to use for your index. For the format used, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.SynonymFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_7.x-1.14/conf/3.x/elevate.xml b/configsets/search_api_solr_7.x-1.14/conf/3.x/elevate.xml
new file mode 100644
index 0000000..71ea000
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.14/conf/3.x/elevate.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.14/conf/3.x/mapping-ISOLatin1Accent.txt b/configsets/search_api_solr_7.x-1.14/conf/3.x/mapping-ISOLatin1Accent.txt
new file mode 100644
index 0000000..b92d03c
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.14/conf/3.x/mapping-ISOLatin1Accent.txt
@@ -0,0 +1,14 @@
+# This file contains character mappings for the default fulltext field type.
+# The source characters (on the left) will be replaced by the respective target
+# characters before any other processing takes place.
+# Lines starting with a pound character # are ignored.
+#
+# For sensible defaults, use the mapping-ISOLatin1Accent.txt file distributed
+# with the example application of your Solr version.
+#
+# Examples:
+# "À" => "A"
+# "\u00c4" => "A"
+# "\u00c4" => "\u0041"
+# "æ" => "ae"
+# "\n" => " "
diff --git a/configsets/search_api_solr_7.x-1.14/conf/3.x/protwords.txt b/configsets/search_api_solr_7.x-1.14/conf/3.x/protwords.txt
new file mode 100644
index 0000000..cda8581
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.14/conf/3.x/protwords.txt
@@ -0,0 +1,7 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
diff --git a/configsets/search_api_solr_7.x-1.14/conf/3.x/schema.xml b/configsets/search_api_solr_7.x-1.14/conf/3.x/schema.xml
new file mode 100644
index 0000000..de4b870
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.14/conf/3.x/schema.xml
@@ -0,0 +1,588 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id
+
+
+ content
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.14/conf/3.x/schema_extra_fields.xml b/configsets/search_api_solr_7.x-1.14/conf/3.x/schema_extra_fields.xml
new file mode 100644
index 0000000..9ecd5f4
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.14/conf/3.x/schema_extra_fields.xml
@@ -0,0 +1,23 @@
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.14/conf/3.x/schema_extra_types.xml b/configsets/search_api_solr_7.x-1.14/conf/3.x/schema_extra_types.xml
new file mode 100644
index 0000000..e82072e
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.14/conf/3.x/schema_extra_types.xml
@@ -0,0 +1,30 @@
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.14/conf/3.x/solrconfig.xml b/configsets/search_api_solr_7.x-1.14/conf/3.x/solrconfig.xml
new file mode 100644
index 0000000..d6cc7ac
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.14/conf/3.x/solrconfig.xml
@@ -0,0 +1,1614 @@
+
+
+
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+ ${solr.luceneMatchVersion:LUCENE_35}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+
+ 4
+
+ 32
+
+
+
+ 2147483647
+ 100000
+ 1000
+
+
+
+
+
+
+
+
+ single
+
+
+
+
+
+
+
+
+ false
+ 32
+ 10
+
+
+ false
+
+
+ true
+
+
+
+
+ 1
+
+ 0
+
+
+
+
+
+ false
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.autoCommit.MaxDocs:10000}
+ ${solr.autoCommit.MaxTime:120000}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+ 20
+
+
+ 200
+
+
+
+
+
+
+
+
+
+
+
+ solr rocks010
+
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ edismax
+ explicit
+ true
+ 0.01
+
+ ${solr.pinkPony.timeAllowed:-1}
+ *:*
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+ elevator
+
+
+
+
+
+
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+ ${solr.mlt.timeAllowed:2000}
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text
+ true
+ ignored_
+
+
+ true
+ links
+ ignored_
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ pinkPony
+ solrpingquery
+
+
+ all
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+ ${solr.replication.master:false}
+ commit
+ startup
+ ${solr.replication.confFiles:schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml}
+
+
+ ${solr.replication.slave:false}
+ ${solr.replication.masterUrl:http://localhost:8983/solr}/replication
+ ${solr.replication.pollInterval:00:00:60}
+
+
+
+
+
+
+
+
+ false
+ false
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+
+
+
+ true
+
+
+ tvComponent
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+ terms
+
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ,,
+ ,,
+ ,,
+ ,,
+ ,]]>
+ ]]>
+
+
+
+
+
+ 10
+ .,!?
+
+
+
+
+
+
+ WORD
+
+
+ en
+ US
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/plain; charset=UTF-8
+
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+ *:*
+
+
+
+
+
+
+
+
+
+
+
+ textSpell
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.14/conf/3.x/solrconfig_extra.xml b/configsets/search_api_solr_7.x-1.14/conf/3.x/solrconfig_extra.xml
new file mode 100644
index 0000000..c5bc3ac
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.14/conf/3.x/solrconfig_extra.xml
@@ -0,0 +1,80 @@
+
+
+
+textSpell
+
+
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.14/conf/3.x/solrcore.properties b/configsets/search_api_solr_7.x-1.14/conf/3.x/solrcore.properties
new file mode 100644
index 0000000..bc46886
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.14/conf/3.x/solrcore.properties
@@ -0,0 +1,16 @@
+# Defines Solr properties for this specific core.
+solr.replication.master=false
+solr.replication.slave=false
+solr.replication.pollInterval=00:00:60
+solr.replication.masterUrl=http://localhost:8983/solr
+solr.replication.confFiles=schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml
+solr.mlt.timeAllowed=2000
+# You should not set your luceneMatchVersion to anything lower than your Solr
+# Version.
+solr.luceneMatchVersion=LUCENE_35
+solr.pinkPony.timeAllowed=-1
+# autoCommit after 10000 docs
+solr.autoCommit.MaxDocs=10000
+# autoCommit after 2 minutes
+solr.autoCommit.MaxTime=120000
+solr.contrib.dir=../../contrib
diff --git a/configsets/search_api_solr_7.x-1.14/conf/3.x/stopwords.txt b/configsets/search_api_solr_7.x-1.14/conf/3.x/stopwords.txt
new file mode 100644
index 0000000..d7f243e
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.14/conf/3.x/stopwords.txt
@@ -0,0 +1,4 @@
+# Contains words which shouldn't be indexed for fulltext fields, e.g., because
+# they're too common. For documentation of the format, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.StopFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_7.x-1.14/conf/3.x/synonyms.txt b/configsets/search_api_solr_7.x-1.14/conf/3.x/synonyms.txt
new file mode 100644
index 0000000..7d22eea
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.14/conf/3.x/synonyms.txt
@@ -0,0 +1,3 @@
+# Contains synonyms to use for your index. For the format used, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.SynonymFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_7.x-1.14/conf/4.x/elevate.xml b/configsets/search_api_solr_7.x-1.14/conf/4.x/elevate.xml
new file mode 100644
index 0000000..71ea000
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.14/conf/4.x/elevate.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.14/conf/4.x/mapping-ISOLatin1Accent.txt b/configsets/search_api_solr_7.x-1.14/conf/4.x/mapping-ISOLatin1Accent.txt
new file mode 100644
index 0000000..b92d03c
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.14/conf/4.x/mapping-ISOLatin1Accent.txt
@@ -0,0 +1,14 @@
+# This file contains character mappings for the default fulltext field type.
+# The source characters (on the left) will be replaced by the respective target
+# characters before any other processing takes place.
+# Lines starting with a pound character # are ignored.
+#
+# For sensible defaults, use the mapping-ISOLatin1Accent.txt file distributed
+# with the example application of your Solr version.
+#
+# Examples:
+# "À" => "A"
+# "\u00c4" => "A"
+# "\u00c4" => "\u0041"
+# "æ" => "ae"
+# "\n" => " "
diff --git a/configsets/search_api_solr_7.x-1.14/conf/4.x/protwords.txt b/configsets/search_api_solr_7.x-1.14/conf/4.x/protwords.txt
new file mode 100644
index 0000000..cda8581
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.14/conf/4.x/protwords.txt
@@ -0,0 +1,7 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
diff --git a/configsets/search_api_solr_7.x-1.14/conf/4.x/schema.xml b/configsets/search_api_solr_7.x-1.14/conf/4.x/schema.xml
new file mode 100644
index 0000000..6d9011a
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.14/conf/4.x/schema.xml
@@ -0,0 +1,594 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id
+
+
+ content
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.14/conf/4.x/schema_extra_fields.xml b/configsets/search_api_solr_7.x-1.14/conf/4.x/schema_extra_fields.xml
new file mode 100644
index 0000000..9ecd5f4
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.14/conf/4.x/schema_extra_fields.xml
@@ -0,0 +1,23 @@
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.14/conf/4.x/schema_extra_types.xml b/configsets/search_api_solr_7.x-1.14/conf/4.x/schema_extra_types.xml
new file mode 100644
index 0000000..e82072e
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.14/conf/4.x/schema_extra_types.xml
@@ -0,0 +1,30 @@
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.14/conf/4.x/solrconfig.xml b/configsets/search_api_solr_7.x-1.14/conf/4.x/solrconfig.xml
new file mode 100644
index 0000000..151d9a4
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.14/conf/4.x/solrconfig.xml
@@ -0,0 +1,1641 @@
+
+
+
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+ ${solr.luceneMatchVersion:LUCENE_40}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+
+ 4
+
+ 32
+
+
+
+ 2147483647
+ 100000
+ 1000
+
+
+
+
+
+
+
+
+ single
+
+
+
+
+
+ false
+
+
+ true
+
+
+
+
+ 1
+
+ 0
+
+
+
+
+
+ false
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.autoCommit.MaxDocs:10000}
+ ${solr.autoCommit.MaxTime:120000}
+
+
+
+
+ ${solr.autoSoftCommit.MaxDocs:2000}
+ ${solr.autoSoftCommit.MaxTime:10000}
+
+
+
+
+
+
+
+
+ ${solr.data.dir:}
+
+
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+ 20
+
+
+ 200
+
+
+
+
+
+
+
+
+
+
+
+ solr rocks010
+
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ edismax
+ explicit
+ true
+ 0.01
+
+ ${solr.pinkPony.timeAllowed:-1}
+ *:*
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+ elevator
+
+
+
+
+
+
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+ ${solr.mlt.timeAllowed:2000}
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text
+ true
+ ignored_
+
+
+ true
+ links
+ ignored_
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ pinkPony
+ solrpingquery
+ false
+
+
+ all
+
+
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+ ${solr.replication.master:false}
+ commit
+ startup
+ ${solr.replication.confFiles:schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml}
+
+
+ ${solr.replication.slave:false}
+ ${solr.replication.masterUrl:http://localhost:8983/solr}/replication
+ ${solr.replication.pollInterval:00:00:60}
+
+
+
+
+
+
+ true
+ json
+ true
+
+
+
+
+
+
+
+
+ false
+ false
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+
+
+
+ true
+
+
+ tvComponent
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+ terms
+
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ,,
+ ,,
+ ,,
+ ,,
+ ,]]>
+ ]]>
+
+
+
+
+
+ 10
+ .,!?
+
+
+
+
+
+
+ WORD
+
+
+ en
+ US
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/plain; charset=UTF-8
+
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+ *:*
+
+
+
+
+
+
+
+
+
+
+
+ textSpell
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.14/conf/4.x/solrconfig_extra.xml b/configsets/search_api_solr_7.x-1.14/conf/4.x/solrconfig_extra.xml
new file mode 100644
index 0000000..c5bc3ac
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.14/conf/4.x/solrconfig_extra.xml
@@ -0,0 +1,80 @@
+
+
+
+textSpell
+
+
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.14/conf/4.x/solrcore.properties b/configsets/search_api_solr_7.x-1.14/conf/4.x/solrcore.properties
new file mode 100644
index 0000000..b7f8f6c
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.14/conf/4.x/solrcore.properties
@@ -0,0 +1,20 @@
+# Defines Solr properties for this specific core.
+solr.replication.master=false
+solr.replication.slave=false
+solr.replication.pollInterval=00:00:60
+solr.replication.masterUrl=http://localhost:8983/solr
+solr.replication.confFiles=schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml
+solr.mlt.timeAllowed=2000
+# You should not set your luceneMatchVersion to anything lower than your Solr
+# Version.
+solr.luceneMatchVersion=LUCENE_40
+solr.pinkPony.timeAllowed=-1
+# autoCommit after 10000 docs
+solr.autoCommit.MaxDocs=10000
+# autoCommit after 2 minutes
+solr.autoCommit.MaxTime=120000
+# autoSoftCommit after 2000 docs
+solr.autoSoftCommit.MaxDocs=2000
+# autoSoftCommit after 10 seconds
+solr.autoSoftCommit.MaxTime=10000
+solr.contrib.dir=../../../contrib
diff --git a/configsets/search_api_solr_7.x-1.14/conf/4.x/stopwords.txt b/configsets/search_api_solr_7.x-1.14/conf/4.x/stopwords.txt
new file mode 100644
index 0000000..d7f243e
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.14/conf/4.x/stopwords.txt
@@ -0,0 +1,4 @@
+# Contains words which shouldn't be indexed for fulltext fields, e.g., because
+# they're too common. For documentation of the format, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.StopFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_7.x-1.14/conf/4.x/synonyms.txt b/configsets/search_api_solr_7.x-1.14/conf/4.x/synonyms.txt
new file mode 100644
index 0000000..7d22eea
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.14/conf/4.x/synonyms.txt
@@ -0,0 +1,3 @@
+# Contains synonyms to use for your index. For the format used, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.SynonymFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_7.x-1.14/conf/5.x/elevate.xml b/configsets/search_api_solr_7.x-1.14/conf/5.x/elevate.xml
new file mode 100644
index 0000000..71ea000
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.14/conf/5.x/elevate.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.14/conf/5.x/mapping-ISOLatin1Accent.txt b/configsets/search_api_solr_7.x-1.14/conf/5.x/mapping-ISOLatin1Accent.txt
new file mode 100644
index 0000000..b92d03c
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.14/conf/5.x/mapping-ISOLatin1Accent.txt
@@ -0,0 +1,14 @@
+# This file contains character mappings for the default fulltext field type.
+# The source characters (on the left) will be replaced by the respective target
+# characters before any other processing takes place.
+# Lines starting with a pound character # are ignored.
+#
+# For sensible defaults, use the mapping-ISOLatin1Accent.txt file distributed
+# with the example application of your Solr version.
+#
+# Examples:
+# "À" => "A"
+# "\u00c4" => "A"
+# "\u00c4" => "\u0041"
+# "æ" => "ae"
+# "\n" => " "
diff --git a/configsets/search_api_solr_7.x-1.14/conf/5.x/protwords.txt b/configsets/search_api_solr_7.x-1.14/conf/5.x/protwords.txt
new file mode 100644
index 0000000..cda8581
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.14/conf/5.x/protwords.txt
@@ -0,0 +1,7 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
diff --git a/configsets/search_api_solr_7.x-1.14/conf/5.x/schema.xml b/configsets/search_api_solr_7.x-1.14/conf/5.x/schema.xml
new file mode 100644
index 0000000..ffbc80d
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.14/conf/5.x/schema.xml
@@ -0,0 +1,693 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.14/conf/5.x/schema_extra_fields.xml b/configsets/search_api_solr_7.x-1.14/conf/5.x/schema_extra_fields.xml
new file mode 100644
index 0000000..02b3655
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.14/conf/5.x/schema_extra_fields.xml
@@ -0,0 +1,23 @@
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.14/conf/5.x/schema_extra_types.xml b/configsets/search_api_solr_7.x-1.14/conf/5.x/schema_extra_types.xml
new file mode 100644
index 0000000..bd716b8
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.14/conf/5.x/schema_extra_types.xml
@@ -0,0 +1,34 @@
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.14/conf/5.x/solrconfig.xml b/configsets/search_api_solr_7.x-1.14/conf/5.x/solrconfig.xml
new file mode 100644
index 0000000..61b898b
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.14/conf/5.x/solrconfig.xml
@@ -0,0 +1,1808 @@
+
+
+
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+ ${solr.luceneMatchVersion:5.0.0}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.data.dir:}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 32
+
+
+
+
+
+
+
+
+
+ 4
+
+
+ ${solr.lock.type:native}
+
+
+
+
+
+ false
+
+
+ true
+
+
+
+
+ 1
+
+ 0
+
+
+
+
+
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.autoCommit.MaxDocs:10000}
+ ${solr.autoCommit.MaxTime:120000}
+
+
+
+
+ ${solr.autoSoftCommit.MaxDocs:2000}
+ ${solr.autoSoftCommit.MaxTime:10000}
+
+
+
+
+
+
+
+
+ ${solr.data.dir:}
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+ -1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+ 20
+
+
+ 200
+
+
+
+
+
+
+
+
+
+
+
+ solr rocks010
+
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ explicit
+ json
+ true
+ text
+ AND
+
+
+
+
+
+
+
+ {!xport}
+ xsort
+ false
+
+
+
+ query
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ edismax
+ content
+ explicit
+ true
+ 0.01
+
+ ${solr.pinkPony.timeAllowed:-1}
+ *:*
+ AND
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+ elevator
+
+
+
+
+
+
+ content
+ AND
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+ ${solr.mlt.timeAllowed:2000}
+
+
+
+
+
+
+ content
+ explicit
+ true
+ AND
+
+
+
+
+
+
+
+ text
+
+
+
+
+
+
+ _src_
+
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text
+ true
+ ignored_
+
+
+ true
+ links
+ ignored_
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+ ${solr.replication.master:false}
+ commit
+ startup
+ ${solr.replication.confFiles:schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml}
+
+
+ ${solr.replication.slave:false}
+ ${solr.replication.masterUrl:http://localhost:8983/solr}/replication
+ ${solr.replication.pollInterval:00:00:60}
+
+
+
+
+
+
+ true
+ json
+ true
+ AND
+
+
+
+
+
+
+
+
+
+ default
+ wordbreak
+ false
+ false
+ 1
+ 5
+ 5
+ true
+ true
+ 10
+ 5
+
+
+ spellcheck
+
+
+
+
+
+
+ mySuggester
+ FuzzyLookupFactory
+ DocumentDictionaryFactory
+ cat
+ price
+ string
+
+
+
+
+
+ true
+ 10
+
+
+ suggest
+
+
+
+
+
+
+
+
+
+ true
+
+
+ tvComponent
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+ terms
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ,,
+ ,,
+ ,,
+ ,,
+ ,]]>
+ ]]>
+
+
+
+
+
+ 10
+ .,!?
+
+
+
+
+
+
+ WORD
+
+
+ en
+ US
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/plain; charset=UTF-8
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+ *:*
+
+
+
+
+
+
+
+
+
+
+
+ textSpell
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.14/conf/5.x/solrconfig_extra.xml b/configsets/search_api_solr_7.x-1.14/conf/5.x/solrconfig_extra.xml
new file mode 100644
index 0000000..c5bc3ac
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.14/conf/5.x/solrconfig_extra.xml
@@ -0,0 +1,80 @@
+
+
+
+textSpell
+
+
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.14/conf/5.x/solrcore.properties b/configsets/search_api_solr_7.x-1.14/conf/5.x/solrcore.properties
new file mode 100644
index 0000000..9a2572a
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.14/conf/5.x/solrcore.properties
@@ -0,0 +1,20 @@
+# Defines Solr properties for this specific core.
+solr.replication.master=false
+solr.replication.slave=false
+solr.replication.pollInterval=00:00:60
+solr.replication.masterUrl=http://localhost:8983/solr
+solr.replication.confFiles=schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml
+solr.mlt.timeAllowed=2000
+# You should not set your luceneMatchVersion to anything lower than your Solr
+# Version.
+solr.luceneMatchVersion=5.0.0
+solr.pinkPony.timeAllowed=-1
+# autoCommit after 10000 docs
+solr.autoCommit.MaxDocs=10000
+# autoCommit after 2 minutes
+solr.autoCommit.MaxTime=120000
+# autoSoftCommit after 2000 docs
+solr.autoSoftCommit.MaxDocs=2000
+# autoSoftCommit after 10 seconds
+solr.autoSoftCommit.MaxTime=10000
+solr.contrib.dir=../../../contrib
diff --git a/configsets/search_api_solr_7.x-1.14/conf/5.x/stopwords.txt b/configsets/search_api_solr_7.x-1.14/conf/5.x/stopwords.txt
new file mode 100644
index 0000000..d7f243e
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.14/conf/5.x/stopwords.txt
@@ -0,0 +1,4 @@
+# Contains words which shouldn't be indexed for fulltext fields, e.g., because
+# they're too common. For documentation of the format, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.StopFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_7.x-1.14/conf/5.x/synonyms.txt b/configsets/search_api_solr_7.x-1.14/conf/5.x/synonyms.txt
new file mode 100644
index 0000000..7d22eea
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.14/conf/5.x/synonyms.txt
@@ -0,0 +1,3 @@
+# Contains synonyms to use for your index. For the format used, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.SynonymFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_7.x-1.14/conf/6.x/elevate.xml b/configsets/search_api_solr_7.x-1.14/conf/6.x/elevate.xml
new file mode 100644
index 0000000..71ea000
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.14/conf/6.x/elevate.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.14/conf/6.x/mapping-ISOLatin1Accent.txt b/configsets/search_api_solr_7.x-1.14/conf/6.x/mapping-ISOLatin1Accent.txt
new file mode 100644
index 0000000..b92d03c
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.14/conf/6.x/mapping-ISOLatin1Accent.txt
@@ -0,0 +1,14 @@
+# This file contains character mappings for the default fulltext field type.
+# The source characters (on the left) will be replaced by the respective target
+# characters before any other processing takes place.
+# Lines starting with a pound character # are ignored.
+#
+# For sensible defaults, use the mapping-ISOLatin1Accent.txt file distributed
+# with the example application of your Solr version.
+#
+# Examples:
+# "À" => "A"
+# "\u00c4" => "A"
+# "\u00c4" => "\u0041"
+# "æ" => "ae"
+# "\n" => " "
diff --git a/configsets/search_api_solr_7.x-1.14/conf/6.x/protwords.txt b/configsets/search_api_solr_7.x-1.14/conf/6.x/protwords.txt
new file mode 100644
index 0000000..cda8581
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.14/conf/6.x/protwords.txt
@@ -0,0 +1,7 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
diff --git a/configsets/search_api_solr_7.x-1.14/conf/6.x/schema.xml b/configsets/search_api_solr_7.x-1.14/conf/6.x/schema.xml
new file mode 100644
index 0000000..d813d12
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.14/conf/6.x/schema.xml
@@ -0,0 +1,693 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.14/conf/6.x/schema_extra_fields.xml b/configsets/search_api_solr_7.x-1.14/conf/6.x/schema_extra_fields.xml
new file mode 100644
index 0000000..02b3655
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.14/conf/6.x/schema_extra_fields.xml
@@ -0,0 +1,23 @@
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.14/conf/6.x/schema_extra_types.xml b/configsets/search_api_solr_7.x-1.14/conf/6.x/schema_extra_types.xml
new file mode 100644
index 0000000..bd716b8
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.14/conf/6.x/schema_extra_types.xml
@@ -0,0 +1,34 @@
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.14/conf/6.x/solrconfig.xml b/configsets/search_api_solr_7.x-1.14/conf/6.x/solrconfig.xml
new file mode 100644
index 0000000..136ccfe
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.14/conf/6.x/solrconfig.xml
@@ -0,0 +1,1793 @@
+
+
+
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+ ${solr.luceneMatchVersion:LUCENE_60}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.data.dir:}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 32
+
+
+
+
+
+
+ 4
+
+
+
+
+
+
+ ${solr.lock.type:native}
+
+
+
+
+
+ true
+
+
+
+
+ 1
+
+ 0
+
+
+
+
+
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.autoCommit.MaxDocs:10000}
+ ${solr.autoCommit.MaxTime:120000}
+
+
+
+
+ ${solr.autoSoftCommit.MaxDocs:2000}
+ ${solr.autoSoftCommit.MaxTime:10000}
+
+
+
+
+
+
+
+
+ ${solr.data.dir:}
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+ -1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+ 20
+
+
+ 200
+
+
+
+
+
+
+
+
+
+
+
+ solr rocks010
+
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ explicit
+ json
+ true
+ text
+
+
+
+
+
+
+
+ {!xport}
+ xsort
+ false
+
+
+
+ query
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ edismax
+ content
+ explicit
+ true
+ 0.01
+
+ ${solr.pinkPony.timeAllowed:-1}
+ *:*
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+ elevator
+
+
+
+
+
+
+ content
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+ ${solr.mlt.timeAllowed:2000}
+
+
+
+
+
+
+ content
+ explicit
+ true
+
+
+
+
+
+
+
+ text
+
+
+
+
+
+
+ _src_
+
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text
+ true
+ ignored_
+
+
+ true
+ links
+ ignored_
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+ ${solr.replication.master:false}
+ commit
+ startup
+ ${solr.replication.confFiles:schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml}
+
+
+ ${solr.replication.slave:false}
+ ${solr.replication.masterUrl:http://localhost:8983/solr}/replication
+ ${solr.replication.pollInterval:00:00:60}
+
+
+
+
+
+
+ true
+ json
+ true
+
+
+
+
+
+
+
+
+
+ default
+ wordbreak
+ false
+ false
+ 1
+ 5
+ 5
+ true
+ true
+ 10
+ 5
+
+
+ spellcheck
+
+
+
+
+
+
+ mySuggester
+ FuzzyLookupFactory
+ DocumentDictionaryFactory
+ cat
+ price
+ string
+
+
+
+
+
+ true
+ 10
+
+
+ suggest
+
+
+
+
+
+
+
+
+
+ true
+
+
+ tvComponent
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+ terms
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ,,
+ ,,
+ ,,
+ ,,
+ ,]]>
+ ]]>
+
+
+
+
+
+ 10
+ .,!?
+
+
+
+
+
+
+ WORD
+
+
+ en
+ US
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/plain; charset=UTF-8
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+ *:*
+
+
+
+
+
+
+
+
+
+
+
+ textSpell
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.14/conf/6.x/solrconfig_extra.xml b/configsets/search_api_solr_7.x-1.14/conf/6.x/solrconfig_extra.xml
new file mode 100644
index 0000000..c5bc3ac
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.14/conf/6.x/solrconfig_extra.xml
@@ -0,0 +1,80 @@
+
+
+
+textSpell
+
+
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.14/conf/6.x/solrcore.properties b/configsets/search_api_solr_7.x-1.14/conf/6.x/solrcore.properties
new file mode 100644
index 0000000..fb8d7d0
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.14/conf/6.x/solrcore.properties
@@ -0,0 +1,20 @@
+# Defines Solr properties for this specific core.
+solr.replication.master=false
+solr.replication.slave=false
+solr.replication.pollInterval=00:00:60
+solr.replication.masterUrl=http://localhost:8983/solr
+solr.replication.confFiles=schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml
+solr.mlt.timeAllowed=2000
+# You should not set your luceneMatchVersion to anything lower than your Solr
+# Version.
+solr.luceneMatchVersion=6.0
+solr.pinkPony.timeAllowed=-1
+# autoCommit after 10000 docs
+solr.autoCommit.MaxDocs=10000
+# autoCommit after 2 minutes
+solr.autoCommit.MaxTime=120000
+# autoSoftCommit after 2000 docs
+solr.autoSoftCommit.MaxDocs=2000
+# autoSoftCommit after 10 seconds
+solr.autoSoftCommit.MaxTime=10000
+solr.contrib.dir=../../../contrib
diff --git a/configsets/search_api_solr_7.x-1.14/conf/6.x/stopwords.txt b/configsets/search_api_solr_7.x-1.14/conf/6.x/stopwords.txt
new file mode 100644
index 0000000..d7f243e
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.14/conf/6.x/stopwords.txt
@@ -0,0 +1,4 @@
+# Contains words which shouldn't be indexed for fulltext fields, e.g., because
+# they're too common. For documentation of the format, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.StopFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_7.x-1.14/conf/6.x/synonyms.txt b/configsets/search_api_solr_7.x-1.14/conf/6.x/synonyms.txt
new file mode 100644
index 0000000..7d22eea
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.14/conf/6.x/synonyms.txt
@@ -0,0 +1,3 @@
+# Contains synonyms to use for your index. For the format used, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.SynonymFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_7.x-1.14/conf/7.x/elevate.xml b/configsets/search_api_solr_7.x-1.14/conf/7.x/elevate.xml
new file mode 100644
index 0000000..71ea000
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.14/conf/7.x/elevate.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.14/conf/7.x/mapping-ISOLatin1Accent.txt b/configsets/search_api_solr_7.x-1.14/conf/7.x/mapping-ISOLatin1Accent.txt
new file mode 100644
index 0000000..b92d03c
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.14/conf/7.x/mapping-ISOLatin1Accent.txt
@@ -0,0 +1,14 @@
+# This file contains character mappings for the default fulltext field type.
+# The source characters (on the left) will be replaced by the respective target
+# characters before any other processing takes place.
+# Lines starting with a pound character # are ignored.
+#
+# For sensible defaults, use the mapping-ISOLatin1Accent.txt file distributed
+# with the example application of your Solr version.
+#
+# Examples:
+# "À" => "A"
+# "\u00c4" => "A"
+# "\u00c4" => "\u0041"
+# "æ" => "ae"
+# "\n" => " "
diff --git a/configsets/search_api_solr_7.x-1.14/conf/7.x/protwords.txt b/configsets/search_api_solr_7.x-1.14/conf/7.x/protwords.txt
new file mode 100644
index 0000000..cda8581
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.14/conf/7.x/protwords.txt
@@ -0,0 +1,7 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
diff --git a/configsets/search_api_solr_7.x-1.14/conf/7.x/schema.xml b/configsets/search_api_solr_7.x-1.14/conf/7.x/schema.xml
new file mode 100644
index 0000000..de61b0e
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.14/conf/7.x/schema.xml
@@ -0,0 +1,693 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.14/conf/7.x/schema_extra_fields.xml b/configsets/search_api_solr_7.x-1.14/conf/7.x/schema_extra_fields.xml
new file mode 100644
index 0000000..02b3655
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.14/conf/7.x/schema_extra_fields.xml
@@ -0,0 +1,23 @@
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.14/conf/7.x/schema_extra_types.xml b/configsets/search_api_solr_7.x-1.14/conf/7.x/schema_extra_types.xml
new file mode 100644
index 0000000..bd716b8
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.14/conf/7.x/schema_extra_types.xml
@@ -0,0 +1,34 @@
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.14/conf/7.x/solrconfig.xml b/configsets/search_api_solr_7.x-1.14/conf/7.x/solrconfig.xml
new file mode 100644
index 0000000..36e6fa1
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.14/conf/7.x/solrconfig.xml
@@ -0,0 +1,1793 @@
+
+
+
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+ ${solr.luceneMatchVersion:LUCENE_60}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.data.dir:}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 32
+
+
+
+
+
+
+ 4
+
+
+
+
+
+
+ ${solr.lock.type:native}
+
+
+
+
+
+ true
+
+
+
+
+ 1
+
+ 0
+
+
+
+
+
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.autoCommit.MaxDocs:10000}
+ ${solr.autoCommit.MaxTime:120000}
+
+
+
+
+ ${solr.autoSoftCommit.MaxDocs:2000}
+ ${solr.autoSoftCommit.MaxTime:10000}
+
+
+
+
+
+
+
+
+ ${solr.data.dir:}
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+ -1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+ 20
+
+
+ 200
+
+
+
+
+
+
+
+
+
+
+
+ solr rocks010
+
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ explicit
+ json
+ true
+ text
+
+
+
+
+
+
+
+ {!xport}
+ xsort
+ false
+
+
+
+ query
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ edismax
+ content
+ explicit
+ true
+ 0.01
+
+ ${solr.pinkPony.timeAllowed:-1}
+ *:*
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+ elevator
+
+
+
+
+
+
+ content
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+ ${solr.mlt.timeAllowed:2000}
+
+
+
+
+
+
+ content
+ explicit
+ true
+
+
+
+
+
+
+
+ text
+
+
+
+
+
+
+ _src_
+
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text
+ true
+ ignored_
+
+
+ true
+ links
+ ignored_
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+ ${solr.replication.master:false}
+ commit
+ startup
+ ${solr.replication.confFiles:schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml}
+
+
+ ${solr.replication.slave:false}
+ ${solr.replication.masterUrl:http://localhost:8983/solr}/replication
+ ${solr.replication.pollInterval:00:00:60}
+
+
+
+
+
+
+ true
+ json
+ true
+
+
+
+
+
+
+
+
+
+ default
+ wordbreak
+ false
+ false
+ 1
+ 5
+ 5
+ true
+ true
+ 10
+ 5
+
+
+ spellcheck
+
+
+
+
+
+
+ mySuggester
+ FuzzyLookupFactory
+ DocumentDictionaryFactory
+ cat
+ price
+ string
+
+
+
+
+
+ true
+ 10
+
+
+ suggest
+
+
+
+
+
+
+
+
+
+ true
+
+
+ tvComponent
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+ terms
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ,,
+ ,,
+ ,,
+ ,,
+ ,]]>
+ ]]>
+
+
+
+
+
+ 10
+ .,!?
+
+
+
+
+
+
+ WORD
+
+
+ en
+ US
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/plain; charset=UTF-8
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+ *:*
+
+
+
+
+
+
+
+
+
+
+
+ textSpell
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.14/conf/7.x/solrconfig_extra.xml b/configsets/search_api_solr_7.x-1.14/conf/7.x/solrconfig_extra.xml
new file mode 100644
index 0000000..c5bc3ac
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.14/conf/7.x/solrconfig_extra.xml
@@ -0,0 +1,80 @@
+
+
+
+textSpell
+
+
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.14/conf/7.x/solrcore.properties b/configsets/search_api_solr_7.x-1.14/conf/7.x/solrcore.properties
new file mode 100644
index 0000000..fb8d7d0
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.14/conf/7.x/solrcore.properties
@@ -0,0 +1,20 @@
+# Defines Solr properties for this specific core.
+solr.replication.master=false
+solr.replication.slave=false
+solr.replication.pollInterval=00:00:60
+solr.replication.masterUrl=http://localhost:8983/solr
+solr.replication.confFiles=schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml
+solr.mlt.timeAllowed=2000
+# You should not set your luceneMatchVersion to anything lower than your Solr
+# Version.
+solr.luceneMatchVersion=6.0
+solr.pinkPony.timeAllowed=-1
+# autoCommit after 10000 docs
+solr.autoCommit.MaxDocs=10000
+# autoCommit after 2 minutes
+solr.autoCommit.MaxTime=120000
+# autoSoftCommit after 2000 docs
+solr.autoSoftCommit.MaxDocs=2000
+# autoSoftCommit after 10 seconds
+solr.autoSoftCommit.MaxTime=10000
+solr.contrib.dir=../../../contrib
diff --git a/configsets/search_api_solr_7.x-1.14/conf/7.x/stopwords.txt b/configsets/search_api_solr_7.x-1.14/conf/7.x/stopwords.txt
new file mode 100644
index 0000000..d7f243e
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.14/conf/7.x/stopwords.txt
@@ -0,0 +1,4 @@
+# Contains words which shouldn't be indexed for fulltext fields, e.g., because
+# they're too common. For documentation of the format, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.StopFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_7.x-1.14/conf/7.x/synonyms.txt b/configsets/search_api_solr_7.x-1.14/conf/7.x/synonyms.txt
new file mode 100644
index 0000000..7d22eea
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.14/conf/7.x/synonyms.txt
@@ -0,0 +1,3 @@
+# Contains synonyms to use for your index. For the format used, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.SynonymFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_7.x-1.2/conf/1.4/elevate.xml b/configsets/search_api_solr_7.x-1.2/conf/1.4/elevate.xml
new file mode 100644
index 0000000..71ea000
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.2/conf/1.4/elevate.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.2/conf/1.4/mapping-ISOLatin1Accent.txt b/configsets/search_api_solr_7.x-1.2/conf/1.4/mapping-ISOLatin1Accent.txt
new file mode 100644
index 0000000..b92d03c
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.2/conf/1.4/mapping-ISOLatin1Accent.txt
@@ -0,0 +1,14 @@
+# This file contains character mappings for the default fulltext field type.
+# The source characters (on the left) will be replaced by the respective target
+# characters before any other processing takes place.
+# Lines starting with a pound character # are ignored.
+#
+# For sensible defaults, use the mapping-ISOLatin1Accent.txt file distributed
+# with the example application of your Solr version.
+#
+# Examples:
+# "À" => "A"
+# "\u00c4" => "A"
+# "\u00c4" => "\u0041"
+# "æ" => "ae"
+# "\n" => " "
diff --git a/configsets/search_api_solr_7.x-1.2/conf/1.4/protwords.txt b/configsets/search_api_solr_7.x-1.2/conf/1.4/protwords.txt
new file mode 100644
index 0000000..cda8581
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.2/conf/1.4/protwords.txt
@@ -0,0 +1,7 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
diff --git a/configsets/search_api_solr_7.x-1.2/conf/1.4/schema.xml b/configsets/search_api_solr_7.x-1.2/conf/1.4/schema.xml
new file mode 100644
index 0000000..3c7a45a
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.2/conf/1.4/schema.xml
@@ -0,0 +1,535 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id
+
+
+ content
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.2/conf/1.4/schema_extra_fields.xml b/configsets/search_api_solr_7.x-1.2/conf/1.4/schema_extra_fields.xml
new file mode 100644
index 0000000..9ecd5f4
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.2/conf/1.4/schema_extra_fields.xml
@@ -0,0 +1,23 @@
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.2/conf/1.4/schema_extra_types.xml b/configsets/search_api_solr_7.x-1.2/conf/1.4/schema_extra_types.xml
new file mode 100644
index 0000000..e82072e
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.2/conf/1.4/schema_extra_types.xml
@@ -0,0 +1,30 @@
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.2/conf/1.4/solrconfig.xml b/configsets/search_api_solr_7.x-1.2/conf/1.4/solrconfig.xml
new file mode 100644
index 0000000..5798444
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.2/conf/1.4/solrconfig.xml
@@ -0,0 +1,1606 @@
+
+
+
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+
+ 4
+
+ 32
+
+
+
+ 2147483647
+ 100000
+ 1000
+
+
+
+
+
+
+
+
+ single
+
+
+
+
+
+
+
+
+ false
+ 32
+ 10
+
+
+ false
+
+
+ true
+
+
+
+
+ 1
+
+ 0
+
+
+
+
+
+ false
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.autoCommit.MaxDocs:10000}
+ ${solr.autoCommit.MaxTime:120000}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+ 20
+
+
+ 200
+
+
+
+
+
+
+
+
+
+
+
+ solr rocks010
+
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ dismax
+ explicit
+ true
+ 0.01
+
+ ${solr.pinkPony.timeAllowed:-1}
+ *:*
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+ ${solr.mlt.timeAllowed:2000}
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text
+ true
+ ignored_
+
+
+ true
+ links
+ ignored_
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ pinkPony
+ solrpingquery
+
+
+ all
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+ ${solr.replication.master:false}
+ commit
+ startup
+ ${solr.replication.confFiles:schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml}
+
+
+ ${solr.replication.slave:false}
+ ${solr.replication.masterUrl:http://localhost:8983/solr}/replication
+ ${solr.replication.pollInterval:00:00:60}
+
+
+
+
+
+
+
+
+ false
+ false
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+
+
+
+ true
+
+
+ tvComponent
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+ terms
+
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ,,
+ ,,
+ ,,
+ ,,
+ ,]]>
+ ]]>
+
+
+
+
+
+ 10
+ .,!?
+
+
+
+
+
+
+ WORD
+
+
+ en
+ US
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/plain; charset=UTF-8
+
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+ *:*
+
+
+
+
+
+
+
+
+
+
+
+
+
+ textSpell
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.2/conf/1.4/solrconfig_extra.xml b/configsets/search_api_solr_7.x-1.2/conf/1.4/solrconfig_extra.xml
new file mode 100644
index 0000000..c5bc3ac
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.2/conf/1.4/solrconfig_extra.xml
@@ -0,0 +1,80 @@
+
+
+
+textSpell
+
+
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.2/conf/1.4/solrcore.properties b/configsets/search_api_solr_7.x-1.2/conf/1.4/solrcore.properties
new file mode 100644
index 0000000..f5ede05
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.2/conf/1.4/solrcore.properties
@@ -0,0 +1,10 @@
+# Defines Solr properties for this specific core.
+solr.replication.master=false
+solr.replication.slave=false
+solr.replication.pollInterval=00:00:60
+solr.replication.masterUrl=http://localhost:8983/solr
+solr.replication.confFiles=schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml
+solr.mlt.timeAllowed=2000
+solr.pinkPony.timeAllowed=-1
+solr.autoCommit.MaxDocs=10000
+solr.autoCommit.MaxTime=120000
diff --git a/configsets/search_api_solr_7.x-1.2/conf/1.4/stopwords.txt b/configsets/search_api_solr_7.x-1.2/conf/1.4/stopwords.txt
new file mode 100644
index 0000000..045f6d1
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.2/conf/1.4/stopwords.txt
@@ -0,0 +1,4 @@
+# Contains words which shouldn't be indexed for fulltext fields, e.g., because
+# they're to common. For documentation of the format, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.StopFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_7.x-1.2/conf/1.4/synonyms.txt b/configsets/search_api_solr_7.x-1.2/conf/1.4/synonyms.txt
new file mode 100644
index 0000000..7d22eea
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.2/conf/1.4/synonyms.txt
@@ -0,0 +1,3 @@
+# Contains synonyms to use for your index. For the format used, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.SynonymFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_7.x-1.2/conf/3.x/elevate.xml b/configsets/search_api_solr_7.x-1.2/conf/3.x/elevate.xml
new file mode 100644
index 0000000..71ea000
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.2/conf/3.x/elevate.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.2/conf/3.x/mapping-ISOLatin1Accent.txt b/configsets/search_api_solr_7.x-1.2/conf/3.x/mapping-ISOLatin1Accent.txt
new file mode 100644
index 0000000..b92d03c
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.2/conf/3.x/mapping-ISOLatin1Accent.txt
@@ -0,0 +1,14 @@
+# This file contains character mappings for the default fulltext field type.
+# The source characters (on the left) will be replaced by the respective target
+# characters before any other processing takes place.
+# Lines starting with a pound character # are ignored.
+#
+# For sensible defaults, use the mapping-ISOLatin1Accent.txt file distributed
+# with the example application of your Solr version.
+#
+# Examples:
+# "À" => "A"
+# "\u00c4" => "A"
+# "\u00c4" => "\u0041"
+# "æ" => "ae"
+# "\n" => " "
diff --git a/configsets/search_api_solr_7.x-1.2/conf/3.x/protwords.txt b/configsets/search_api_solr_7.x-1.2/conf/3.x/protwords.txt
new file mode 100644
index 0000000..cda8581
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.2/conf/3.x/protwords.txt
@@ -0,0 +1,7 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
diff --git a/configsets/search_api_solr_7.x-1.2/conf/3.x/schema.xml b/configsets/search_api_solr_7.x-1.2/conf/3.x/schema.xml
new file mode 100644
index 0000000..6953ccb
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.2/conf/3.x/schema.xml
@@ -0,0 +1,546 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id
+
+
+ content
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.2/conf/3.x/schema_extra_fields.xml b/configsets/search_api_solr_7.x-1.2/conf/3.x/schema_extra_fields.xml
new file mode 100644
index 0000000..9ecd5f4
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.2/conf/3.x/schema_extra_fields.xml
@@ -0,0 +1,23 @@
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.2/conf/3.x/schema_extra_types.xml b/configsets/search_api_solr_7.x-1.2/conf/3.x/schema_extra_types.xml
new file mode 100644
index 0000000..e82072e
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.2/conf/3.x/schema_extra_types.xml
@@ -0,0 +1,30 @@
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.2/conf/3.x/solrconfig.xml b/configsets/search_api_solr_7.x-1.2/conf/3.x/solrconfig.xml
new file mode 100644
index 0000000..fc0ca52
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.2/conf/3.x/solrconfig.xml
@@ -0,0 +1,1611 @@
+
+
+
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+ ${solr.luceneMatchVersion:LUCENE_35}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+
+ 4
+
+ 32
+
+
+
+ 2147483647
+ 100000
+ 1000
+
+
+
+
+
+
+
+
+ single
+
+
+
+
+
+
+
+
+ false
+ 32
+ 10
+
+
+ false
+
+
+ true
+
+
+
+
+ 1
+
+ 0
+
+
+
+
+
+ false
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.autoCommit.MaxDocs:10000}
+ ${solr.autoCommit.MaxTime:120000}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+ 20
+
+
+ 200
+
+
+
+
+
+
+
+
+
+
+
+ solr rocks010
+
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ edismax
+ explicit
+ true
+ 0.01
+
+ ${solr.pinkPony.timeAllowed:-1}
+ *:*
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+ ${solr.mlt.timeAllowed:2000}
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text
+ true
+ ignored_
+
+
+ true
+ links
+ ignored_
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ pinkPony
+ solrpingquery
+
+
+ all
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+ ${solr.replication.master:false}
+ commit
+ startup
+ ${solr.replication.confFiles:schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml}
+
+
+ ${solr.replication.slave:false}
+ ${solr.replication.masterUrl:http://localhost:8983/solr}/replication
+ ${solr.replication.pollInterval:00:00:60}
+
+
+
+
+
+
+
+
+ false
+ false
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+
+
+
+ true
+
+
+ tvComponent
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+ terms
+
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ,,
+ ,,
+ ,,
+ ,,
+ ,]]>
+ ]]>
+
+
+
+
+
+ 10
+ .,!?
+
+
+
+
+
+
+ WORD
+
+
+ en
+ US
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/plain; charset=UTF-8
+
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+ *:*
+
+
+
+
+
+
+
+
+
+
+ textSpell
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.2/conf/3.x/solrconfig_extra.xml b/configsets/search_api_solr_7.x-1.2/conf/3.x/solrconfig_extra.xml
new file mode 100644
index 0000000..c5bc3ac
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.2/conf/3.x/solrconfig_extra.xml
@@ -0,0 +1,80 @@
+
+
+
+textSpell
+
+
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.2/conf/3.x/solrcore.properties b/configsets/search_api_solr_7.x-1.2/conf/3.x/solrcore.properties
new file mode 100644
index 0000000..54a33c9
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.2/conf/3.x/solrcore.properties
@@ -0,0 +1,12 @@
+# Defines Solr properties for this specific core.
+solr.replication.master=false
+solr.replication.slave=false
+solr.replication.pollInterval=00:00:60
+solr.replication.masterUrl=http://localhost:8983/solr
+solr.replication.confFiles=schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml
+solr.mlt.timeAllowed=2000
+# You should not set your luceneVersion to anything lower then your Solr Version.
+solr.luceneMatchVersion=LUCENE_35
+solr.pinkPony.timeAllowed=-1
+solr.autoCommit.MaxDocs=10000
+solr.autoCommit.MaxTime=120000
diff --git a/configsets/search_api_solr_7.x-1.2/conf/3.x/stopwords.txt b/configsets/search_api_solr_7.x-1.2/conf/3.x/stopwords.txt
new file mode 100644
index 0000000..045f6d1
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.2/conf/3.x/stopwords.txt
@@ -0,0 +1,4 @@
+# Contains words which shouldn't be indexed for fulltext fields, e.g., because
+# they're to common. For documentation of the format, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.StopFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_7.x-1.2/conf/3.x/synonyms.txt b/configsets/search_api_solr_7.x-1.2/conf/3.x/synonyms.txt
new file mode 100644
index 0000000..7d22eea
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.2/conf/3.x/synonyms.txt
@@ -0,0 +1,3 @@
+# Contains synonyms to use for your index. For the format used, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.SynonymFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_7.x-1.2/conf/4.x/elevate.xml b/configsets/search_api_solr_7.x-1.2/conf/4.x/elevate.xml
new file mode 100644
index 0000000..71ea000
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.2/conf/4.x/elevate.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.2/conf/4.x/mapping-ISOLatin1Accent.txt b/configsets/search_api_solr_7.x-1.2/conf/4.x/mapping-ISOLatin1Accent.txt
new file mode 100644
index 0000000..b92d03c
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.2/conf/4.x/mapping-ISOLatin1Accent.txt
@@ -0,0 +1,14 @@
+# This file contains character mappings for the default fulltext field type.
+# The source characters (on the left) will be replaced by the respective target
+# characters before any other processing takes place.
+# Lines starting with a pound character # are ignored.
+#
+# For sensible defaults, use the mapping-ISOLatin1Accent.txt file distributed
+# with the example application of your Solr version.
+#
+# Examples:
+# "À" => "A"
+# "\u00c4" => "A"
+# "\u00c4" => "\u0041"
+# "æ" => "ae"
+# "\n" => " "
diff --git a/configsets/search_api_solr_7.x-1.2/conf/4.x/protwords.txt b/configsets/search_api_solr_7.x-1.2/conf/4.x/protwords.txt
new file mode 100644
index 0000000..cda8581
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.2/conf/4.x/protwords.txt
@@ -0,0 +1,7 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
diff --git a/configsets/search_api_solr_7.x-1.2/conf/4.x/schema.xml b/configsets/search_api_solr_7.x-1.2/conf/4.x/schema.xml
new file mode 100644
index 0000000..6e8e796
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.2/conf/4.x/schema.xml
@@ -0,0 +1,547 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id
+
+
+ content
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.2/conf/4.x/schema_extra_fields.xml b/configsets/search_api_solr_7.x-1.2/conf/4.x/schema_extra_fields.xml
new file mode 100644
index 0000000..9ecd5f4
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.2/conf/4.x/schema_extra_fields.xml
@@ -0,0 +1,23 @@
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.2/conf/4.x/schema_extra_types.xml b/configsets/search_api_solr_7.x-1.2/conf/4.x/schema_extra_types.xml
new file mode 100644
index 0000000..e82072e
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.2/conf/4.x/schema_extra_types.xml
@@ -0,0 +1,30 @@
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.2/conf/4.x/solrconfig.xml b/configsets/search_api_solr_7.x-1.2/conf/4.x/solrconfig.xml
new file mode 100644
index 0000000..d408253
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.2/conf/4.x/solrconfig.xml
@@ -0,0 +1,1603 @@
+
+
+
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+ ${solr.luceneMatchVersion:LUCENE_40}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+
+ 4
+
+ 32
+
+
+
+ 2147483647
+ 100000
+ 1000
+
+
+
+
+
+
+
+
+ single
+
+
+
+
+ false
+ 32
+ 10
+
+
+ false
+
+
+ true
+
+
+
+
+ 1
+
+ 0
+
+
+
+
+
+ false
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.autoCommit.MaxDocs:10000}
+ ${solr.autoCommit.MaxTime:120000}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+ 20
+
+
+ 200
+
+
+
+
+
+
+
+
+
+
+
+ solr rocks010
+
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ edismax
+ explicit
+ true
+ 0.01
+
+ ${solr.pinkPony.timeAllowed:-1}
+ *:*
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+ ${solr.mlt.timeAllowed:2000}
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text
+ true
+ ignored_
+
+
+ true
+ links
+ ignored_
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ pinkPony
+ solrpingquery
+
+
+ all
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+ ${solr.replication.master:false}
+ commit
+ startup
+ ${solr.replication.confFiles:schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml}
+
+
+ ${solr.replication.slave:false}
+ ${solr.replication.masterUrl:http://localhost:8983/solr}/replication
+ ${solr.replication.pollInterval:00:00:60}
+
+
+
+
+
+
+
+
+ false
+ false
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+
+
+
+ true
+
+
+ tvComponent
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+ terms
+
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ,,
+ ,,
+ ,,
+ ,,
+ ,]]>
+ ]]>
+
+
+
+
+
+ 10
+ .,!?
+
+
+
+
+
+
+ WORD
+
+
+ en
+ US
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/plain; charset=UTF-8
+
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+ *:*
+
+
+
+
+
+
+
+
+
+
+ textSpell
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.2/conf/4.x/solrconfig_extra.xml b/configsets/search_api_solr_7.x-1.2/conf/4.x/solrconfig_extra.xml
new file mode 100644
index 0000000..c5bc3ac
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.2/conf/4.x/solrconfig_extra.xml
@@ -0,0 +1,80 @@
+
+
+
+textSpell
+
+
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.2/conf/4.x/solrcore.properties b/configsets/search_api_solr_7.x-1.2/conf/4.x/solrcore.properties
new file mode 100644
index 0000000..a2eb167
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.2/conf/4.x/solrcore.properties
@@ -0,0 +1,12 @@
+# Defines Solr properties for this specific core.
+solr.replication.master=false
+solr.replication.slave=false
+solr.replication.pollInterval=00:00:60
+solr.replication.masterUrl=http://localhost:8983/solr
+solr.replication.confFiles=schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml
+solr.mlt.timeAllowed=2000
+# You should not set your luceneVersion to anything lower then your Solr Version.
+solr.luceneMatchVersion=LUCENE_40
+solr.pinkPony.timeAllowed=-1
+solr.autoCommit.MaxDocs=10000
+solr.autoCommit.MaxTime=120000
diff --git a/configsets/search_api_solr_7.x-1.2/conf/4.x/stopwords.txt b/configsets/search_api_solr_7.x-1.2/conf/4.x/stopwords.txt
new file mode 100644
index 0000000..d7f243e
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.2/conf/4.x/stopwords.txt
@@ -0,0 +1,4 @@
+# Contains words which shouldn't be indexed for fulltext fields, e.g., because
+# they're too common. For documentation of the format, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.StopFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_7.x-1.2/conf/4.x/synonyms.txt b/configsets/search_api_solr_7.x-1.2/conf/4.x/synonyms.txt
new file mode 100644
index 0000000..7d22eea
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.2/conf/4.x/synonyms.txt
@@ -0,0 +1,3 @@
+# Contains synonyms to use for your index. For the format used, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.SynonymFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_7.x-1.3/conf/1.4/elevate.xml b/configsets/search_api_solr_7.x-1.3/conf/1.4/elevate.xml
new file mode 100644
index 0000000..71ea000
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.3/conf/1.4/elevate.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.3/conf/1.4/mapping-ISOLatin1Accent.txt b/configsets/search_api_solr_7.x-1.3/conf/1.4/mapping-ISOLatin1Accent.txt
new file mode 100644
index 0000000..b92d03c
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.3/conf/1.4/mapping-ISOLatin1Accent.txt
@@ -0,0 +1,14 @@
+# This file contains character mappings for the default fulltext field type.
+# The source characters (on the left) will be replaced by the respective target
+# characters before any other processing takes place.
+# Lines starting with a pound character # are ignored.
+#
+# For sensible defaults, use the mapping-ISOLatin1Accent.txt file distributed
+# with the example application of your Solr version.
+#
+# Examples:
+# "À" => "A"
+# "\u00c4" => "A"
+# "\u00c4" => "\u0041"
+# "æ" => "ae"
+# "\n" => " "
diff --git a/configsets/search_api_solr_7.x-1.3/conf/1.4/protwords.txt b/configsets/search_api_solr_7.x-1.3/conf/1.4/protwords.txt
new file mode 100644
index 0000000..cda8581
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.3/conf/1.4/protwords.txt
@@ -0,0 +1,7 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
diff --git a/configsets/search_api_solr_7.x-1.3/conf/1.4/schema.xml b/configsets/search_api_solr_7.x-1.3/conf/1.4/schema.xml
new file mode 100644
index 0000000..f8b7c9d
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.3/conf/1.4/schema.xml
@@ -0,0 +1,535 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id
+
+
+ content
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.3/conf/1.4/schema_extra_fields.xml b/configsets/search_api_solr_7.x-1.3/conf/1.4/schema_extra_fields.xml
new file mode 100644
index 0000000..9ecd5f4
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.3/conf/1.4/schema_extra_fields.xml
@@ -0,0 +1,23 @@
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.3/conf/1.4/schema_extra_types.xml b/configsets/search_api_solr_7.x-1.3/conf/1.4/schema_extra_types.xml
new file mode 100644
index 0000000..e82072e
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.3/conf/1.4/schema_extra_types.xml
@@ -0,0 +1,30 @@
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.3/conf/1.4/solrconfig.xml b/configsets/search_api_solr_7.x-1.3/conf/1.4/solrconfig.xml
new file mode 100644
index 0000000..5798444
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.3/conf/1.4/solrconfig.xml
@@ -0,0 +1,1606 @@
+
+
+
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+
+ 4
+
+ 32
+
+
+
+ 2147483647
+ 100000
+ 1000
+
+
+
+
+
+
+
+
+ single
+
+
+
+
+
+
+
+
+ false
+ 32
+ 10
+
+
+ false
+
+
+ true
+
+
+
+
+ 1
+
+ 0
+
+
+
+
+
+ false
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.autoCommit.MaxDocs:10000}
+ ${solr.autoCommit.MaxTime:120000}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+ 20
+
+
+ 200
+
+
+
+
+
+
+
+
+
+
+
+ solr rocks010
+
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ dismax
+ explicit
+ true
+ 0.01
+
+ ${solr.pinkPony.timeAllowed:-1}
+ *:*
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+ ${solr.mlt.timeAllowed:2000}
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text
+ true
+ ignored_
+
+
+ true
+ links
+ ignored_
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ pinkPony
+ solrpingquery
+
+
+ all
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+ ${solr.replication.master:false}
+ commit
+ startup
+ ${solr.replication.confFiles:schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml}
+
+
+ ${solr.replication.slave:false}
+ ${solr.replication.masterUrl:http://localhost:8983/solr}/replication
+ ${solr.replication.pollInterval:00:00:60}
+
+
+
+
+
+
+
+
+ false
+ false
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+
+
+
+ true
+
+
+ tvComponent
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+ terms
+
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ,,
+ ,,
+ ,,
+ ,,
+ ,]]>
+ ]]>
+
+
+
+
+
+ 10
+ .,!?
+
+
+
+
+
+
+ WORD
+
+
+ en
+ US
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/plain; charset=UTF-8
+
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+ *:*
+
+
+
+
+
+
+
+
+
+
+
+
+
+ textSpell
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.3/conf/1.4/solrconfig_extra.xml b/configsets/search_api_solr_7.x-1.3/conf/1.4/solrconfig_extra.xml
new file mode 100644
index 0000000..c5bc3ac
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.3/conf/1.4/solrconfig_extra.xml
@@ -0,0 +1,80 @@
+
+
+
+textSpell
+
+
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.3/conf/1.4/solrcore.properties b/configsets/search_api_solr_7.x-1.3/conf/1.4/solrcore.properties
new file mode 100644
index 0000000..f5ede05
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.3/conf/1.4/solrcore.properties
@@ -0,0 +1,10 @@
+# Defines Solr properties for this specific core.
+solr.replication.master=false
+solr.replication.slave=false
+solr.replication.pollInterval=00:00:60
+solr.replication.masterUrl=http://localhost:8983/solr
+solr.replication.confFiles=schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml
+solr.mlt.timeAllowed=2000
+solr.pinkPony.timeAllowed=-1
+solr.autoCommit.MaxDocs=10000
+solr.autoCommit.MaxTime=120000
diff --git a/configsets/search_api_solr_7.x-1.3/conf/1.4/stopwords.txt b/configsets/search_api_solr_7.x-1.3/conf/1.4/stopwords.txt
new file mode 100644
index 0000000..045f6d1
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.3/conf/1.4/stopwords.txt
@@ -0,0 +1,4 @@
+# Contains words which shouldn't be indexed for fulltext fields, e.g., because
+# they're to common. For documentation of the format, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.StopFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_7.x-1.3/conf/1.4/synonyms.txt b/configsets/search_api_solr_7.x-1.3/conf/1.4/synonyms.txt
new file mode 100644
index 0000000..7d22eea
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.3/conf/1.4/synonyms.txt
@@ -0,0 +1,3 @@
+# Contains synonyms to use for your index. For the format used, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.SynonymFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_7.x-1.3/conf/3.x/elevate.xml b/configsets/search_api_solr_7.x-1.3/conf/3.x/elevate.xml
new file mode 100644
index 0000000..71ea000
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.3/conf/3.x/elevate.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.3/conf/3.x/mapping-ISOLatin1Accent.txt b/configsets/search_api_solr_7.x-1.3/conf/3.x/mapping-ISOLatin1Accent.txt
new file mode 100644
index 0000000..b92d03c
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.3/conf/3.x/mapping-ISOLatin1Accent.txt
@@ -0,0 +1,14 @@
+# This file contains character mappings for the default fulltext field type.
+# The source characters (on the left) will be replaced by the respective target
+# characters before any other processing takes place.
+# Lines starting with a pound character # are ignored.
+#
+# For sensible defaults, use the mapping-ISOLatin1Accent.txt file distributed
+# with the example application of your Solr version.
+#
+# Examples:
+# "À" => "A"
+# "\u00c4" => "A"
+# "\u00c4" => "\u0041"
+# "æ" => "ae"
+# "\n" => " "
diff --git a/configsets/search_api_solr_7.x-1.3/conf/3.x/protwords.txt b/configsets/search_api_solr_7.x-1.3/conf/3.x/protwords.txt
new file mode 100644
index 0000000..cda8581
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.3/conf/3.x/protwords.txt
@@ -0,0 +1,7 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
diff --git a/configsets/search_api_solr_7.x-1.3/conf/3.x/schema.xml b/configsets/search_api_solr_7.x-1.3/conf/3.x/schema.xml
new file mode 100644
index 0000000..4c9b512
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.3/conf/3.x/schema.xml
@@ -0,0 +1,546 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id
+
+
+ content
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.3/conf/3.x/schema_extra_fields.xml b/configsets/search_api_solr_7.x-1.3/conf/3.x/schema_extra_fields.xml
new file mode 100644
index 0000000..9ecd5f4
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.3/conf/3.x/schema_extra_fields.xml
@@ -0,0 +1,23 @@
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.3/conf/3.x/schema_extra_types.xml b/configsets/search_api_solr_7.x-1.3/conf/3.x/schema_extra_types.xml
new file mode 100644
index 0000000..e82072e
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.3/conf/3.x/schema_extra_types.xml
@@ -0,0 +1,30 @@
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.3/conf/3.x/solrconfig.xml b/configsets/search_api_solr_7.x-1.3/conf/3.x/solrconfig.xml
new file mode 100644
index 0000000..fc0ca52
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.3/conf/3.x/solrconfig.xml
@@ -0,0 +1,1611 @@
+
+
+
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+ ${solr.luceneMatchVersion:LUCENE_35}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+
+ 4
+
+ 32
+
+
+
+ 2147483647
+ 100000
+ 1000
+
+
+
+
+
+
+
+
+ single
+
+
+
+
+
+
+
+
+ false
+ 32
+ 10
+
+
+ false
+
+
+ true
+
+
+
+
+ 1
+
+ 0
+
+
+
+
+
+ false
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.autoCommit.MaxDocs:10000}
+ ${solr.autoCommit.MaxTime:120000}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+ 20
+
+
+ 200
+
+
+
+
+
+
+
+
+
+
+
+ solr rocks010
+
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ edismax
+ explicit
+ true
+ 0.01
+
+ ${solr.pinkPony.timeAllowed:-1}
+ *:*
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+ ${solr.mlt.timeAllowed:2000}
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text
+ true
+ ignored_
+
+
+ true
+ links
+ ignored_
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ pinkPony
+ solrpingquery
+
+
+ all
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+ ${solr.replication.master:false}
+ commit
+ startup
+ ${solr.replication.confFiles:schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml}
+
+
+ ${solr.replication.slave:false}
+ ${solr.replication.masterUrl:http://localhost:8983/solr}/replication
+ ${solr.replication.pollInterval:00:00:60}
+
+
+
+
+
+
+
+
+ false
+ false
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+
+
+
+ true
+
+
+ tvComponent
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+ terms
+
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ,,
+ ,,
+ ,,
+ ,,
+ ,]]>
+ ]]>
+
+
+
+
+
+ 10
+ .,!?
+
+
+
+
+
+
+ WORD
+
+
+ en
+ US
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/plain; charset=UTF-8
+
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+ *:*
+
+
+
+
+
+
+
+
+
+
+ textSpell
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.3/conf/3.x/solrconfig_extra.xml b/configsets/search_api_solr_7.x-1.3/conf/3.x/solrconfig_extra.xml
new file mode 100644
index 0000000..c5bc3ac
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.3/conf/3.x/solrconfig_extra.xml
@@ -0,0 +1,80 @@
+
+
+
+textSpell
+
+
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.3/conf/3.x/solrcore.properties b/configsets/search_api_solr_7.x-1.3/conf/3.x/solrcore.properties
new file mode 100644
index 0000000..54a33c9
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.3/conf/3.x/solrcore.properties
@@ -0,0 +1,12 @@
+# Defines Solr properties for this specific core.
+solr.replication.master=false
+solr.replication.slave=false
+solr.replication.pollInterval=00:00:60
+solr.replication.masterUrl=http://localhost:8983/solr
+solr.replication.confFiles=schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml
+solr.mlt.timeAllowed=2000
+# You should not set your luceneVersion to anything lower then your Solr Version.
+solr.luceneMatchVersion=LUCENE_35
+solr.pinkPony.timeAllowed=-1
+solr.autoCommit.MaxDocs=10000
+solr.autoCommit.MaxTime=120000
diff --git a/configsets/search_api_solr_7.x-1.3/conf/3.x/stopwords.txt b/configsets/search_api_solr_7.x-1.3/conf/3.x/stopwords.txt
new file mode 100644
index 0000000..045f6d1
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.3/conf/3.x/stopwords.txt
@@ -0,0 +1,4 @@
+# Contains words which shouldn't be indexed for fulltext fields, e.g., because
+# they're to common. For documentation of the format, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.StopFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_7.x-1.3/conf/3.x/synonyms.txt b/configsets/search_api_solr_7.x-1.3/conf/3.x/synonyms.txt
new file mode 100644
index 0000000..7d22eea
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.3/conf/3.x/synonyms.txt
@@ -0,0 +1,3 @@
+# Contains synonyms to use for your index. For the format used, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.SynonymFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_7.x-1.3/conf/4.x/elevate.xml b/configsets/search_api_solr_7.x-1.3/conf/4.x/elevate.xml
new file mode 100644
index 0000000..71ea000
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.3/conf/4.x/elevate.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.3/conf/4.x/mapping-ISOLatin1Accent.txt b/configsets/search_api_solr_7.x-1.3/conf/4.x/mapping-ISOLatin1Accent.txt
new file mode 100644
index 0000000..b92d03c
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.3/conf/4.x/mapping-ISOLatin1Accent.txt
@@ -0,0 +1,14 @@
+# This file contains character mappings for the default fulltext field type.
+# The source characters (on the left) will be replaced by the respective target
+# characters before any other processing takes place.
+# Lines starting with a pound character # are ignored.
+#
+# For sensible defaults, use the mapping-ISOLatin1Accent.txt file distributed
+# with the example application of your Solr version.
+#
+# Examples:
+# "À" => "A"
+# "\u00c4" => "A"
+# "\u00c4" => "\u0041"
+# "æ" => "ae"
+# "\n" => " "
diff --git a/configsets/search_api_solr_7.x-1.3/conf/4.x/protwords.txt b/configsets/search_api_solr_7.x-1.3/conf/4.x/protwords.txt
new file mode 100644
index 0000000..cda8581
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.3/conf/4.x/protwords.txt
@@ -0,0 +1,7 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
diff --git a/configsets/search_api_solr_7.x-1.3/conf/4.x/schema.xml b/configsets/search_api_solr_7.x-1.3/conf/4.x/schema.xml
new file mode 100644
index 0000000..34961ae
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.3/conf/4.x/schema.xml
@@ -0,0 +1,547 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id
+
+
+ content
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.3/conf/4.x/schema_extra_fields.xml b/configsets/search_api_solr_7.x-1.3/conf/4.x/schema_extra_fields.xml
new file mode 100644
index 0000000..9ecd5f4
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.3/conf/4.x/schema_extra_fields.xml
@@ -0,0 +1,23 @@
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.3/conf/4.x/schema_extra_types.xml b/configsets/search_api_solr_7.x-1.3/conf/4.x/schema_extra_types.xml
new file mode 100644
index 0000000..e82072e
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.3/conf/4.x/schema_extra_types.xml
@@ -0,0 +1,30 @@
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.3/conf/4.x/solrconfig.xml b/configsets/search_api_solr_7.x-1.3/conf/4.x/solrconfig.xml
new file mode 100644
index 0000000..d408253
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.3/conf/4.x/solrconfig.xml
@@ -0,0 +1,1603 @@
+
+
+
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+ ${solr.luceneMatchVersion:LUCENE_40}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+
+ 4
+
+ 32
+
+
+
+ 2147483647
+ 100000
+ 1000
+
+
+
+
+
+
+
+
+ single
+
+
+
+
+ false
+ 32
+ 10
+
+
+ false
+
+
+ true
+
+
+
+
+ 1
+
+ 0
+
+
+
+
+
+ false
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.autoCommit.MaxDocs:10000}
+ ${solr.autoCommit.MaxTime:120000}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+ 20
+
+
+ 200
+
+
+
+
+
+
+
+
+
+
+
+ solr rocks010
+
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ edismax
+ explicit
+ true
+ 0.01
+
+ ${solr.pinkPony.timeAllowed:-1}
+ *:*
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+ ${solr.mlt.timeAllowed:2000}
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text
+ true
+ ignored_
+
+
+ true
+ links
+ ignored_
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ pinkPony
+ solrpingquery
+
+
+ all
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+ ${solr.replication.master:false}
+ commit
+ startup
+ ${solr.replication.confFiles:schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml}
+
+
+ ${solr.replication.slave:false}
+ ${solr.replication.masterUrl:http://localhost:8983/solr}/replication
+ ${solr.replication.pollInterval:00:00:60}
+
+
+
+
+
+
+
+
+ false
+ false
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+
+
+
+ true
+
+
+ tvComponent
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+ terms
+
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ,,
+ ,,
+ ,,
+ ,,
+ ,]]>
+ ]]>
+
+
+
+
+
+ 10
+ .,!?
+
+
+
+
+
+
+ WORD
+
+
+ en
+ US
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/plain; charset=UTF-8
+
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+ *:*
+
+
+
+
+
+
+
+
+
+
+ textSpell
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.3/conf/4.x/solrconfig_extra.xml b/configsets/search_api_solr_7.x-1.3/conf/4.x/solrconfig_extra.xml
new file mode 100644
index 0000000..c5bc3ac
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.3/conf/4.x/solrconfig_extra.xml
@@ -0,0 +1,80 @@
+
+
+
+textSpell
+
+
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.3/conf/4.x/solrcore.properties b/configsets/search_api_solr_7.x-1.3/conf/4.x/solrcore.properties
new file mode 100644
index 0000000..a2eb167
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.3/conf/4.x/solrcore.properties
@@ -0,0 +1,12 @@
+# Defines Solr properties for this specific core.
+solr.replication.master=false
+solr.replication.slave=false
+solr.replication.pollInterval=00:00:60
+solr.replication.masterUrl=http://localhost:8983/solr
+solr.replication.confFiles=schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml
+solr.mlt.timeAllowed=2000
+# You should not set your luceneVersion to anything lower then your Solr Version.
+solr.luceneMatchVersion=LUCENE_40
+solr.pinkPony.timeAllowed=-1
+solr.autoCommit.MaxDocs=10000
+solr.autoCommit.MaxTime=120000
diff --git a/configsets/search_api_solr_7.x-1.3/conf/4.x/stopwords.txt b/configsets/search_api_solr_7.x-1.3/conf/4.x/stopwords.txt
new file mode 100644
index 0000000..d7f243e
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.3/conf/4.x/stopwords.txt
@@ -0,0 +1,4 @@
+# Contains words which shouldn't be indexed for fulltext fields, e.g., because
+# they're too common. For documentation of the format, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.StopFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_7.x-1.3/conf/4.x/synonyms.txt b/configsets/search_api_solr_7.x-1.3/conf/4.x/synonyms.txt
new file mode 100644
index 0000000..7d22eea
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.3/conf/4.x/synonyms.txt
@@ -0,0 +1,3 @@
+# Contains synonyms to use for your index. For the format used, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.SynonymFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_7.x-1.4/conf/1.4/elevate.xml b/configsets/search_api_solr_7.x-1.4/conf/1.4/elevate.xml
new file mode 100644
index 0000000..71ea000
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.4/conf/1.4/elevate.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.4/conf/1.4/mapping-ISOLatin1Accent.txt b/configsets/search_api_solr_7.x-1.4/conf/1.4/mapping-ISOLatin1Accent.txt
new file mode 100644
index 0000000..b92d03c
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.4/conf/1.4/mapping-ISOLatin1Accent.txt
@@ -0,0 +1,14 @@
+# This file contains character mappings for the default fulltext field type.
+# The source characters (on the left) will be replaced by the respective target
+# characters before any other processing takes place.
+# Lines starting with a pound character # are ignored.
+#
+# For sensible defaults, use the mapping-ISOLatin1Accent.txt file distributed
+# with the example application of your Solr version.
+#
+# Examples:
+# "À" => "A"
+# "\u00c4" => "A"
+# "\u00c4" => "\u0041"
+# "æ" => "ae"
+# "\n" => " "
diff --git a/configsets/search_api_solr_7.x-1.4/conf/1.4/protwords.txt b/configsets/search_api_solr_7.x-1.4/conf/1.4/protwords.txt
new file mode 100644
index 0000000..cda8581
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.4/conf/1.4/protwords.txt
@@ -0,0 +1,7 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
diff --git a/configsets/search_api_solr_7.x-1.4/conf/1.4/schema.xml b/configsets/search_api_solr_7.x-1.4/conf/1.4/schema.xml
new file mode 100644
index 0000000..f8b7c9d
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.4/conf/1.4/schema.xml
@@ -0,0 +1,535 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id
+
+
+ content
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.4/conf/1.4/schema_extra_fields.xml b/configsets/search_api_solr_7.x-1.4/conf/1.4/schema_extra_fields.xml
new file mode 100644
index 0000000..9ecd5f4
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.4/conf/1.4/schema_extra_fields.xml
@@ -0,0 +1,23 @@
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.4/conf/1.4/schema_extra_types.xml b/configsets/search_api_solr_7.x-1.4/conf/1.4/schema_extra_types.xml
new file mode 100644
index 0000000..e82072e
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.4/conf/1.4/schema_extra_types.xml
@@ -0,0 +1,30 @@
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.4/conf/1.4/solrconfig.xml b/configsets/search_api_solr_7.x-1.4/conf/1.4/solrconfig.xml
new file mode 100644
index 0000000..5798444
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.4/conf/1.4/solrconfig.xml
@@ -0,0 +1,1606 @@
+
+
+
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+
+ 4
+
+ 32
+
+
+
+ 2147483647
+ 100000
+ 1000
+
+
+
+
+
+
+
+
+ single
+
+
+
+
+
+
+
+
+ false
+ 32
+ 10
+
+
+ false
+
+
+ true
+
+
+
+
+ 1
+
+ 0
+
+
+
+
+
+ false
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.autoCommit.MaxDocs:10000}
+ ${solr.autoCommit.MaxTime:120000}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+ 20
+
+
+ 200
+
+
+
+
+
+
+
+
+
+
+
+ solr rocks010
+
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ dismax
+ explicit
+ true
+ 0.01
+
+ ${solr.pinkPony.timeAllowed:-1}
+ *:*
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+ ${solr.mlt.timeAllowed:2000}
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text
+ true
+ ignored_
+
+
+ true
+ links
+ ignored_
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ pinkPony
+ solrpingquery
+
+
+ all
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+ ${solr.replication.master:false}
+ commit
+ startup
+ ${solr.replication.confFiles:schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml}
+
+
+ ${solr.replication.slave:false}
+ ${solr.replication.masterUrl:http://localhost:8983/solr}/replication
+ ${solr.replication.pollInterval:00:00:60}
+
+
+
+
+
+
+
+
+ false
+ false
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+
+
+
+ true
+
+
+ tvComponent
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+ terms
+
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ,,
+ ,,
+ ,,
+ ,,
+ ,]]>
+ ]]>
+
+
+
+
+
+ 10
+ .,!?
+
+
+
+
+
+
+ WORD
+
+
+ en
+ US
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/plain; charset=UTF-8
+
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+ *:*
+
+
+
+
+
+
+
+
+
+
+
+
+
+ textSpell
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.4/conf/1.4/solrconfig_extra.xml b/configsets/search_api_solr_7.x-1.4/conf/1.4/solrconfig_extra.xml
new file mode 100644
index 0000000..c5bc3ac
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.4/conf/1.4/solrconfig_extra.xml
@@ -0,0 +1,80 @@
+
+
+
+textSpell
+
+
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.4/conf/1.4/solrcore.properties b/configsets/search_api_solr_7.x-1.4/conf/1.4/solrcore.properties
new file mode 100644
index 0000000..f5ede05
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.4/conf/1.4/solrcore.properties
@@ -0,0 +1,10 @@
+# Defines Solr properties for this specific core.
+solr.replication.master=false
+solr.replication.slave=false
+solr.replication.pollInterval=00:00:60
+solr.replication.masterUrl=http://localhost:8983/solr
+solr.replication.confFiles=schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml
+solr.mlt.timeAllowed=2000
+solr.pinkPony.timeAllowed=-1
+solr.autoCommit.MaxDocs=10000
+solr.autoCommit.MaxTime=120000
diff --git a/configsets/search_api_solr_7.x-1.4/conf/1.4/stopwords.txt b/configsets/search_api_solr_7.x-1.4/conf/1.4/stopwords.txt
new file mode 100644
index 0000000..045f6d1
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.4/conf/1.4/stopwords.txt
@@ -0,0 +1,4 @@
+# Contains words which shouldn't be indexed for fulltext fields, e.g., because
+# they're to common. For documentation of the format, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.StopFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_7.x-1.4/conf/1.4/synonyms.txt b/configsets/search_api_solr_7.x-1.4/conf/1.4/synonyms.txt
new file mode 100644
index 0000000..7d22eea
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.4/conf/1.4/synonyms.txt
@@ -0,0 +1,3 @@
+# Contains synonyms to use for your index. For the format used, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.SynonymFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_7.x-1.4/conf/3.x/elevate.xml b/configsets/search_api_solr_7.x-1.4/conf/3.x/elevate.xml
new file mode 100644
index 0000000..71ea000
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.4/conf/3.x/elevate.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.4/conf/3.x/mapping-ISOLatin1Accent.txt b/configsets/search_api_solr_7.x-1.4/conf/3.x/mapping-ISOLatin1Accent.txt
new file mode 100644
index 0000000..b92d03c
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.4/conf/3.x/mapping-ISOLatin1Accent.txt
@@ -0,0 +1,14 @@
+# This file contains character mappings for the default fulltext field type.
+# The source characters (on the left) will be replaced by the respective target
+# characters before any other processing takes place.
+# Lines starting with a pound character # are ignored.
+#
+# For sensible defaults, use the mapping-ISOLatin1Accent.txt file distributed
+# with the example application of your Solr version.
+#
+# Examples:
+# "À" => "A"
+# "\u00c4" => "A"
+# "\u00c4" => "\u0041"
+# "æ" => "ae"
+# "\n" => " "
diff --git a/configsets/search_api_solr_7.x-1.4/conf/3.x/protwords.txt b/configsets/search_api_solr_7.x-1.4/conf/3.x/protwords.txt
new file mode 100644
index 0000000..cda8581
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.4/conf/3.x/protwords.txt
@@ -0,0 +1,7 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
diff --git a/configsets/search_api_solr_7.x-1.4/conf/3.x/schema.xml b/configsets/search_api_solr_7.x-1.4/conf/3.x/schema.xml
new file mode 100644
index 0000000..acc5e4b
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.4/conf/3.x/schema.xml
@@ -0,0 +1,546 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id
+
+
+ content
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.4/conf/3.x/schema_extra_fields.xml b/configsets/search_api_solr_7.x-1.4/conf/3.x/schema_extra_fields.xml
new file mode 100644
index 0000000..9ecd5f4
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.4/conf/3.x/schema_extra_fields.xml
@@ -0,0 +1,23 @@
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.4/conf/3.x/schema_extra_types.xml b/configsets/search_api_solr_7.x-1.4/conf/3.x/schema_extra_types.xml
new file mode 100644
index 0000000..e82072e
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.4/conf/3.x/schema_extra_types.xml
@@ -0,0 +1,30 @@
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.4/conf/3.x/solrconfig.xml b/configsets/search_api_solr_7.x-1.4/conf/3.x/solrconfig.xml
new file mode 100644
index 0000000..7091ba4
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.4/conf/3.x/solrconfig.xml
@@ -0,0 +1,1613 @@
+
+
+
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+ ${solr.luceneMatchVersion:LUCENE_35}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+
+ 4
+
+ 32
+
+
+
+ 2147483647
+ 100000
+ 1000
+
+
+
+
+
+
+
+
+ single
+
+
+
+
+
+
+
+
+ false
+ 32
+ 10
+
+
+ false
+
+
+ true
+
+
+
+
+ 1
+
+ 0
+
+
+
+
+
+ false
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.autoCommit.MaxDocs:10000}
+ ${solr.autoCommit.MaxTime:120000}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+ 20
+
+
+ 200
+
+
+
+
+
+
+
+
+
+
+
+ solr rocks010
+
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ edismax
+ explicit
+ true
+ 0.01
+
+ ${solr.pinkPony.timeAllowed:-1}
+ *:*
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+ ${solr.mlt.timeAllowed:2000}
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text
+ true
+ ignored_
+
+
+ true
+ links
+ ignored_
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ pinkPony
+ solrpingquery
+
+
+ all
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+ ${solr.replication.master:false}
+ commit
+ startup
+ ${solr.replication.confFiles:schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml}
+
+
+ ${solr.replication.slave:false}
+ ${solr.replication.masterUrl:http://localhost:8983/solr}/replication
+ ${solr.replication.pollInterval:00:00:60}
+
+
+
+
+
+
+
+
+ false
+ false
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+
+
+
+ true
+
+
+ tvComponent
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+ terms
+
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ,,
+ ,,
+ ,,
+ ,,
+ ,]]>
+ ]]>
+
+
+
+
+
+ 10
+ .,!?
+
+
+
+
+
+
+ WORD
+
+
+ en
+ US
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/plain; charset=UTF-8
+
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+ *:*
+
+
+
+
+
+
+
+
+
+
+
+ textSpell
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.4/conf/3.x/solrconfig_extra.xml b/configsets/search_api_solr_7.x-1.4/conf/3.x/solrconfig_extra.xml
new file mode 100644
index 0000000..c5bc3ac
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.4/conf/3.x/solrconfig_extra.xml
@@ -0,0 +1,80 @@
+
+
+
+textSpell
+
+
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.4/conf/3.x/solrcore.properties b/configsets/search_api_solr_7.x-1.4/conf/3.x/solrcore.properties
new file mode 100644
index 0000000..bc46886
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.4/conf/3.x/solrcore.properties
@@ -0,0 +1,16 @@
+# Defines Solr properties for this specific core.
+solr.replication.master=false
+solr.replication.slave=false
+solr.replication.pollInterval=00:00:60
+solr.replication.masterUrl=http://localhost:8983/solr
+solr.replication.confFiles=schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml
+solr.mlt.timeAllowed=2000
+# You should not set your luceneMatchVersion to anything lower than your Solr
+# Version.
+solr.luceneMatchVersion=LUCENE_35
+solr.pinkPony.timeAllowed=-1
+# autoCommit after 10000 docs
+solr.autoCommit.MaxDocs=10000
+# autoCommit after 2 minutes
+solr.autoCommit.MaxTime=120000
+solr.contrib.dir=../../contrib
diff --git a/configsets/search_api_solr_7.x-1.4/conf/3.x/stopwords.txt b/configsets/search_api_solr_7.x-1.4/conf/3.x/stopwords.txt
new file mode 100644
index 0000000..d7f243e
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.4/conf/3.x/stopwords.txt
@@ -0,0 +1,4 @@
+# Contains words which shouldn't be indexed for fulltext fields, e.g., because
+# they're too common. For documentation of the format, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.StopFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_7.x-1.4/conf/3.x/synonyms.txt b/configsets/search_api_solr_7.x-1.4/conf/3.x/synonyms.txt
new file mode 100644
index 0000000..7d22eea
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.4/conf/3.x/synonyms.txt
@@ -0,0 +1,3 @@
+# Contains synonyms to use for your index. For the format used, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.SynonymFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_7.x-1.4/conf/4.x/elevate.xml b/configsets/search_api_solr_7.x-1.4/conf/4.x/elevate.xml
new file mode 100644
index 0000000..71ea000
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.4/conf/4.x/elevate.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.4/conf/4.x/mapping-ISOLatin1Accent.txt b/configsets/search_api_solr_7.x-1.4/conf/4.x/mapping-ISOLatin1Accent.txt
new file mode 100644
index 0000000..b92d03c
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.4/conf/4.x/mapping-ISOLatin1Accent.txt
@@ -0,0 +1,14 @@
+# This file contains character mappings for the default fulltext field type.
+# The source characters (on the left) will be replaced by the respective target
+# characters before any other processing takes place.
+# Lines starting with a pound character # are ignored.
+#
+# For sensible defaults, use the mapping-ISOLatin1Accent.txt file distributed
+# with the example application of your Solr version.
+#
+# Examples:
+# "À" => "A"
+# "\u00c4" => "A"
+# "\u00c4" => "\u0041"
+# "æ" => "ae"
+# "\n" => " "
diff --git a/configsets/search_api_solr_7.x-1.4/conf/4.x/protwords.txt b/configsets/search_api_solr_7.x-1.4/conf/4.x/protwords.txt
new file mode 100644
index 0000000..cda8581
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.4/conf/4.x/protwords.txt
@@ -0,0 +1,7 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
diff --git a/configsets/search_api_solr_7.x-1.4/conf/4.x/schema.xml b/configsets/search_api_solr_7.x-1.4/conf/4.x/schema.xml
new file mode 100644
index 0000000..6e2b615
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.4/conf/4.x/schema.xml
@@ -0,0 +1,552 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id
+
+
+ content
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.4/conf/4.x/schema_extra_fields.xml b/configsets/search_api_solr_7.x-1.4/conf/4.x/schema_extra_fields.xml
new file mode 100644
index 0000000..9ecd5f4
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.4/conf/4.x/schema_extra_fields.xml
@@ -0,0 +1,23 @@
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.4/conf/4.x/schema_extra_types.xml b/configsets/search_api_solr_7.x-1.4/conf/4.x/schema_extra_types.xml
new file mode 100644
index 0000000..e82072e
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.4/conf/4.x/schema_extra_types.xml
@@ -0,0 +1,30 @@
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.4/conf/4.x/solrconfig.xml b/configsets/search_api_solr_7.x-1.4/conf/4.x/solrconfig.xml
new file mode 100644
index 0000000..cc5f522
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.4/conf/4.x/solrconfig.xml
@@ -0,0 +1,1633 @@
+
+
+
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+ ${solr.luceneMatchVersion:LUCENE_40}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+
+ 4
+
+ 32
+
+
+
+ 2147483647
+ 100000
+ 1000
+
+
+
+
+
+
+
+
+ single
+
+
+
+
+
+ false
+
+
+ true
+
+
+
+
+ 1
+
+ 0
+
+
+
+
+
+ false
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.autoCommit.MaxDocs:10000}
+ ${solr.autoCommit.MaxTime:120000}
+
+
+
+
+ ${solr.autoSoftCommit.MaxDocs:2000}
+ ${solr.autoSoftCommit.MaxTime:10000}
+
+
+
+
+
+
+
+
+ ${solr.data.dir:}
+
+
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+ 20
+
+
+ 200
+
+
+
+
+
+
+
+
+
+
+
+ solr rocks010
+
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ edismax
+ explicit
+ true
+ 0.01
+
+ ${solr.pinkPony.timeAllowed:-1}
+ *:*
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+ ${solr.mlt.timeAllowed:2000}
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text
+ true
+ ignored_
+
+
+ true
+ links
+ ignored_
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ pinkPony
+ solrpingquery
+
+
+ all
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+ ${solr.replication.master:false}
+ commit
+ startup
+ ${solr.replication.confFiles:schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml}
+
+
+ ${solr.replication.slave:false}
+ ${solr.replication.masterUrl:http://localhost:8983/solr}/replication
+ ${solr.replication.pollInterval:00:00:60}
+
+
+
+
+
+
+ true
+ json
+ true
+
+
+
+
+
+
+
+
+ false
+ false
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+
+
+
+ true
+
+
+ tvComponent
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+ terms
+
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ,,
+ ,,
+ ,,
+ ,,
+ ,]]>
+ ]]>
+
+
+
+
+
+ 10
+ .,!?
+
+
+
+
+
+
+ WORD
+
+
+ en
+ US
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/plain; charset=UTF-8
+
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+ *:*
+
+
+
+
+
+
+
+
+
+
+
+ textSpell
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.4/conf/4.x/solrconfig_extra.xml b/configsets/search_api_solr_7.x-1.4/conf/4.x/solrconfig_extra.xml
new file mode 100644
index 0000000..c5bc3ac
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.4/conf/4.x/solrconfig_extra.xml
@@ -0,0 +1,80 @@
+
+
+
+textSpell
+
+
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.4/conf/4.x/solrcore.properties b/configsets/search_api_solr_7.x-1.4/conf/4.x/solrcore.properties
new file mode 100644
index 0000000..b7f8f6c
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.4/conf/4.x/solrcore.properties
@@ -0,0 +1,20 @@
+# Defines Solr properties for this specific core.
+solr.replication.master=false
+solr.replication.slave=false
+solr.replication.pollInterval=00:00:60
+solr.replication.masterUrl=http://localhost:8983/solr
+solr.replication.confFiles=schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml
+solr.mlt.timeAllowed=2000
+# You should not set your luceneMatchVersion to anything lower than your Solr
+# Version.
+solr.luceneMatchVersion=LUCENE_40
+solr.pinkPony.timeAllowed=-1
+# autoCommit after 10000 docs
+solr.autoCommit.MaxDocs=10000
+# autoCommit after 2 minutes
+solr.autoCommit.MaxTime=120000
+# autoSoftCommit after 2000 docs
+solr.autoSoftCommit.MaxDocs=2000
+# autoSoftCommit after 10 seconds
+solr.autoSoftCommit.MaxTime=10000
+solr.contrib.dir=../../../contrib
diff --git a/configsets/search_api_solr_7.x-1.4/conf/4.x/stopwords.txt b/configsets/search_api_solr_7.x-1.4/conf/4.x/stopwords.txt
new file mode 100644
index 0000000..d7f243e
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.4/conf/4.x/stopwords.txt
@@ -0,0 +1,4 @@
+# Contains words which shouldn't be indexed for fulltext fields, e.g., because
+# they're too common. For documentation of the format, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.StopFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_7.x-1.4/conf/4.x/synonyms.txt b/configsets/search_api_solr_7.x-1.4/conf/4.x/synonyms.txt
new file mode 100644
index 0000000..7d22eea
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.4/conf/4.x/synonyms.txt
@@ -0,0 +1,3 @@
+# Contains synonyms to use for your index. For the format used, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.SynonymFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_7.x-1.5/conf/3.x/elevate.xml b/configsets/search_api_solr_7.x-1.5/conf/3.x/elevate.xml
new file mode 100644
index 0000000..71ea000
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.5/conf/3.x/elevate.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.5/conf/3.x/mapping-ISOLatin1Accent.txt b/configsets/search_api_solr_7.x-1.5/conf/3.x/mapping-ISOLatin1Accent.txt
new file mode 100644
index 0000000..b92d03c
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.5/conf/3.x/mapping-ISOLatin1Accent.txt
@@ -0,0 +1,14 @@
+# This file contains character mappings for the default fulltext field type.
+# The source characters (on the left) will be replaced by the respective target
+# characters before any other processing takes place.
+# Lines starting with a pound character # are ignored.
+#
+# For sensible defaults, use the mapping-ISOLatin1Accent.txt file distributed
+# with the example application of your Solr version.
+#
+# Examples:
+# "À" => "A"
+# "\u00c4" => "A"
+# "\u00c4" => "\u0041"
+# "æ" => "ae"
+# "\n" => " "
diff --git a/configsets/search_api_solr_7.x-1.5/conf/3.x/protwords.txt b/configsets/search_api_solr_7.x-1.5/conf/3.x/protwords.txt
new file mode 100644
index 0000000..cda8581
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.5/conf/3.x/protwords.txt
@@ -0,0 +1,7 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
diff --git a/configsets/search_api_solr_7.x-1.5/conf/3.x/schema.xml b/configsets/search_api_solr_7.x-1.5/conf/3.x/schema.xml
new file mode 100644
index 0000000..acc5e4b
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.5/conf/3.x/schema.xml
@@ -0,0 +1,546 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id
+
+
+ content
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.5/conf/3.x/schema_extra_fields.xml b/configsets/search_api_solr_7.x-1.5/conf/3.x/schema_extra_fields.xml
new file mode 100644
index 0000000..9ecd5f4
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.5/conf/3.x/schema_extra_fields.xml
@@ -0,0 +1,23 @@
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.5/conf/3.x/schema_extra_types.xml b/configsets/search_api_solr_7.x-1.5/conf/3.x/schema_extra_types.xml
new file mode 100644
index 0000000..e82072e
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.5/conf/3.x/schema_extra_types.xml
@@ -0,0 +1,30 @@
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.5/conf/3.x/solrconfig.xml b/configsets/search_api_solr_7.x-1.5/conf/3.x/solrconfig.xml
new file mode 100644
index 0000000..7091ba4
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.5/conf/3.x/solrconfig.xml
@@ -0,0 +1,1613 @@
+
+
+
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+ ${solr.luceneMatchVersion:LUCENE_35}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+
+ 4
+
+ 32
+
+
+
+ 2147483647
+ 100000
+ 1000
+
+
+
+
+
+
+
+
+ single
+
+
+
+
+
+
+
+
+ false
+ 32
+ 10
+
+
+ false
+
+
+ true
+
+
+
+
+ 1
+
+ 0
+
+
+
+
+
+ false
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.autoCommit.MaxDocs:10000}
+ ${solr.autoCommit.MaxTime:120000}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+ 20
+
+
+ 200
+
+
+
+
+
+
+
+
+
+
+
+ solr rocks010
+
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ edismax
+ explicit
+ true
+ 0.01
+
+ ${solr.pinkPony.timeAllowed:-1}
+ *:*
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+ ${solr.mlt.timeAllowed:2000}
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text
+ true
+ ignored_
+
+
+ true
+ links
+ ignored_
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ pinkPony
+ solrpingquery
+
+
+ all
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+ ${solr.replication.master:false}
+ commit
+ startup
+ ${solr.replication.confFiles:schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml}
+
+
+ ${solr.replication.slave:false}
+ ${solr.replication.masterUrl:http://localhost:8983/solr}/replication
+ ${solr.replication.pollInterval:00:00:60}
+
+
+
+
+
+
+
+
+ false
+ false
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+
+
+
+ true
+
+
+ tvComponent
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+ terms
+
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ,,
+ ,,
+ ,,
+ ,,
+ ,]]>
+ ]]>
+
+
+
+
+
+ 10
+ .,!?
+
+
+
+
+
+
+ WORD
+
+
+ en
+ US
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/plain; charset=UTF-8
+
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+ *:*
+
+
+
+
+
+
+
+
+
+
+
+ textSpell
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.5/conf/3.x/solrconfig_extra.xml b/configsets/search_api_solr_7.x-1.5/conf/3.x/solrconfig_extra.xml
new file mode 100644
index 0000000..c5bc3ac
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.5/conf/3.x/solrconfig_extra.xml
@@ -0,0 +1,80 @@
+
+
+
+textSpell
+
+
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.5/conf/3.x/solrcore.properties b/configsets/search_api_solr_7.x-1.5/conf/3.x/solrcore.properties
new file mode 100644
index 0000000..bc46886
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.5/conf/3.x/solrcore.properties
@@ -0,0 +1,16 @@
+# Defines Solr properties for this specific core.
+solr.replication.master=false
+solr.replication.slave=false
+solr.replication.pollInterval=00:00:60
+solr.replication.masterUrl=http://localhost:8983/solr
+solr.replication.confFiles=schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml
+solr.mlt.timeAllowed=2000
+# You should not set your luceneMatchVersion to anything lower than your Solr
+# Version.
+solr.luceneMatchVersion=LUCENE_35
+solr.pinkPony.timeAllowed=-1
+# autoCommit after 10000 docs
+solr.autoCommit.MaxDocs=10000
+# autoCommit after 2 minutes
+solr.autoCommit.MaxTime=120000
+solr.contrib.dir=../../contrib
diff --git a/configsets/search_api_solr_7.x-1.5/conf/3.x/stopwords.txt b/configsets/search_api_solr_7.x-1.5/conf/3.x/stopwords.txt
new file mode 100644
index 0000000..d7f243e
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.5/conf/3.x/stopwords.txt
@@ -0,0 +1,4 @@
+# Contains words which shouldn't be indexed for fulltext fields, e.g., because
+# they're too common. For documentation of the format, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.StopFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_7.x-1.5/conf/3.x/synonyms.txt b/configsets/search_api_solr_7.x-1.5/conf/3.x/synonyms.txt
new file mode 100644
index 0000000..7d22eea
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.5/conf/3.x/synonyms.txt
@@ -0,0 +1,3 @@
+# Contains synonyms to use for your index. For the format used, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.SynonymFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_7.x-1.5/conf/4.x/elevate.xml b/configsets/search_api_solr_7.x-1.5/conf/4.x/elevate.xml
new file mode 100644
index 0000000..71ea000
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.5/conf/4.x/elevate.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.5/conf/4.x/mapping-ISOLatin1Accent.txt b/configsets/search_api_solr_7.x-1.5/conf/4.x/mapping-ISOLatin1Accent.txt
new file mode 100644
index 0000000..b92d03c
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.5/conf/4.x/mapping-ISOLatin1Accent.txt
@@ -0,0 +1,14 @@
+# This file contains character mappings for the default fulltext field type.
+# The source characters (on the left) will be replaced by the respective target
+# characters before any other processing takes place.
+# Lines starting with a pound character # are ignored.
+#
+# For sensible defaults, use the mapping-ISOLatin1Accent.txt file distributed
+# with the example application of your Solr version.
+#
+# Examples:
+# "À" => "A"
+# "\u00c4" => "A"
+# "\u00c4" => "\u0041"
+# "æ" => "ae"
+# "\n" => " "
diff --git a/configsets/search_api_solr_7.x-1.5/conf/4.x/protwords.txt b/configsets/search_api_solr_7.x-1.5/conf/4.x/protwords.txt
new file mode 100644
index 0000000..cda8581
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.5/conf/4.x/protwords.txt
@@ -0,0 +1,7 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
diff --git a/configsets/search_api_solr_7.x-1.5/conf/4.x/schema.xml b/configsets/search_api_solr_7.x-1.5/conf/4.x/schema.xml
new file mode 100644
index 0000000..6e2b615
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.5/conf/4.x/schema.xml
@@ -0,0 +1,552 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id
+
+
+ content
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.5/conf/4.x/schema_extra_fields.xml b/configsets/search_api_solr_7.x-1.5/conf/4.x/schema_extra_fields.xml
new file mode 100644
index 0000000..9ecd5f4
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.5/conf/4.x/schema_extra_fields.xml
@@ -0,0 +1,23 @@
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.5/conf/4.x/schema_extra_types.xml b/configsets/search_api_solr_7.x-1.5/conf/4.x/schema_extra_types.xml
new file mode 100644
index 0000000..e82072e
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.5/conf/4.x/schema_extra_types.xml
@@ -0,0 +1,30 @@
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.5/conf/4.x/solrconfig.xml b/configsets/search_api_solr_7.x-1.5/conf/4.x/solrconfig.xml
new file mode 100644
index 0000000..cc5f522
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.5/conf/4.x/solrconfig.xml
@@ -0,0 +1,1633 @@
+
+
+
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+ ${solr.luceneMatchVersion:LUCENE_40}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+
+ 4
+
+ 32
+
+
+
+ 2147483647
+ 100000
+ 1000
+
+
+
+
+
+
+
+
+ single
+
+
+
+
+
+ false
+
+
+ true
+
+
+
+
+ 1
+
+ 0
+
+
+
+
+
+ false
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.autoCommit.MaxDocs:10000}
+ ${solr.autoCommit.MaxTime:120000}
+
+
+
+
+ ${solr.autoSoftCommit.MaxDocs:2000}
+ ${solr.autoSoftCommit.MaxTime:10000}
+
+
+
+
+
+
+
+
+ ${solr.data.dir:}
+
+
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+ 20
+
+
+ 200
+
+
+
+
+
+
+
+
+
+
+
+ solr rocks010
+
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ edismax
+ explicit
+ true
+ 0.01
+
+ ${solr.pinkPony.timeAllowed:-1}
+ *:*
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+ ${solr.mlt.timeAllowed:2000}
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text
+ true
+ ignored_
+
+
+ true
+ links
+ ignored_
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ pinkPony
+ solrpingquery
+
+
+ all
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+ ${solr.replication.master:false}
+ commit
+ startup
+ ${solr.replication.confFiles:schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml}
+
+
+ ${solr.replication.slave:false}
+ ${solr.replication.masterUrl:http://localhost:8983/solr}/replication
+ ${solr.replication.pollInterval:00:00:60}
+
+
+
+
+
+
+ true
+ json
+ true
+
+
+
+
+
+
+
+
+ false
+ false
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+
+
+
+ true
+
+
+ tvComponent
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+ terms
+
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ,,
+ ,,
+ ,,
+ ,,
+ ,]]>
+ ]]>
+
+
+
+
+
+ 10
+ .,!?
+
+
+
+
+
+
+ WORD
+
+
+ en
+ US
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/plain; charset=UTF-8
+
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+ *:*
+
+
+
+
+
+
+
+
+
+
+
+ textSpell
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.5/conf/4.x/solrconfig_extra.xml b/configsets/search_api_solr_7.x-1.5/conf/4.x/solrconfig_extra.xml
new file mode 100644
index 0000000..c5bc3ac
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.5/conf/4.x/solrconfig_extra.xml
@@ -0,0 +1,80 @@
+
+
+
+textSpell
+
+
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.5/conf/4.x/solrcore.properties b/configsets/search_api_solr_7.x-1.5/conf/4.x/solrcore.properties
new file mode 100644
index 0000000..b7f8f6c
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.5/conf/4.x/solrcore.properties
@@ -0,0 +1,20 @@
+# Defines Solr properties for this specific core.
+solr.replication.master=false
+solr.replication.slave=false
+solr.replication.pollInterval=00:00:60
+solr.replication.masterUrl=http://localhost:8983/solr
+solr.replication.confFiles=schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml
+solr.mlt.timeAllowed=2000
+# You should not set your luceneMatchVersion to anything lower than your Solr
+# Version.
+solr.luceneMatchVersion=LUCENE_40
+solr.pinkPony.timeAllowed=-1
+# autoCommit after 10000 docs
+solr.autoCommit.MaxDocs=10000
+# autoCommit after 2 minutes
+solr.autoCommit.MaxTime=120000
+# autoSoftCommit after 2000 docs
+solr.autoSoftCommit.MaxDocs=2000
+# autoSoftCommit after 10 seconds
+solr.autoSoftCommit.MaxTime=10000
+solr.contrib.dir=../../../contrib
diff --git a/configsets/search_api_solr_7.x-1.5/conf/4.x/stopwords.txt b/configsets/search_api_solr_7.x-1.5/conf/4.x/stopwords.txt
new file mode 100644
index 0000000..d7f243e
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.5/conf/4.x/stopwords.txt
@@ -0,0 +1,4 @@
+# Contains words which shouldn't be indexed for fulltext fields, e.g., because
+# they're too common. For documentation of the format, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.StopFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_7.x-1.5/conf/4.x/synonyms.txt b/configsets/search_api_solr_7.x-1.5/conf/4.x/synonyms.txt
new file mode 100644
index 0000000..7d22eea
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.5/conf/4.x/synonyms.txt
@@ -0,0 +1,3 @@
+# Contains synonyms to use for your index. For the format used, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.SynonymFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_7.x-1.6/conf/3.x/elevate.xml b/configsets/search_api_solr_7.x-1.6/conf/3.x/elevate.xml
new file mode 100644
index 0000000..71ea000
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.6/conf/3.x/elevate.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.6/conf/3.x/mapping-ISOLatin1Accent.txt b/configsets/search_api_solr_7.x-1.6/conf/3.x/mapping-ISOLatin1Accent.txt
new file mode 100644
index 0000000..b92d03c
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.6/conf/3.x/mapping-ISOLatin1Accent.txt
@@ -0,0 +1,14 @@
+# This file contains character mappings for the default fulltext field type.
+# The source characters (on the left) will be replaced by the respective target
+# characters before any other processing takes place.
+# Lines starting with a pound character # are ignored.
+#
+# For sensible defaults, use the mapping-ISOLatin1Accent.txt file distributed
+# with the example application of your Solr version.
+#
+# Examples:
+# "À" => "A"
+# "\u00c4" => "A"
+# "\u00c4" => "\u0041"
+# "æ" => "ae"
+# "\n" => " "
diff --git a/configsets/search_api_solr_7.x-1.6/conf/3.x/protwords.txt b/configsets/search_api_solr_7.x-1.6/conf/3.x/protwords.txt
new file mode 100644
index 0000000..cda8581
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.6/conf/3.x/protwords.txt
@@ -0,0 +1,7 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
diff --git a/configsets/search_api_solr_7.x-1.6/conf/3.x/schema.xml b/configsets/search_api_solr_7.x-1.6/conf/3.x/schema.xml
new file mode 100644
index 0000000..acc5e4b
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.6/conf/3.x/schema.xml
@@ -0,0 +1,546 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id
+
+
+ content
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.6/conf/3.x/schema_extra_fields.xml b/configsets/search_api_solr_7.x-1.6/conf/3.x/schema_extra_fields.xml
new file mode 100644
index 0000000..9ecd5f4
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.6/conf/3.x/schema_extra_fields.xml
@@ -0,0 +1,23 @@
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.6/conf/3.x/schema_extra_types.xml b/configsets/search_api_solr_7.x-1.6/conf/3.x/schema_extra_types.xml
new file mode 100644
index 0000000..e82072e
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.6/conf/3.x/schema_extra_types.xml
@@ -0,0 +1,30 @@
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.6/conf/3.x/solrconfig.xml b/configsets/search_api_solr_7.x-1.6/conf/3.x/solrconfig.xml
new file mode 100644
index 0000000..7091ba4
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.6/conf/3.x/solrconfig.xml
@@ -0,0 +1,1613 @@
+
+
+
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+ ${solr.luceneMatchVersion:LUCENE_35}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+
+ 4
+
+ 32
+
+
+
+ 2147483647
+ 100000
+ 1000
+
+
+
+
+
+
+
+
+ single
+
+
+
+
+
+
+
+
+ false
+ 32
+ 10
+
+
+ false
+
+
+ true
+
+
+
+
+ 1
+
+ 0
+
+
+
+
+
+ false
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.autoCommit.MaxDocs:10000}
+ ${solr.autoCommit.MaxTime:120000}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+ 20
+
+
+ 200
+
+
+
+
+
+
+
+
+
+
+
+ solr rocks010
+
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ edismax
+ explicit
+ true
+ 0.01
+
+ ${solr.pinkPony.timeAllowed:-1}
+ *:*
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+ ${solr.mlt.timeAllowed:2000}
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text
+ true
+ ignored_
+
+
+ true
+ links
+ ignored_
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ pinkPony
+ solrpingquery
+
+
+ all
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+ ${solr.replication.master:false}
+ commit
+ startup
+ ${solr.replication.confFiles:schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml}
+
+
+ ${solr.replication.slave:false}
+ ${solr.replication.masterUrl:http://localhost:8983/solr}/replication
+ ${solr.replication.pollInterval:00:00:60}
+
+
+
+
+
+
+
+
+ false
+ false
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+
+
+
+ true
+
+
+ tvComponent
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+ terms
+
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ,,
+ ,,
+ ,,
+ ,,
+ ,]]>
+ ]]>
+
+
+
+
+
+ 10
+ .,!?
+
+
+
+
+
+
+ WORD
+
+
+ en
+ US
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/plain; charset=UTF-8
+
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+ *:*
+
+
+
+
+
+
+
+
+
+
+
+ textSpell
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.6/conf/3.x/solrconfig_extra.xml b/configsets/search_api_solr_7.x-1.6/conf/3.x/solrconfig_extra.xml
new file mode 100644
index 0000000..c5bc3ac
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.6/conf/3.x/solrconfig_extra.xml
@@ -0,0 +1,80 @@
+
+
+
+textSpell
+
+
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.6/conf/3.x/solrcore.properties b/configsets/search_api_solr_7.x-1.6/conf/3.x/solrcore.properties
new file mode 100644
index 0000000..bc46886
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.6/conf/3.x/solrcore.properties
@@ -0,0 +1,16 @@
+# Defines Solr properties for this specific core.
+solr.replication.master=false
+solr.replication.slave=false
+solr.replication.pollInterval=00:00:60
+solr.replication.masterUrl=http://localhost:8983/solr
+solr.replication.confFiles=schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml
+solr.mlt.timeAllowed=2000
+# You should not set your luceneMatchVersion to anything lower than your Solr
+# Version.
+solr.luceneMatchVersion=LUCENE_35
+solr.pinkPony.timeAllowed=-1
+# autoCommit after 10000 docs
+solr.autoCommit.MaxDocs=10000
+# autoCommit after 2 minutes
+solr.autoCommit.MaxTime=120000
+solr.contrib.dir=../../contrib
diff --git a/configsets/search_api_solr_7.x-1.6/conf/3.x/stopwords.txt b/configsets/search_api_solr_7.x-1.6/conf/3.x/stopwords.txt
new file mode 100644
index 0000000..d7f243e
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.6/conf/3.x/stopwords.txt
@@ -0,0 +1,4 @@
+# Contains words which shouldn't be indexed for fulltext fields, e.g., because
+# they're too common. For documentation of the format, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.StopFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_7.x-1.6/conf/3.x/synonyms.txt b/configsets/search_api_solr_7.x-1.6/conf/3.x/synonyms.txt
new file mode 100644
index 0000000..7d22eea
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.6/conf/3.x/synonyms.txt
@@ -0,0 +1,3 @@
+# Contains synonyms to use for your index. For the format used, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.SynonymFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_7.x-1.6/conf/4.x/elevate.xml b/configsets/search_api_solr_7.x-1.6/conf/4.x/elevate.xml
new file mode 100644
index 0000000..71ea000
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.6/conf/4.x/elevate.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.6/conf/4.x/mapping-ISOLatin1Accent.txt b/configsets/search_api_solr_7.x-1.6/conf/4.x/mapping-ISOLatin1Accent.txt
new file mode 100644
index 0000000..b92d03c
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.6/conf/4.x/mapping-ISOLatin1Accent.txt
@@ -0,0 +1,14 @@
+# This file contains character mappings for the default fulltext field type.
+# The source characters (on the left) will be replaced by the respective target
+# characters before any other processing takes place.
+# Lines starting with a pound character # are ignored.
+#
+# For sensible defaults, use the mapping-ISOLatin1Accent.txt file distributed
+# with the example application of your Solr version.
+#
+# Examples:
+# "À" => "A"
+# "\u00c4" => "A"
+# "\u00c4" => "\u0041"
+# "æ" => "ae"
+# "\n" => " "
diff --git a/configsets/search_api_solr_7.x-1.6/conf/4.x/protwords.txt b/configsets/search_api_solr_7.x-1.6/conf/4.x/protwords.txt
new file mode 100644
index 0000000..cda8581
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.6/conf/4.x/protwords.txt
@@ -0,0 +1,7 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
diff --git a/configsets/search_api_solr_7.x-1.6/conf/4.x/schema.xml b/configsets/search_api_solr_7.x-1.6/conf/4.x/schema.xml
new file mode 100644
index 0000000..6e2b615
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.6/conf/4.x/schema.xml
@@ -0,0 +1,552 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id
+
+
+ content
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.6/conf/4.x/schema_extra_fields.xml b/configsets/search_api_solr_7.x-1.6/conf/4.x/schema_extra_fields.xml
new file mode 100644
index 0000000..9ecd5f4
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.6/conf/4.x/schema_extra_fields.xml
@@ -0,0 +1,23 @@
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.6/conf/4.x/schema_extra_types.xml b/configsets/search_api_solr_7.x-1.6/conf/4.x/schema_extra_types.xml
new file mode 100644
index 0000000..e82072e
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.6/conf/4.x/schema_extra_types.xml
@@ -0,0 +1,30 @@
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.6/conf/4.x/solrconfig.xml b/configsets/search_api_solr_7.x-1.6/conf/4.x/solrconfig.xml
new file mode 100644
index 0000000..cc5f522
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.6/conf/4.x/solrconfig.xml
@@ -0,0 +1,1633 @@
+
+
+
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+ ${solr.luceneMatchVersion:LUCENE_40}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+
+ 4
+
+ 32
+
+
+
+ 2147483647
+ 100000
+ 1000
+
+
+
+
+
+
+
+
+ single
+
+
+
+
+
+ false
+
+
+ true
+
+
+
+
+ 1
+
+ 0
+
+
+
+
+
+ false
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.autoCommit.MaxDocs:10000}
+ ${solr.autoCommit.MaxTime:120000}
+
+
+
+
+ ${solr.autoSoftCommit.MaxDocs:2000}
+ ${solr.autoSoftCommit.MaxTime:10000}
+
+
+
+
+
+
+
+
+ ${solr.data.dir:}
+
+
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+ 20
+
+
+ 200
+
+
+
+
+
+
+
+
+
+
+
+ solr rocks010
+
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ edismax
+ explicit
+ true
+ 0.01
+
+ ${solr.pinkPony.timeAllowed:-1}
+ *:*
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+ ${solr.mlt.timeAllowed:2000}
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text
+ true
+ ignored_
+
+
+ true
+ links
+ ignored_
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ pinkPony
+ solrpingquery
+
+
+ all
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+ ${solr.replication.master:false}
+ commit
+ startup
+ ${solr.replication.confFiles:schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml}
+
+
+ ${solr.replication.slave:false}
+ ${solr.replication.masterUrl:http://localhost:8983/solr}/replication
+ ${solr.replication.pollInterval:00:00:60}
+
+
+
+
+
+
+ true
+ json
+ true
+
+
+
+
+
+
+
+
+ false
+ false
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+
+
+
+ true
+
+
+ tvComponent
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+ terms
+
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ,,
+ ,,
+ ,,
+ ,,
+ ,]]>
+ ]]>
+
+
+
+
+
+ 10
+ .,!?
+
+
+
+
+
+
+ WORD
+
+
+ en
+ US
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/plain; charset=UTF-8
+
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+ *:*
+
+
+
+
+
+
+
+
+
+
+
+ textSpell
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.6/conf/4.x/solrconfig_extra.xml b/configsets/search_api_solr_7.x-1.6/conf/4.x/solrconfig_extra.xml
new file mode 100644
index 0000000..c5bc3ac
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.6/conf/4.x/solrconfig_extra.xml
@@ -0,0 +1,80 @@
+
+
+
+textSpell
+
+
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.6/conf/4.x/solrcore.properties b/configsets/search_api_solr_7.x-1.6/conf/4.x/solrcore.properties
new file mode 100644
index 0000000..b7f8f6c
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.6/conf/4.x/solrcore.properties
@@ -0,0 +1,20 @@
+# Defines Solr properties for this specific core.
+solr.replication.master=false
+solr.replication.slave=false
+solr.replication.pollInterval=00:00:60
+solr.replication.masterUrl=http://localhost:8983/solr
+solr.replication.confFiles=schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml
+solr.mlt.timeAllowed=2000
+# You should not set your luceneMatchVersion to anything lower than your Solr
+# Version.
+solr.luceneMatchVersion=LUCENE_40
+solr.pinkPony.timeAllowed=-1
+# autoCommit after 10000 docs
+solr.autoCommit.MaxDocs=10000
+# autoCommit after 2 minutes
+solr.autoCommit.MaxTime=120000
+# autoSoftCommit after 2000 docs
+solr.autoSoftCommit.MaxDocs=2000
+# autoSoftCommit after 10 seconds
+solr.autoSoftCommit.MaxTime=10000
+solr.contrib.dir=../../../contrib
diff --git a/configsets/search_api_solr_7.x-1.6/conf/4.x/stopwords.txt b/configsets/search_api_solr_7.x-1.6/conf/4.x/stopwords.txt
new file mode 100644
index 0000000..d7f243e
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.6/conf/4.x/stopwords.txt
@@ -0,0 +1,4 @@
+# Contains words which shouldn't be indexed for fulltext fields, e.g., because
+# they're too common. For documentation of the format, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.StopFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_7.x-1.6/conf/4.x/synonyms.txt b/configsets/search_api_solr_7.x-1.6/conf/4.x/synonyms.txt
new file mode 100644
index 0000000..7d22eea
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.6/conf/4.x/synonyms.txt
@@ -0,0 +1,3 @@
+# Contains synonyms to use for your index. For the format used, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.SynonymFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_7.x-1.7/conf/3.x/elevate.xml b/configsets/search_api_solr_7.x-1.7/conf/3.x/elevate.xml
new file mode 100644
index 0000000..71ea000
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.7/conf/3.x/elevate.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.7/conf/3.x/mapping-ISOLatin1Accent.txt b/configsets/search_api_solr_7.x-1.7/conf/3.x/mapping-ISOLatin1Accent.txt
new file mode 100644
index 0000000..b92d03c
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.7/conf/3.x/mapping-ISOLatin1Accent.txt
@@ -0,0 +1,14 @@
+# This file contains character mappings for the default fulltext field type.
+# The source characters (on the left) will be replaced by the respective target
+# characters before any other processing takes place.
+# Lines starting with a pound character # are ignored.
+#
+# For sensible defaults, use the mapping-ISOLatin1Accent.txt file distributed
+# with the example application of your Solr version.
+#
+# Examples:
+# "À" => "A"
+# "\u00c4" => "A"
+# "\u00c4" => "\u0041"
+# "æ" => "ae"
+# "\n" => " "
diff --git a/configsets/search_api_solr_7.x-1.7/conf/3.x/protwords.txt b/configsets/search_api_solr_7.x-1.7/conf/3.x/protwords.txt
new file mode 100644
index 0000000..cda8581
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.7/conf/3.x/protwords.txt
@@ -0,0 +1,7 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
diff --git a/configsets/search_api_solr_7.x-1.7/conf/3.x/schema.xml b/configsets/search_api_solr_7.x-1.7/conf/3.x/schema.xml
new file mode 100644
index 0000000..de4b870
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.7/conf/3.x/schema.xml
@@ -0,0 +1,588 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id
+
+
+ content
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.7/conf/3.x/schema_extra_fields.xml b/configsets/search_api_solr_7.x-1.7/conf/3.x/schema_extra_fields.xml
new file mode 100644
index 0000000..9ecd5f4
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.7/conf/3.x/schema_extra_fields.xml
@@ -0,0 +1,23 @@
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.7/conf/3.x/schema_extra_types.xml b/configsets/search_api_solr_7.x-1.7/conf/3.x/schema_extra_types.xml
new file mode 100644
index 0000000..e82072e
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.7/conf/3.x/schema_extra_types.xml
@@ -0,0 +1,30 @@
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.7/conf/3.x/solrconfig.xml b/configsets/search_api_solr_7.x-1.7/conf/3.x/solrconfig.xml
new file mode 100644
index 0000000..d6cc7ac
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.7/conf/3.x/solrconfig.xml
@@ -0,0 +1,1614 @@
+
+
+
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+ ${solr.luceneMatchVersion:LUCENE_35}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+
+ 4
+
+ 32
+
+
+
+ 2147483647
+ 100000
+ 1000
+
+
+
+
+
+
+
+
+ single
+
+
+
+
+
+
+
+
+ false
+ 32
+ 10
+
+
+ false
+
+
+ true
+
+
+
+
+ 1
+
+ 0
+
+
+
+
+
+ false
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.autoCommit.MaxDocs:10000}
+ ${solr.autoCommit.MaxTime:120000}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+ 20
+
+
+ 200
+
+
+
+
+
+
+
+
+
+
+
+ solr rocks010
+
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ edismax
+ explicit
+ true
+ 0.01
+
+ ${solr.pinkPony.timeAllowed:-1}
+ *:*
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+ elevator
+
+
+
+
+
+
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+ ${solr.mlt.timeAllowed:2000}
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text
+ true
+ ignored_
+
+
+ true
+ links
+ ignored_
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ pinkPony
+ solrpingquery
+
+
+ all
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+ ${solr.replication.master:false}
+ commit
+ startup
+ ${solr.replication.confFiles:schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml}
+
+
+ ${solr.replication.slave:false}
+ ${solr.replication.masterUrl:http://localhost:8983/solr}/replication
+ ${solr.replication.pollInterval:00:00:60}
+
+
+
+
+
+
+
+
+ false
+ false
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+
+
+
+ true
+
+
+ tvComponent
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+ terms
+
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ,,
+ ,,
+ ,,
+ ,,
+ ,]]>
+ ]]>
+
+
+
+
+
+ 10
+ .,!?
+
+
+
+
+
+
+ WORD
+
+
+ en
+ US
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/plain; charset=UTF-8
+
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+ *:*
+
+
+
+
+
+
+
+
+
+
+
+ textSpell
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.7/conf/3.x/solrconfig_extra.xml b/configsets/search_api_solr_7.x-1.7/conf/3.x/solrconfig_extra.xml
new file mode 100644
index 0000000..c5bc3ac
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.7/conf/3.x/solrconfig_extra.xml
@@ -0,0 +1,80 @@
+
+
+
+textSpell
+
+
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.7/conf/3.x/solrcore.properties b/configsets/search_api_solr_7.x-1.7/conf/3.x/solrcore.properties
new file mode 100644
index 0000000..bc46886
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.7/conf/3.x/solrcore.properties
@@ -0,0 +1,16 @@
+# Defines Solr properties for this specific core.
+solr.replication.master=false
+solr.replication.slave=false
+solr.replication.pollInterval=00:00:60
+solr.replication.masterUrl=http://localhost:8983/solr
+solr.replication.confFiles=schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml
+solr.mlt.timeAllowed=2000
+# You should not set your luceneMatchVersion to anything lower than your Solr
+# Version.
+solr.luceneMatchVersion=LUCENE_35
+solr.pinkPony.timeAllowed=-1
+# autoCommit after 10000 docs
+solr.autoCommit.MaxDocs=10000
+# autoCommit after 2 minutes
+solr.autoCommit.MaxTime=120000
+solr.contrib.dir=../../contrib
diff --git a/configsets/search_api_solr_7.x-1.7/conf/3.x/stopwords.txt b/configsets/search_api_solr_7.x-1.7/conf/3.x/stopwords.txt
new file mode 100644
index 0000000..d7f243e
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.7/conf/3.x/stopwords.txt
@@ -0,0 +1,4 @@
+# Contains words which shouldn't be indexed for fulltext fields, e.g., because
+# they're too common. For documentation of the format, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.StopFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_7.x-1.7/conf/3.x/synonyms.txt b/configsets/search_api_solr_7.x-1.7/conf/3.x/synonyms.txt
new file mode 100644
index 0000000..7d22eea
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.7/conf/3.x/synonyms.txt
@@ -0,0 +1,3 @@
+# Contains synonyms to use for your index. For the format used, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.SynonymFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_7.x-1.7/conf/4.x/elevate.xml b/configsets/search_api_solr_7.x-1.7/conf/4.x/elevate.xml
new file mode 100644
index 0000000..71ea000
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.7/conf/4.x/elevate.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.7/conf/4.x/mapping-ISOLatin1Accent.txt b/configsets/search_api_solr_7.x-1.7/conf/4.x/mapping-ISOLatin1Accent.txt
new file mode 100644
index 0000000..b92d03c
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.7/conf/4.x/mapping-ISOLatin1Accent.txt
@@ -0,0 +1,14 @@
+# This file contains character mappings for the default fulltext field type.
+# The source characters (on the left) will be replaced by the respective target
+# characters before any other processing takes place.
+# Lines starting with a pound character # are ignored.
+#
+# For sensible defaults, use the mapping-ISOLatin1Accent.txt file distributed
+# with the example application of your Solr version.
+#
+# Examples:
+# "À" => "A"
+# "\u00c4" => "A"
+# "\u00c4" => "\u0041"
+# "æ" => "ae"
+# "\n" => " "
diff --git a/configsets/search_api_solr_7.x-1.7/conf/4.x/protwords.txt b/configsets/search_api_solr_7.x-1.7/conf/4.x/protwords.txt
new file mode 100644
index 0000000..cda8581
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.7/conf/4.x/protwords.txt
@@ -0,0 +1,7 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
diff --git a/configsets/search_api_solr_7.x-1.7/conf/4.x/schema.xml b/configsets/search_api_solr_7.x-1.7/conf/4.x/schema.xml
new file mode 100644
index 0000000..6d9011a
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.7/conf/4.x/schema.xml
@@ -0,0 +1,594 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id
+
+
+ content
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.7/conf/4.x/schema_extra_fields.xml b/configsets/search_api_solr_7.x-1.7/conf/4.x/schema_extra_fields.xml
new file mode 100644
index 0000000..9ecd5f4
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.7/conf/4.x/schema_extra_fields.xml
@@ -0,0 +1,23 @@
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.7/conf/4.x/schema_extra_types.xml b/configsets/search_api_solr_7.x-1.7/conf/4.x/schema_extra_types.xml
new file mode 100644
index 0000000..e82072e
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.7/conf/4.x/schema_extra_types.xml
@@ -0,0 +1,30 @@
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.7/conf/4.x/solrconfig.xml b/configsets/search_api_solr_7.x-1.7/conf/4.x/solrconfig.xml
new file mode 100644
index 0000000..151d9a4
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.7/conf/4.x/solrconfig.xml
@@ -0,0 +1,1641 @@
+
+
+
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+ ${solr.luceneMatchVersion:LUCENE_40}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+
+ 4
+
+ 32
+
+
+
+ 2147483647
+ 100000
+ 1000
+
+
+
+
+
+
+
+
+ single
+
+
+
+
+
+ false
+
+
+ true
+
+
+
+
+ 1
+
+ 0
+
+
+
+
+
+ false
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.autoCommit.MaxDocs:10000}
+ ${solr.autoCommit.MaxTime:120000}
+
+
+
+
+ ${solr.autoSoftCommit.MaxDocs:2000}
+ ${solr.autoSoftCommit.MaxTime:10000}
+
+
+
+
+
+
+
+
+ ${solr.data.dir:}
+
+
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+ 20
+
+
+ 200
+
+
+
+
+
+
+
+
+
+
+
+ solr rocks010
+
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ edismax
+ explicit
+ true
+ 0.01
+
+ ${solr.pinkPony.timeAllowed:-1}
+ *:*
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+ elevator
+
+
+
+
+
+
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+ ${solr.mlt.timeAllowed:2000}
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text
+ true
+ ignored_
+
+
+ true
+ links
+ ignored_
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ pinkPony
+ solrpingquery
+ false
+
+
+ all
+
+
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+ ${solr.replication.master:false}
+ commit
+ startup
+ ${solr.replication.confFiles:schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml}
+
+
+ ${solr.replication.slave:false}
+ ${solr.replication.masterUrl:http://localhost:8983/solr}/replication
+ ${solr.replication.pollInterval:00:00:60}
+
+
+
+
+
+
+ true
+ json
+ true
+
+
+
+
+
+
+
+
+ false
+ false
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+
+
+
+ true
+
+
+ tvComponent
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+ terms
+
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ,,
+ ,,
+ ,,
+ ,,
+ ,]]>
+ ]]>
+
+
+
+
+
+ 10
+ .,!?
+
+
+
+
+
+
+ WORD
+
+
+ en
+ US
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/plain; charset=UTF-8
+
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+ *:*
+
+
+
+
+
+
+
+
+
+
+
+ textSpell
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.7/conf/4.x/solrconfig_extra.xml b/configsets/search_api_solr_7.x-1.7/conf/4.x/solrconfig_extra.xml
new file mode 100644
index 0000000..c5bc3ac
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.7/conf/4.x/solrconfig_extra.xml
@@ -0,0 +1,80 @@
+
+
+
+textSpell
+
+
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.7/conf/4.x/solrcore.properties b/configsets/search_api_solr_7.x-1.7/conf/4.x/solrcore.properties
new file mode 100644
index 0000000..b7f8f6c
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.7/conf/4.x/solrcore.properties
@@ -0,0 +1,20 @@
+# Defines Solr properties for this specific core.
+solr.replication.master=false
+solr.replication.slave=false
+solr.replication.pollInterval=00:00:60
+solr.replication.masterUrl=http://localhost:8983/solr
+solr.replication.confFiles=schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml
+solr.mlt.timeAllowed=2000
+# You should not set your luceneMatchVersion to anything lower than your Solr
+# Version.
+solr.luceneMatchVersion=LUCENE_40
+solr.pinkPony.timeAllowed=-1
+# autoCommit after 10000 docs
+solr.autoCommit.MaxDocs=10000
+# autoCommit after 2 minutes
+solr.autoCommit.MaxTime=120000
+# autoSoftCommit after 2000 docs
+solr.autoSoftCommit.MaxDocs=2000
+# autoSoftCommit after 10 seconds
+solr.autoSoftCommit.MaxTime=10000
+solr.contrib.dir=../../../contrib
diff --git a/configsets/search_api_solr_7.x-1.7/conf/4.x/stopwords.txt b/configsets/search_api_solr_7.x-1.7/conf/4.x/stopwords.txt
new file mode 100644
index 0000000..d7f243e
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.7/conf/4.x/stopwords.txt
@@ -0,0 +1,4 @@
+# Contains words which shouldn't be indexed for fulltext fields, e.g., because
+# they're too common. For documentation of the format, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.StopFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_7.x-1.7/conf/4.x/synonyms.txt b/configsets/search_api_solr_7.x-1.7/conf/4.x/synonyms.txt
new file mode 100644
index 0000000..7d22eea
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.7/conf/4.x/synonyms.txt
@@ -0,0 +1,3 @@
+# Contains synonyms to use for your index. For the format used, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.SynonymFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_7.x-1.7/conf/5.x/elevate.xml b/configsets/search_api_solr_7.x-1.7/conf/5.x/elevate.xml
new file mode 100644
index 0000000..71ea000
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.7/conf/5.x/elevate.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.7/conf/5.x/mapping-ISOLatin1Accent.txt b/configsets/search_api_solr_7.x-1.7/conf/5.x/mapping-ISOLatin1Accent.txt
new file mode 100644
index 0000000..b92d03c
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.7/conf/5.x/mapping-ISOLatin1Accent.txt
@@ -0,0 +1,14 @@
+# This file contains character mappings for the default fulltext field type.
+# The source characters (on the left) will be replaced by the respective target
+# characters before any other processing takes place.
+# Lines starting with a pound character # are ignored.
+#
+# For sensible defaults, use the mapping-ISOLatin1Accent.txt file distributed
+# with the example application of your Solr version.
+#
+# Examples:
+# "À" => "A"
+# "\u00c4" => "A"
+# "\u00c4" => "\u0041"
+# "æ" => "ae"
+# "\n" => " "
diff --git a/configsets/search_api_solr_7.x-1.7/conf/5.x/protwords.txt b/configsets/search_api_solr_7.x-1.7/conf/5.x/protwords.txt
new file mode 100644
index 0000000..cda8581
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.7/conf/5.x/protwords.txt
@@ -0,0 +1,7 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
diff --git a/configsets/search_api_solr_7.x-1.7/conf/5.x/schema.xml b/configsets/search_api_solr_7.x-1.7/conf/5.x/schema.xml
new file mode 100644
index 0000000..ffbc80d
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.7/conf/5.x/schema.xml
@@ -0,0 +1,693 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.7/conf/5.x/schema_extra_fields.xml b/configsets/search_api_solr_7.x-1.7/conf/5.x/schema_extra_fields.xml
new file mode 100644
index 0000000..02b3655
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.7/conf/5.x/schema_extra_fields.xml
@@ -0,0 +1,23 @@
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.7/conf/5.x/schema_extra_types.xml b/configsets/search_api_solr_7.x-1.7/conf/5.x/schema_extra_types.xml
new file mode 100644
index 0000000..bd716b8
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.7/conf/5.x/schema_extra_types.xml
@@ -0,0 +1,34 @@
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.7/conf/5.x/solrconfig.xml b/configsets/search_api_solr_7.x-1.7/conf/5.x/solrconfig.xml
new file mode 100644
index 0000000..bfe1c03
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.7/conf/5.x/solrconfig.xml
@@ -0,0 +1,1804 @@
+
+
+
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+ ${solr.luceneMatchVersion:5.0.0}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.data.dir:}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 32
+
+
+
+
+
+
+
+
+
+ 4
+
+
+ ${solr.lock.type:native}
+
+
+
+
+
+ false
+
+
+ true
+
+
+
+
+ 1
+
+ 0
+
+
+
+
+
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.autoCommit.MaxDocs:10000}
+ ${solr.autoCommit.MaxTime:120000}
+
+
+
+
+ ${solr.autoSoftCommit.MaxDocs:2000}
+ ${solr.autoSoftCommit.MaxTime:10000}
+
+
+
+
+
+
+
+
+ ${solr.data.dir:}
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+ -1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+ 20
+
+
+ 200
+
+
+
+
+
+
+
+
+
+
+
+ solr rocks010
+
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ explicit
+ json
+ true
+ text
+
+
+
+
+
+
+
+ {!xport}
+ xsort
+ false
+
+
+
+ query
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ edismax
+ content
+ explicit
+ true
+ 0.01
+
+ ${solr.pinkPony.timeAllowed:-1}
+ *:*
+ AND
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+ elevator
+
+
+
+
+
+
+ content
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+ ${solr.mlt.timeAllowed:2000}
+
+
+
+
+
+
+ content
+ explicit
+ true
+
+
+
+
+
+
+
+ text
+
+
+
+
+
+
+ _src_
+
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text
+ true
+ ignored_
+
+
+ true
+ links
+ ignored_
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+ ${solr.replication.master:false}
+ commit
+ startup
+ ${solr.replication.confFiles:schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml}
+
+
+ ${solr.replication.slave:false}
+ ${solr.replication.masterUrl:http://localhost:8983/solr}/replication
+ ${solr.replication.pollInterval:00:00:60}
+
+
+
+
+
+
+ true
+ json
+ true
+
+
+
+
+
+
+
+
+
+ default
+ wordbreak
+ false
+ false
+ 1
+ 5
+ 5
+ true
+ true
+ 10
+ 5
+
+
+ spellcheck
+
+
+
+
+
+
+ mySuggester
+ FuzzyLookupFactory
+ DocumentDictionaryFactory
+ cat
+ price
+ string
+
+
+
+
+
+ true
+ 10
+
+
+ suggest
+
+
+
+
+
+
+
+
+
+ true
+
+
+ tvComponent
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+ terms
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ,,
+ ,,
+ ,,
+ ,,
+ ,]]>
+ ]]>
+
+
+
+
+
+ 10
+ .,!?
+
+
+
+
+
+
+ WORD
+
+
+ en
+ US
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/plain; charset=UTF-8
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+ *:*
+
+
+
+
+
+
+
+
+
+
+
+ textSpell
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.7/conf/5.x/solrconfig_extra.xml b/configsets/search_api_solr_7.x-1.7/conf/5.x/solrconfig_extra.xml
new file mode 100644
index 0000000..c5bc3ac
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.7/conf/5.x/solrconfig_extra.xml
@@ -0,0 +1,80 @@
+
+
+
+textSpell
+
+
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.7/conf/5.x/solrcore.properties b/configsets/search_api_solr_7.x-1.7/conf/5.x/solrcore.properties
new file mode 100644
index 0000000..9a2572a
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.7/conf/5.x/solrcore.properties
@@ -0,0 +1,20 @@
+# Defines Solr properties for this specific core.
+solr.replication.master=false
+solr.replication.slave=false
+solr.replication.pollInterval=00:00:60
+solr.replication.masterUrl=http://localhost:8983/solr
+solr.replication.confFiles=schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml
+solr.mlt.timeAllowed=2000
+# You should not set your luceneMatchVersion to anything lower than your Solr
+# Version.
+solr.luceneMatchVersion=5.0.0
+solr.pinkPony.timeAllowed=-1
+# autoCommit after 10000 docs
+solr.autoCommit.MaxDocs=10000
+# autoCommit after 2 minutes
+solr.autoCommit.MaxTime=120000
+# autoSoftCommit after 2000 docs
+solr.autoSoftCommit.MaxDocs=2000
+# autoSoftCommit after 10 seconds
+solr.autoSoftCommit.MaxTime=10000
+solr.contrib.dir=../../../contrib
diff --git a/configsets/search_api_solr_7.x-1.7/conf/5.x/stopwords.txt b/configsets/search_api_solr_7.x-1.7/conf/5.x/stopwords.txt
new file mode 100644
index 0000000..d7f243e
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.7/conf/5.x/stopwords.txt
@@ -0,0 +1,4 @@
+# Contains words which shouldn't be indexed for fulltext fields, e.g., because
+# they're too common. For documentation of the format, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.StopFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_7.x-1.7/conf/5.x/synonyms.txt b/configsets/search_api_solr_7.x-1.7/conf/5.x/synonyms.txt
new file mode 100644
index 0000000..7d22eea
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.7/conf/5.x/synonyms.txt
@@ -0,0 +1,3 @@
+# Contains synonyms to use for your index. For the format used, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.SynonymFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_7.x-1.8/conf/3.x/elevate.xml b/configsets/search_api_solr_7.x-1.8/conf/3.x/elevate.xml
new file mode 100644
index 0000000..71ea000
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.8/conf/3.x/elevate.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.8/conf/3.x/mapping-ISOLatin1Accent.txt b/configsets/search_api_solr_7.x-1.8/conf/3.x/mapping-ISOLatin1Accent.txt
new file mode 100644
index 0000000..b92d03c
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.8/conf/3.x/mapping-ISOLatin1Accent.txt
@@ -0,0 +1,14 @@
+# This file contains character mappings for the default fulltext field type.
+# The source characters (on the left) will be replaced by the respective target
+# characters before any other processing takes place.
+# Lines starting with a pound character # are ignored.
+#
+# For sensible defaults, use the mapping-ISOLatin1Accent.txt file distributed
+# with the example application of your Solr version.
+#
+# Examples:
+# "À" => "A"
+# "\u00c4" => "A"
+# "\u00c4" => "\u0041"
+# "æ" => "ae"
+# "\n" => " "
diff --git a/configsets/search_api_solr_7.x-1.8/conf/3.x/protwords.txt b/configsets/search_api_solr_7.x-1.8/conf/3.x/protwords.txt
new file mode 100644
index 0000000..cda8581
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.8/conf/3.x/protwords.txt
@@ -0,0 +1,7 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
diff --git a/configsets/search_api_solr_7.x-1.8/conf/3.x/schema.xml b/configsets/search_api_solr_7.x-1.8/conf/3.x/schema.xml
new file mode 100644
index 0000000..de4b870
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.8/conf/3.x/schema.xml
@@ -0,0 +1,588 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id
+
+
+ content
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.8/conf/3.x/schema_extra_fields.xml b/configsets/search_api_solr_7.x-1.8/conf/3.x/schema_extra_fields.xml
new file mode 100644
index 0000000..9ecd5f4
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.8/conf/3.x/schema_extra_fields.xml
@@ -0,0 +1,23 @@
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.8/conf/3.x/schema_extra_types.xml b/configsets/search_api_solr_7.x-1.8/conf/3.x/schema_extra_types.xml
new file mode 100644
index 0000000..e82072e
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.8/conf/3.x/schema_extra_types.xml
@@ -0,0 +1,30 @@
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.8/conf/3.x/solrconfig.xml b/configsets/search_api_solr_7.x-1.8/conf/3.x/solrconfig.xml
new file mode 100644
index 0000000..d6cc7ac
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.8/conf/3.x/solrconfig.xml
@@ -0,0 +1,1614 @@
+
+
+
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+ ${solr.luceneMatchVersion:LUCENE_35}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+
+ 4
+
+ 32
+
+
+
+ 2147483647
+ 100000
+ 1000
+
+
+
+
+
+
+
+
+ single
+
+
+
+
+
+
+
+
+ false
+ 32
+ 10
+
+
+ false
+
+
+ true
+
+
+
+
+ 1
+
+ 0
+
+
+
+
+
+ false
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.autoCommit.MaxDocs:10000}
+ ${solr.autoCommit.MaxTime:120000}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+ 20
+
+
+ 200
+
+
+
+
+
+
+
+
+
+
+
+ solr rocks010
+
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ edismax
+ explicit
+ true
+ 0.01
+
+ ${solr.pinkPony.timeAllowed:-1}
+ *:*
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+ elevator
+
+
+
+
+
+
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+ ${solr.mlt.timeAllowed:2000}
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text
+ true
+ ignored_
+
+
+ true
+ links
+ ignored_
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ pinkPony
+ solrpingquery
+
+
+ all
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+ ${solr.replication.master:false}
+ commit
+ startup
+ ${solr.replication.confFiles:schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml}
+
+
+ ${solr.replication.slave:false}
+ ${solr.replication.masterUrl:http://localhost:8983/solr}/replication
+ ${solr.replication.pollInterval:00:00:60}
+
+
+
+
+
+
+
+
+ false
+ false
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+
+
+
+ true
+
+
+ tvComponent
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+ terms
+
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ,,
+ ,,
+ ,,
+ ,,
+ ,]]>
+ ]]>
+
+
+
+
+
+ 10
+ .,!?
+
+
+
+
+
+
+ WORD
+
+
+ en
+ US
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/plain; charset=UTF-8
+
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+ *:*
+
+
+
+
+
+
+
+
+
+
+
+ textSpell
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.8/conf/3.x/solrconfig_extra.xml b/configsets/search_api_solr_7.x-1.8/conf/3.x/solrconfig_extra.xml
new file mode 100644
index 0000000..c5bc3ac
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.8/conf/3.x/solrconfig_extra.xml
@@ -0,0 +1,80 @@
+
+
+
+textSpell
+
+
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.8/conf/3.x/solrcore.properties b/configsets/search_api_solr_7.x-1.8/conf/3.x/solrcore.properties
new file mode 100644
index 0000000..bc46886
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.8/conf/3.x/solrcore.properties
@@ -0,0 +1,16 @@
+# Defines Solr properties for this specific core.
+solr.replication.master=false
+solr.replication.slave=false
+solr.replication.pollInterval=00:00:60
+solr.replication.masterUrl=http://localhost:8983/solr
+solr.replication.confFiles=schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml
+solr.mlt.timeAllowed=2000
+# You should not set your luceneMatchVersion to anything lower than your Solr
+# Version.
+solr.luceneMatchVersion=LUCENE_35
+solr.pinkPony.timeAllowed=-1
+# autoCommit after 10000 docs
+solr.autoCommit.MaxDocs=10000
+# autoCommit after 2 minutes
+solr.autoCommit.MaxTime=120000
+solr.contrib.dir=../../contrib
diff --git a/configsets/search_api_solr_7.x-1.8/conf/3.x/stopwords.txt b/configsets/search_api_solr_7.x-1.8/conf/3.x/stopwords.txt
new file mode 100644
index 0000000..d7f243e
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.8/conf/3.x/stopwords.txt
@@ -0,0 +1,4 @@
+# Contains words which shouldn't be indexed for fulltext fields, e.g., because
+# they're too common. For documentation of the format, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.StopFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_7.x-1.8/conf/3.x/synonyms.txt b/configsets/search_api_solr_7.x-1.8/conf/3.x/synonyms.txt
new file mode 100644
index 0000000..7d22eea
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.8/conf/3.x/synonyms.txt
@@ -0,0 +1,3 @@
+# Contains synonyms to use for your index. For the format used, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.SynonymFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_7.x-1.8/conf/4.x/elevate.xml b/configsets/search_api_solr_7.x-1.8/conf/4.x/elevate.xml
new file mode 100644
index 0000000..71ea000
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.8/conf/4.x/elevate.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.8/conf/4.x/mapping-ISOLatin1Accent.txt b/configsets/search_api_solr_7.x-1.8/conf/4.x/mapping-ISOLatin1Accent.txt
new file mode 100644
index 0000000..b92d03c
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.8/conf/4.x/mapping-ISOLatin1Accent.txt
@@ -0,0 +1,14 @@
+# This file contains character mappings for the default fulltext field type.
+# The source characters (on the left) will be replaced by the respective target
+# characters before any other processing takes place.
+# Lines starting with a pound character # are ignored.
+#
+# For sensible defaults, use the mapping-ISOLatin1Accent.txt file distributed
+# with the example application of your Solr version.
+#
+# Examples:
+# "À" => "A"
+# "\u00c4" => "A"
+# "\u00c4" => "\u0041"
+# "æ" => "ae"
+# "\n" => " "
diff --git a/configsets/search_api_solr_7.x-1.8/conf/4.x/protwords.txt b/configsets/search_api_solr_7.x-1.8/conf/4.x/protwords.txt
new file mode 100644
index 0000000..cda8581
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.8/conf/4.x/protwords.txt
@@ -0,0 +1,7 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
diff --git a/configsets/search_api_solr_7.x-1.8/conf/4.x/schema.xml b/configsets/search_api_solr_7.x-1.8/conf/4.x/schema.xml
new file mode 100644
index 0000000..6d9011a
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.8/conf/4.x/schema.xml
@@ -0,0 +1,594 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id
+
+
+ content
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.8/conf/4.x/schema_extra_fields.xml b/configsets/search_api_solr_7.x-1.8/conf/4.x/schema_extra_fields.xml
new file mode 100644
index 0000000..9ecd5f4
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.8/conf/4.x/schema_extra_fields.xml
@@ -0,0 +1,23 @@
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.8/conf/4.x/schema_extra_types.xml b/configsets/search_api_solr_7.x-1.8/conf/4.x/schema_extra_types.xml
new file mode 100644
index 0000000..e82072e
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.8/conf/4.x/schema_extra_types.xml
@@ -0,0 +1,30 @@
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.8/conf/4.x/solrconfig.xml b/configsets/search_api_solr_7.x-1.8/conf/4.x/solrconfig.xml
new file mode 100644
index 0000000..151d9a4
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.8/conf/4.x/solrconfig.xml
@@ -0,0 +1,1641 @@
+
+
+
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+ ${solr.luceneMatchVersion:LUCENE_40}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+
+ 4
+
+ 32
+
+
+
+ 2147483647
+ 100000
+ 1000
+
+
+
+
+
+
+
+
+ single
+
+
+
+
+
+ false
+
+
+ true
+
+
+
+
+ 1
+
+ 0
+
+
+
+
+
+ false
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.autoCommit.MaxDocs:10000}
+ ${solr.autoCommit.MaxTime:120000}
+
+
+
+
+ ${solr.autoSoftCommit.MaxDocs:2000}
+ ${solr.autoSoftCommit.MaxTime:10000}
+
+
+
+
+
+
+
+
+ ${solr.data.dir:}
+
+
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+ 20
+
+
+ 200
+
+
+
+
+
+
+
+
+
+
+
+ solr rocks010
+
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ edismax
+ explicit
+ true
+ 0.01
+
+ ${solr.pinkPony.timeAllowed:-1}
+ *:*
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+ elevator
+
+
+
+
+
+
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+ ${solr.mlt.timeAllowed:2000}
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text
+ true
+ ignored_
+
+
+ true
+ links
+ ignored_
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ pinkPony
+ solrpingquery
+ false
+
+
+ all
+
+
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+ ${solr.replication.master:false}
+ commit
+ startup
+ ${solr.replication.confFiles:schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml}
+
+
+ ${solr.replication.slave:false}
+ ${solr.replication.masterUrl:http://localhost:8983/solr}/replication
+ ${solr.replication.pollInterval:00:00:60}
+
+
+
+
+
+
+ true
+ json
+ true
+
+
+
+
+
+
+
+
+ false
+ false
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+
+
+
+ true
+
+
+ tvComponent
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+ terms
+
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ,,
+ ,,
+ ,,
+ ,,
+ ,]]>
+ ]]>
+
+
+
+
+
+ 10
+ .,!?
+
+
+
+
+
+
+ WORD
+
+
+ en
+ US
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/plain; charset=UTF-8
+
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+ *:*
+
+
+
+
+
+
+
+
+
+
+
+ textSpell
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.8/conf/4.x/solrconfig_extra.xml b/configsets/search_api_solr_7.x-1.8/conf/4.x/solrconfig_extra.xml
new file mode 100644
index 0000000..c5bc3ac
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.8/conf/4.x/solrconfig_extra.xml
@@ -0,0 +1,80 @@
+
+
+
+textSpell
+
+
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.8/conf/4.x/solrcore.properties b/configsets/search_api_solr_7.x-1.8/conf/4.x/solrcore.properties
new file mode 100644
index 0000000..b7f8f6c
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.8/conf/4.x/solrcore.properties
@@ -0,0 +1,20 @@
+# Defines Solr properties for this specific core.
+solr.replication.master=false
+solr.replication.slave=false
+solr.replication.pollInterval=00:00:60
+solr.replication.masterUrl=http://localhost:8983/solr
+solr.replication.confFiles=schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml
+solr.mlt.timeAllowed=2000
+# You should not set your luceneMatchVersion to anything lower than your Solr
+# Version.
+solr.luceneMatchVersion=LUCENE_40
+solr.pinkPony.timeAllowed=-1
+# autoCommit after 10000 docs
+solr.autoCommit.MaxDocs=10000
+# autoCommit after 2 minutes
+solr.autoCommit.MaxTime=120000
+# autoSoftCommit after 2000 docs
+solr.autoSoftCommit.MaxDocs=2000
+# autoSoftCommit after 10 seconds
+solr.autoSoftCommit.MaxTime=10000
+solr.contrib.dir=../../../contrib
diff --git a/configsets/search_api_solr_7.x-1.8/conf/4.x/stopwords.txt b/configsets/search_api_solr_7.x-1.8/conf/4.x/stopwords.txt
new file mode 100644
index 0000000..d7f243e
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.8/conf/4.x/stopwords.txt
@@ -0,0 +1,4 @@
+# Contains words which shouldn't be indexed for fulltext fields, e.g., because
+# they're too common. For documentation of the format, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.StopFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_7.x-1.8/conf/4.x/synonyms.txt b/configsets/search_api_solr_7.x-1.8/conf/4.x/synonyms.txt
new file mode 100644
index 0000000..7d22eea
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.8/conf/4.x/synonyms.txt
@@ -0,0 +1,3 @@
+# Contains synonyms to use for your index. For the format used, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.SynonymFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_7.x-1.8/conf/5.x/elevate.xml b/configsets/search_api_solr_7.x-1.8/conf/5.x/elevate.xml
new file mode 100644
index 0000000..71ea000
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.8/conf/5.x/elevate.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.8/conf/5.x/mapping-ISOLatin1Accent.txt b/configsets/search_api_solr_7.x-1.8/conf/5.x/mapping-ISOLatin1Accent.txt
new file mode 100644
index 0000000..b92d03c
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.8/conf/5.x/mapping-ISOLatin1Accent.txt
@@ -0,0 +1,14 @@
+# This file contains character mappings for the default fulltext field type.
+# The source characters (on the left) will be replaced by the respective target
+# characters before any other processing takes place.
+# Lines starting with a pound character # are ignored.
+#
+# For sensible defaults, use the mapping-ISOLatin1Accent.txt file distributed
+# with the example application of your Solr version.
+#
+# Examples:
+# "À" => "A"
+# "\u00c4" => "A"
+# "\u00c4" => "\u0041"
+# "æ" => "ae"
+# "\n" => " "
diff --git a/configsets/search_api_solr_7.x-1.8/conf/5.x/protwords.txt b/configsets/search_api_solr_7.x-1.8/conf/5.x/protwords.txt
new file mode 100644
index 0000000..cda8581
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.8/conf/5.x/protwords.txt
@@ -0,0 +1,7 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
diff --git a/configsets/search_api_solr_7.x-1.8/conf/5.x/schema.xml b/configsets/search_api_solr_7.x-1.8/conf/5.x/schema.xml
new file mode 100644
index 0000000..ffbc80d
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.8/conf/5.x/schema.xml
@@ -0,0 +1,693 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.8/conf/5.x/schema_extra_fields.xml b/configsets/search_api_solr_7.x-1.8/conf/5.x/schema_extra_fields.xml
new file mode 100644
index 0000000..02b3655
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.8/conf/5.x/schema_extra_fields.xml
@@ -0,0 +1,23 @@
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.8/conf/5.x/schema_extra_types.xml b/configsets/search_api_solr_7.x-1.8/conf/5.x/schema_extra_types.xml
new file mode 100644
index 0000000..bd716b8
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.8/conf/5.x/schema_extra_types.xml
@@ -0,0 +1,34 @@
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.8/conf/5.x/solrconfig.xml b/configsets/search_api_solr_7.x-1.8/conf/5.x/solrconfig.xml
new file mode 100644
index 0000000..bfe1c03
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.8/conf/5.x/solrconfig.xml
@@ -0,0 +1,1804 @@
+
+
+
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+ ${solr.luceneMatchVersion:5.0.0}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.data.dir:}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 32
+
+
+
+
+
+
+
+
+
+ 4
+
+
+ ${solr.lock.type:native}
+
+
+
+
+
+ false
+
+
+ true
+
+
+
+
+ 1
+
+ 0
+
+
+
+
+
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.autoCommit.MaxDocs:10000}
+ ${solr.autoCommit.MaxTime:120000}
+
+
+
+
+ ${solr.autoSoftCommit.MaxDocs:2000}
+ ${solr.autoSoftCommit.MaxTime:10000}
+
+
+
+
+
+
+
+
+ ${solr.data.dir:}
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+ -1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+ 20
+
+
+ 200
+
+
+
+
+
+
+
+
+
+
+
+ solr rocks010
+
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ explicit
+ json
+ true
+ text
+
+
+
+
+
+
+
+ {!xport}
+ xsort
+ false
+
+
+
+ query
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ edismax
+ content
+ explicit
+ true
+ 0.01
+
+ ${solr.pinkPony.timeAllowed:-1}
+ *:*
+ AND
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+ elevator
+
+
+
+
+
+
+ content
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+ ${solr.mlt.timeAllowed:2000}
+
+
+
+
+
+
+ content
+ explicit
+ true
+
+
+
+
+
+
+
+ text
+
+
+
+
+
+
+ _src_
+
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text
+ true
+ ignored_
+
+
+ true
+ links
+ ignored_
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+ ${solr.replication.master:false}
+ commit
+ startup
+ ${solr.replication.confFiles:schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml}
+
+
+ ${solr.replication.slave:false}
+ ${solr.replication.masterUrl:http://localhost:8983/solr}/replication
+ ${solr.replication.pollInterval:00:00:60}
+
+
+
+
+
+
+ true
+ json
+ true
+
+
+
+
+
+
+
+
+
+ default
+ wordbreak
+ false
+ false
+ 1
+ 5
+ 5
+ true
+ true
+ 10
+ 5
+
+
+ spellcheck
+
+
+
+
+
+
+ mySuggester
+ FuzzyLookupFactory
+ DocumentDictionaryFactory
+ cat
+ price
+ string
+
+
+
+
+
+ true
+ 10
+
+
+ suggest
+
+
+
+
+
+
+
+
+
+ true
+
+
+ tvComponent
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+ terms
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ,,
+ ,,
+ ,,
+ ,,
+ ,]]>
+ ]]>
+
+
+
+
+
+ 10
+ .,!?
+
+
+
+
+
+
+ WORD
+
+
+ en
+ US
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/plain; charset=UTF-8
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+ *:*
+
+
+
+
+
+
+
+
+
+
+
+ textSpell
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.8/conf/5.x/solrconfig_extra.xml b/configsets/search_api_solr_7.x-1.8/conf/5.x/solrconfig_extra.xml
new file mode 100644
index 0000000..c5bc3ac
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.8/conf/5.x/solrconfig_extra.xml
@@ -0,0 +1,80 @@
+
+
+
+textSpell
+
+
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.8/conf/5.x/solrcore.properties b/configsets/search_api_solr_7.x-1.8/conf/5.x/solrcore.properties
new file mode 100644
index 0000000..9a2572a
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.8/conf/5.x/solrcore.properties
@@ -0,0 +1,20 @@
+# Defines Solr properties for this specific core.
+solr.replication.master=false
+solr.replication.slave=false
+solr.replication.pollInterval=00:00:60
+solr.replication.masterUrl=http://localhost:8983/solr
+solr.replication.confFiles=schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml
+solr.mlt.timeAllowed=2000
+# You should not set your luceneMatchVersion to anything lower than your Solr
+# Version.
+solr.luceneMatchVersion=5.0.0
+solr.pinkPony.timeAllowed=-1
+# autoCommit after 10000 docs
+solr.autoCommit.MaxDocs=10000
+# autoCommit after 2 minutes
+solr.autoCommit.MaxTime=120000
+# autoSoftCommit after 2000 docs
+solr.autoSoftCommit.MaxDocs=2000
+# autoSoftCommit after 10 seconds
+solr.autoSoftCommit.MaxTime=10000
+solr.contrib.dir=../../../contrib
diff --git a/configsets/search_api_solr_7.x-1.8/conf/5.x/stopwords.txt b/configsets/search_api_solr_7.x-1.8/conf/5.x/stopwords.txt
new file mode 100644
index 0000000..d7f243e
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.8/conf/5.x/stopwords.txt
@@ -0,0 +1,4 @@
+# Contains words which shouldn't be indexed for fulltext fields, e.g., because
+# they're too common. For documentation of the format, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.StopFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_7.x-1.8/conf/5.x/synonyms.txt b/configsets/search_api_solr_7.x-1.8/conf/5.x/synonyms.txt
new file mode 100644
index 0000000..7d22eea
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.8/conf/5.x/synonyms.txt
@@ -0,0 +1,3 @@
+# Contains synonyms to use for your index. For the format used, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.SynonymFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_7.x-1.9/conf/3.x/elevate.xml b/configsets/search_api_solr_7.x-1.9/conf/3.x/elevate.xml
new file mode 100644
index 0000000..71ea000
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.9/conf/3.x/elevate.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.9/conf/3.x/mapping-ISOLatin1Accent.txt b/configsets/search_api_solr_7.x-1.9/conf/3.x/mapping-ISOLatin1Accent.txt
new file mode 100644
index 0000000..b92d03c
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.9/conf/3.x/mapping-ISOLatin1Accent.txt
@@ -0,0 +1,14 @@
+# This file contains character mappings for the default fulltext field type.
+# The source characters (on the left) will be replaced by the respective target
+# characters before any other processing takes place.
+# Lines starting with a pound character # are ignored.
+#
+# For sensible defaults, use the mapping-ISOLatin1Accent.txt file distributed
+# with the example application of your Solr version.
+#
+# Examples:
+# "À" => "A"
+# "\u00c4" => "A"
+# "\u00c4" => "\u0041"
+# "æ" => "ae"
+# "\n" => " "
diff --git a/configsets/search_api_solr_7.x-1.9/conf/3.x/protwords.txt b/configsets/search_api_solr_7.x-1.9/conf/3.x/protwords.txt
new file mode 100644
index 0000000..cda8581
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.9/conf/3.x/protwords.txt
@@ -0,0 +1,7 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
diff --git a/configsets/search_api_solr_7.x-1.9/conf/3.x/schema.xml b/configsets/search_api_solr_7.x-1.9/conf/3.x/schema.xml
new file mode 100644
index 0000000..de4b870
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.9/conf/3.x/schema.xml
@@ -0,0 +1,588 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id
+
+
+ content
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.9/conf/3.x/schema_extra_fields.xml b/configsets/search_api_solr_7.x-1.9/conf/3.x/schema_extra_fields.xml
new file mode 100644
index 0000000..9ecd5f4
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.9/conf/3.x/schema_extra_fields.xml
@@ -0,0 +1,23 @@
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.9/conf/3.x/schema_extra_types.xml b/configsets/search_api_solr_7.x-1.9/conf/3.x/schema_extra_types.xml
new file mode 100644
index 0000000..e82072e
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.9/conf/3.x/schema_extra_types.xml
@@ -0,0 +1,30 @@
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.9/conf/3.x/solrconfig.xml b/configsets/search_api_solr_7.x-1.9/conf/3.x/solrconfig.xml
new file mode 100644
index 0000000..d6cc7ac
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.9/conf/3.x/solrconfig.xml
@@ -0,0 +1,1614 @@
+
+
+
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+ ${solr.luceneMatchVersion:LUCENE_35}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+
+ 4
+
+ 32
+
+
+
+ 2147483647
+ 100000
+ 1000
+
+
+
+
+
+
+
+
+ single
+
+
+
+
+
+
+
+
+ false
+ 32
+ 10
+
+
+ false
+
+
+ true
+
+
+
+
+ 1
+
+ 0
+
+
+
+
+
+ false
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.autoCommit.MaxDocs:10000}
+ ${solr.autoCommit.MaxTime:120000}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+ 20
+
+
+ 200
+
+
+
+
+
+
+
+
+
+
+
+ solr rocks010
+
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ edismax
+ explicit
+ true
+ 0.01
+
+ ${solr.pinkPony.timeAllowed:-1}
+ *:*
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+ elevator
+
+
+
+
+
+
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+ ${solr.mlt.timeAllowed:2000}
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text
+ true
+ ignored_
+
+
+ true
+ links
+ ignored_
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ pinkPony
+ solrpingquery
+
+
+ all
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+ ${solr.replication.master:false}
+ commit
+ startup
+ ${solr.replication.confFiles:schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml}
+
+
+ ${solr.replication.slave:false}
+ ${solr.replication.masterUrl:http://localhost:8983/solr}/replication
+ ${solr.replication.pollInterval:00:00:60}
+
+
+
+
+
+
+
+
+ false
+ false
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+
+
+
+ true
+
+
+ tvComponent
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+ terms
+
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ,,
+ ,,
+ ,,
+ ,,
+ ,]]>
+ ]]>
+
+
+
+
+
+ 10
+ .,!?
+
+
+
+
+
+
+ WORD
+
+
+ en
+ US
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/plain; charset=UTF-8
+
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+ *:*
+
+
+
+
+
+
+
+
+
+
+
+ textSpell
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.9/conf/3.x/solrconfig_extra.xml b/configsets/search_api_solr_7.x-1.9/conf/3.x/solrconfig_extra.xml
new file mode 100644
index 0000000..c5bc3ac
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.9/conf/3.x/solrconfig_extra.xml
@@ -0,0 +1,80 @@
+
+
+
+textSpell
+
+
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.9/conf/3.x/solrcore.properties b/configsets/search_api_solr_7.x-1.9/conf/3.x/solrcore.properties
new file mode 100644
index 0000000..bc46886
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.9/conf/3.x/solrcore.properties
@@ -0,0 +1,16 @@
+# Defines Solr properties for this specific core.
+solr.replication.master=false
+solr.replication.slave=false
+solr.replication.pollInterval=00:00:60
+solr.replication.masterUrl=http://localhost:8983/solr
+solr.replication.confFiles=schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml
+solr.mlt.timeAllowed=2000
+# You should not set your luceneMatchVersion to anything lower than your Solr
+# Version.
+solr.luceneMatchVersion=LUCENE_35
+solr.pinkPony.timeAllowed=-1
+# autoCommit after 10000 docs
+solr.autoCommit.MaxDocs=10000
+# autoCommit after 2 minutes
+solr.autoCommit.MaxTime=120000
+solr.contrib.dir=../../contrib
diff --git a/configsets/search_api_solr_7.x-1.9/conf/3.x/stopwords.txt b/configsets/search_api_solr_7.x-1.9/conf/3.x/stopwords.txt
new file mode 100644
index 0000000..d7f243e
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.9/conf/3.x/stopwords.txt
@@ -0,0 +1,4 @@
+# Contains words which shouldn't be indexed for fulltext fields, e.g., because
+# they're too common. For documentation of the format, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.StopFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_7.x-1.9/conf/3.x/synonyms.txt b/configsets/search_api_solr_7.x-1.9/conf/3.x/synonyms.txt
new file mode 100644
index 0000000..7d22eea
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.9/conf/3.x/synonyms.txt
@@ -0,0 +1,3 @@
+# Contains synonyms to use for your index. For the format used, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.SynonymFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_7.x-1.9/conf/4.x/elevate.xml b/configsets/search_api_solr_7.x-1.9/conf/4.x/elevate.xml
new file mode 100644
index 0000000..71ea000
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.9/conf/4.x/elevate.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.9/conf/4.x/mapping-ISOLatin1Accent.txt b/configsets/search_api_solr_7.x-1.9/conf/4.x/mapping-ISOLatin1Accent.txt
new file mode 100644
index 0000000..b92d03c
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.9/conf/4.x/mapping-ISOLatin1Accent.txt
@@ -0,0 +1,14 @@
+# This file contains character mappings for the default fulltext field type.
+# The source characters (on the left) will be replaced by the respective target
+# characters before any other processing takes place.
+# Lines starting with a pound character # are ignored.
+#
+# For sensible defaults, use the mapping-ISOLatin1Accent.txt file distributed
+# with the example application of your Solr version.
+#
+# Examples:
+# "À" => "A"
+# "\u00c4" => "A"
+# "\u00c4" => "\u0041"
+# "æ" => "ae"
+# "\n" => " "
diff --git a/configsets/search_api_solr_7.x-1.9/conf/4.x/protwords.txt b/configsets/search_api_solr_7.x-1.9/conf/4.x/protwords.txt
new file mode 100644
index 0000000..cda8581
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.9/conf/4.x/protwords.txt
@@ -0,0 +1,7 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
diff --git a/configsets/search_api_solr_7.x-1.9/conf/4.x/schema.xml b/configsets/search_api_solr_7.x-1.9/conf/4.x/schema.xml
new file mode 100644
index 0000000..6d9011a
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.9/conf/4.x/schema.xml
@@ -0,0 +1,594 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id
+
+
+ content
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.9/conf/4.x/schema_extra_fields.xml b/configsets/search_api_solr_7.x-1.9/conf/4.x/schema_extra_fields.xml
new file mode 100644
index 0000000..9ecd5f4
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.9/conf/4.x/schema_extra_fields.xml
@@ -0,0 +1,23 @@
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.9/conf/4.x/schema_extra_types.xml b/configsets/search_api_solr_7.x-1.9/conf/4.x/schema_extra_types.xml
new file mode 100644
index 0000000..e82072e
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.9/conf/4.x/schema_extra_types.xml
@@ -0,0 +1,30 @@
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.9/conf/4.x/solrconfig.xml b/configsets/search_api_solr_7.x-1.9/conf/4.x/solrconfig.xml
new file mode 100644
index 0000000..151d9a4
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.9/conf/4.x/solrconfig.xml
@@ -0,0 +1,1641 @@
+
+
+
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+ ${solr.luceneMatchVersion:LUCENE_40}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+
+ 4
+
+ 32
+
+
+
+ 2147483647
+ 100000
+ 1000
+
+
+
+
+
+
+
+
+ single
+
+
+
+
+
+ false
+
+
+ true
+
+
+
+
+ 1
+
+ 0
+
+
+
+
+
+ false
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.autoCommit.MaxDocs:10000}
+ ${solr.autoCommit.MaxTime:120000}
+
+
+
+
+ ${solr.autoSoftCommit.MaxDocs:2000}
+ ${solr.autoSoftCommit.MaxTime:10000}
+
+
+
+
+
+
+
+
+ ${solr.data.dir:}
+
+
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+ 20
+
+
+ 200
+
+
+
+
+
+
+
+
+
+
+
+ solr rocks010
+
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ edismax
+ explicit
+ true
+ 0.01
+
+ ${solr.pinkPony.timeAllowed:-1}
+ *:*
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+ elevator
+
+
+
+
+
+
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+ ${solr.mlt.timeAllowed:2000}
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text
+ true
+ ignored_
+
+
+ true
+ links
+ ignored_
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ pinkPony
+ solrpingquery
+ false
+
+
+ all
+
+
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+ ${solr.replication.master:false}
+ commit
+ startup
+ ${solr.replication.confFiles:schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml}
+
+
+ ${solr.replication.slave:false}
+ ${solr.replication.masterUrl:http://localhost:8983/solr}/replication
+ ${solr.replication.pollInterval:00:00:60}
+
+
+
+
+
+
+ true
+ json
+ true
+
+
+
+
+
+
+
+
+ false
+ false
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+
+
+
+ true
+
+
+ tvComponent
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+ terms
+
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ,,
+ ,,
+ ,,
+ ,,
+ ,]]>
+ ]]>
+
+
+
+
+
+ 10
+ .,!?
+
+
+
+
+
+
+ WORD
+
+
+ en
+ US
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/plain; charset=UTF-8
+
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+ *:*
+
+
+
+
+
+
+
+
+
+
+
+ textSpell
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.9/conf/4.x/solrconfig_extra.xml b/configsets/search_api_solr_7.x-1.9/conf/4.x/solrconfig_extra.xml
new file mode 100644
index 0000000..c5bc3ac
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.9/conf/4.x/solrconfig_extra.xml
@@ -0,0 +1,80 @@
+
+
+
+textSpell
+
+
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.9/conf/4.x/solrcore.properties b/configsets/search_api_solr_7.x-1.9/conf/4.x/solrcore.properties
new file mode 100644
index 0000000..b7f8f6c
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.9/conf/4.x/solrcore.properties
@@ -0,0 +1,20 @@
+# Defines Solr properties for this specific core.
+solr.replication.master=false
+solr.replication.slave=false
+solr.replication.pollInterval=00:00:60
+solr.replication.masterUrl=http://localhost:8983/solr
+solr.replication.confFiles=schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml
+solr.mlt.timeAllowed=2000
+# You should not set your luceneMatchVersion to anything lower than your Solr
+# Version.
+solr.luceneMatchVersion=LUCENE_40
+solr.pinkPony.timeAllowed=-1
+# autoCommit after 10000 docs
+solr.autoCommit.MaxDocs=10000
+# autoCommit after 2 minutes
+solr.autoCommit.MaxTime=120000
+# autoSoftCommit after 2000 docs
+solr.autoSoftCommit.MaxDocs=2000
+# autoSoftCommit after 10 seconds
+solr.autoSoftCommit.MaxTime=10000
+solr.contrib.dir=../../../contrib
diff --git a/configsets/search_api_solr_7.x-1.9/conf/4.x/stopwords.txt b/configsets/search_api_solr_7.x-1.9/conf/4.x/stopwords.txt
new file mode 100644
index 0000000..d7f243e
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.9/conf/4.x/stopwords.txt
@@ -0,0 +1,4 @@
+# Contains words which shouldn't be indexed for fulltext fields, e.g., because
+# they're too common. For documentation of the format, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.StopFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_7.x-1.9/conf/4.x/synonyms.txt b/configsets/search_api_solr_7.x-1.9/conf/4.x/synonyms.txt
new file mode 100644
index 0000000..7d22eea
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.9/conf/4.x/synonyms.txt
@@ -0,0 +1,3 @@
+# Contains synonyms to use for your index. For the format used, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.SynonymFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_7.x-1.9/conf/5.x/elevate.xml b/configsets/search_api_solr_7.x-1.9/conf/5.x/elevate.xml
new file mode 100644
index 0000000..71ea000
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.9/conf/5.x/elevate.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.9/conf/5.x/mapping-ISOLatin1Accent.txt b/configsets/search_api_solr_7.x-1.9/conf/5.x/mapping-ISOLatin1Accent.txt
new file mode 100644
index 0000000..b92d03c
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.9/conf/5.x/mapping-ISOLatin1Accent.txt
@@ -0,0 +1,14 @@
+# This file contains character mappings for the default fulltext field type.
+# The source characters (on the left) will be replaced by the respective target
+# characters before any other processing takes place.
+# Lines starting with a pound character # are ignored.
+#
+# For sensible defaults, use the mapping-ISOLatin1Accent.txt file distributed
+# with the example application of your Solr version.
+#
+# Examples:
+# "À" => "A"
+# "\u00c4" => "A"
+# "\u00c4" => "\u0041"
+# "æ" => "ae"
+# "\n" => " "
diff --git a/configsets/search_api_solr_7.x-1.9/conf/5.x/protwords.txt b/configsets/search_api_solr_7.x-1.9/conf/5.x/protwords.txt
new file mode 100644
index 0000000..cda8581
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.9/conf/5.x/protwords.txt
@@ -0,0 +1,7 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
diff --git a/configsets/search_api_solr_7.x-1.9/conf/5.x/schema.xml b/configsets/search_api_solr_7.x-1.9/conf/5.x/schema.xml
new file mode 100644
index 0000000..ffbc80d
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.9/conf/5.x/schema.xml
@@ -0,0 +1,693 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.9/conf/5.x/schema_extra_fields.xml b/configsets/search_api_solr_7.x-1.9/conf/5.x/schema_extra_fields.xml
new file mode 100644
index 0000000..02b3655
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.9/conf/5.x/schema_extra_fields.xml
@@ -0,0 +1,23 @@
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.9/conf/5.x/schema_extra_types.xml b/configsets/search_api_solr_7.x-1.9/conf/5.x/schema_extra_types.xml
new file mode 100644
index 0000000..bd716b8
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.9/conf/5.x/schema_extra_types.xml
@@ -0,0 +1,34 @@
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.9/conf/5.x/solrconfig.xml b/configsets/search_api_solr_7.x-1.9/conf/5.x/solrconfig.xml
new file mode 100644
index 0000000..c378343
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.9/conf/5.x/solrconfig.xml
@@ -0,0 +1,1808 @@
+
+
+
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+ ${solr.luceneMatchVersion:5.0.0}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.data.dir:}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 32
+
+
+
+
+
+
+
+
+
+ 4
+
+
+ ${solr.lock.type:native}
+
+
+
+
+
+ false
+
+
+ true
+
+
+
+
+ 1
+
+ 0
+
+
+
+
+
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.autoCommit.MaxDocs:10000}
+ ${solr.autoCommit.MaxTime:120000}
+
+
+
+
+ ${solr.autoSoftCommit.MaxDocs:2000}
+ ${solr.autoSoftCommit.MaxTime:10000}
+
+
+
+
+
+
+
+
+ ${solr.data.dir:}
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+ -1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+ 20
+
+
+ 200
+
+
+
+
+
+
+
+
+
+
+
+ solr rocks010
+
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ explicit
+ json
+ true
+ text
+ AND
+
+
+
+
+
+
+
+ {!xport}
+ xsort
+ false
+
+
+
+ query
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ edismax
+ content
+ explicit
+ true
+ 0.01
+
+ ${solr.pinkPony.timeAllowed:-1}
+ *:*
+ AND
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+ elevator
+
+
+
+
+
+
+ content
+ AND
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+ ${solr.mlt.timeAllowed:2000}
+
+
+
+
+
+
+ content
+ explicit
+ true
+ AND
+
+
+
+
+
+
+
+ text
+
+
+
+
+
+
+ _src_
+
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text
+ true
+ ignored_
+
+
+ true
+ links
+ ignored_
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+ ${solr.replication.master:false}
+ commit
+ startup
+ ${solr.replication.confFiles:schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml}
+
+
+ ${solr.replication.slave:false}
+ ${solr.replication.masterUrl:http://localhost:8983/solr}/replication
+ ${solr.replication.pollInterval:00:00:60}
+
+
+
+
+
+
+ true
+ json
+ true
+ AND
+
+
+
+
+
+
+
+
+
+ default
+ wordbreak
+ false
+ false
+ 1
+ 5
+ 5
+ true
+ true
+ 10
+ 5
+
+
+ spellcheck
+
+
+
+
+
+
+ mySuggester
+ FuzzyLookupFactory
+ DocumentDictionaryFactory
+ cat
+ price
+ string
+
+
+
+
+
+ true
+ 10
+
+
+ suggest
+
+
+
+
+
+
+
+
+
+ true
+
+
+ tvComponent
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+ terms
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ,,
+ ,,
+ ,,
+ ,,
+ ,]]>
+ ]]>
+
+
+
+
+
+ 10
+ .,!?
+
+
+
+
+
+
+ WORD
+
+
+ en
+ US
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/plain; charset=UTF-8
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+ *:*
+
+
+
+
+
+
+
+
+
+
+
+ textSpell
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.9/conf/5.x/solrconfig_extra.xml b/configsets/search_api_solr_7.x-1.9/conf/5.x/solrconfig_extra.xml
new file mode 100644
index 0000000..c5bc3ac
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.9/conf/5.x/solrconfig_extra.xml
@@ -0,0 +1,80 @@
+
+
+
+textSpell
+
+
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_7.x-1.9/conf/5.x/solrcore.properties b/configsets/search_api_solr_7.x-1.9/conf/5.x/solrcore.properties
new file mode 100644
index 0000000..9a2572a
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.9/conf/5.x/solrcore.properties
@@ -0,0 +1,20 @@
+# Defines Solr properties for this specific core.
+solr.replication.master=false
+solr.replication.slave=false
+solr.replication.pollInterval=00:00:60
+solr.replication.masterUrl=http://localhost:8983/solr
+solr.replication.confFiles=schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml
+solr.mlt.timeAllowed=2000
+# You should not set your luceneMatchVersion to anything lower than your Solr
+# Version.
+solr.luceneMatchVersion=5.0.0
+solr.pinkPony.timeAllowed=-1
+# autoCommit after 10000 docs
+solr.autoCommit.MaxDocs=10000
+# autoCommit after 2 minutes
+solr.autoCommit.MaxTime=120000
+# autoSoftCommit after 2000 docs
+solr.autoSoftCommit.MaxDocs=2000
+# autoSoftCommit after 10 seconds
+solr.autoSoftCommit.MaxTime=10000
+solr.contrib.dir=../../../contrib
diff --git a/configsets/search_api_solr_7.x-1.9/conf/5.x/stopwords.txt b/configsets/search_api_solr_7.x-1.9/conf/5.x/stopwords.txt
new file mode 100644
index 0000000..d7f243e
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.9/conf/5.x/stopwords.txt
@@ -0,0 +1,4 @@
+# Contains words which shouldn't be indexed for fulltext fields, e.g., because
+# they're too common. For documentation of the format, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.StopFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_7.x-1.9/conf/5.x/synonyms.txt b/configsets/search_api_solr_7.x-1.9/conf/5.x/synonyms.txt
new file mode 100644
index 0000000..7d22eea
--- /dev/null
+++ b/configsets/search_api_solr_7.x-1.9/conf/5.x/synonyms.txt
@@ -0,0 +1,3 @@
+# Contains synonyms to use for your index. For the format used, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.SynonymFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_8.x-1.0/conf/4.x/elevate.xml b/configsets/search_api_solr_8.x-1.0/conf/4.x/elevate.xml
new file mode 100644
index 0000000..71ea000
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.0/conf/4.x/elevate.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-1.0/conf/4.x/mapping-ISOLatin1Accent.txt b/configsets/search_api_solr_8.x-1.0/conf/4.x/mapping-ISOLatin1Accent.txt
new file mode 100644
index 0000000..b92d03c
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.0/conf/4.x/mapping-ISOLatin1Accent.txt
@@ -0,0 +1,14 @@
+# This file contains character mappings for the default fulltext field type.
+# The source characters (on the left) will be replaced by the respective target
+# characters before any other processing takes place.
+# Lines starting with a pound character # are ignored.
+#
+# For sensible defaults, use the mapping-ISOLatin1Accent.txt file distributed
+# with the example application of your Solr version.
+#
+# Examples:
+# "À" => "A"
+# "\u00c4" => "A"
+# "\u00c4" => "\u0041"
+# "æ" => "ae"
+# "\n" => " "
diff --git a/configsets/search_api_solr_8.x-1.0/conf/4.x/protwords.txt b/configsets/search_api_solr_8.x-1.0/conf/4.x/protwords.txt
new file mode 100644
index 0000000..cda8581
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.0/conf/4.x/protwords.txt
@@ -0,0 +1,7 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
diff --git a/configsets/search_api_solr_8.x-1.0/conf/4.x/schema.xml b/configsets/search_api_solr_8.x-1.0/conf/4.x/schema.xml
new file mode 100644
index 0000000..16f468a
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.0/conf/4.x/schema.xml
@@ -0,0 +1,552 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id
+
+
+ content
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-1.0/conf/4.x/schema_extra_fields.xml b/configsets/search_api_solr_8.x-1.0/conf/4.x/schema_extra_fields.xml
new file mode 100644
index 0000000..9ecd5f4
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.0/conf/4.x/schema_extra_fields.xml
@@ -0,0 +1,23 @@
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-1.0/conf/4.x/schema_extra_types.xml b/configsets/search_api_solr_8.x-1.0/conf/4.x/schema_extra_types.xml
new file mode 100644
index 0000000..e82072e
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.0/conf/4.x/schema_extra_types.xml
@@ -0,0 +1,30 @@
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-1.0/conf/4.x/solrconfig.xml b/configsets/search_api_solr_8.x-1.0/conf/4.x/solrconfig.xml
new file mode 100644
index 0000000..cedd12a
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.0/conf/4.x/solrconfig.xml
@@ -0,0 +1,1629 @@
+
+
+
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+ ${solr.luceneMatchVersion:LUCENE_40}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+
+ 4
+
+ 32
+
+
+
+ 2147483647
+ 100000
+ 1000
+
+
+
+
+
+
+
+
+ single
+
+
+
+
+
+ false
+
+
+ true
+
+
+
+
+ 1
+
+ 0
+
+
+
+
+
+ false
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.autoCommit.MaxDocs:10000}
+ ${solr.autoCommit.MaxTime:120000}
+
+
+
+
+ ${solr.autoSoftCommit.MaxDocs:2000}
+ ${solr.autoSoftCommit.MaxTime:10000}
+
+
+
+
+
+
+
+
+ ${solr.data.dir:}
+
+
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+ 20
+
+
+ 200
+
+
+
+
+
+
+
+
+
+
+
+ solr rocks010
+
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ edismax
+ explicit
+ true
+ 0.01
+
+ ${solr.pinkPony.timeAllowed:-1}
+ *:*
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+ ${solr.mlt.timeAllowed:2000}
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text
+ true
+ ignored_
+
+
+ true
+ links
+ ignored_
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ pinkPony
+ solrpingquery
+
+
+ all
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+ ${solr.replication.master:false}
+ commit
+ startup
+ ${solr.replication.confFiles:schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml}
+
+
+ ${solr.replication.slave:false}
+ ${solr.replication.masterUrl:http://localhost:8983/solr}/replication
+ ${solr.replication.pollInterval:00:00:60}
+
+
+
+
+
+
+ true
+ json
+ true
+
+
+
+
+
+
+
+
+ false
+ false
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+
+
+
+ true
+
+
+ tvComponent
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+ terms
+
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ,,
+ ,,
+ ,,
+ ,,
+ ,]]>
+ ]]>
+
+
+
+
+
+ 10
+ .,!?
+
+
+
+
+
+
+ WORD
+
+
+ en
+ US
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/plain; charset=UTF-8
+
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+ *:*
+
+
+
+
+
+
+
+
+
+
+
+ textSpell
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-1.0/conf/4.x/solrconfig_extra.xml b/configsets/search_api_solr_8.x-1.0/conf/4.x/solrconfig_extra.xml
new file mode 100644
index 0000000..c5bc3ac
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.0/conf/4.x/solrconfig_extra.xml
@@ -0,0 +1,80 @@
+
+
+
+textSpell
+
+
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-1.0/conf/4.x/solrcore.properties b/configsets/search_api_solr_8.x-1.0/conf/4.x/solrcore.properties
new file mode 100644
index 0000000..a0b5bb1
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.0/conf/4.x/solrcore.properties
@@ -0,0 +1,20 @@
+# Defines Solr properties for this specific core.
+solr.replication.master=false
+solr.replication.slave=false
+solr.replication.pollInterval=00:00:60
+solr.replication.masterUrl=http://localhost:8983/solr
+solr.replication.confFiles=schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml
+solr.mlt.timeAllowed=2000
+# You should not set your luceneMatchVersion to anything lower than your Solr
+# Version.
+solr.luceneMatchVersion=LUCENE_40
+solr.pinkPony.timeAllowed=-1
+# autoCommit after 10000 docs
+solr.autoCommit.MaxDocs=10000
+# autoCommit after 2 minutes
+solr.autoCommit.MaxTime=120000
+# autoSoftCommit after 2000 docs
+solr.autoSoftCommit.MaxDocs=2000
+# autoSoftCommit after 10 seconds
+solr.autoSoftCommit.MaxTime=10000
+solr.install.dir=../../..
diff --git a/configsets/search_api_solr_8.x-1.0/conf/4.x/stopwords.txt b/configsets/search_api_solr_8.x-1.0/conf/4.x/stopwords.txt
new file mode 100644
index 0000000..d7f243e
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.0/conf/4.x/stopwords.txt
@@ -0,0 +1,4 @@
+# Contains words which shouldn't be indexed for fulltext fields, e.g., because
+# they're too common. For documentation of the format, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.StopFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_8.x-1.0/conf/4.x/synonyms.txt b/configsets/search_api_solr_8.x-1.0/conf/4.x/synonyms.txt
new file mode 100644
index 0000000..7d22eea
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.0/conf/4.x/synonyms.txt
@@ -0,0 +1,3 @@
+# Contains synonyms to use for your index. For the format used, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.SynonymFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_8.x-1.0/conf/5.x/elevate.xml b/configsets/search_api_solr_8.x-1.0/conf/5.x/elevate.xml
new file mode 100644
index 0000000..71ea000
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.0/conf/5.x/elevate.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-1.0/conf/5.x/mapping-ISOLatin1Accent.txt b/configsets/search_api_solr_8.x-1.0/conf/5.x/mapping-ISOLatin1Accent.txt
new file mode 100644
index 0000000..b92d03c
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.0/conf/5.x/mapping-ISOLatin1Accent.txt
@@ -0,0 +1,14 @@
+# This file contains character mappings for the default fulltext field type.
+# The source characters (on the left) will be replaced by the respective target
+# characters before any other processing takes place.
+# Lines starting with a pound character # are ignored.
+#
+# For sensible defaults, use the mapping-ISOLatin1Accent.txt file distributed
+# with the example application of your Solr version.
+#
+# Examples:
+# "À" => "A"
+# "\u00c4" => "A"
+# "\u00c4" => "\u0041"
+# "æ" => "ae"
+# "\n" => " "
diff --git a/configsets/search_api_solr_8.x-1.0/conf/5.x/protwords.txt b/configsets/search_api_solr_8.x-1.0/conf/5.x/protwords.txt
new file mode 100644
index 0000000..cda8581
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.0/conf/5.x/protwords.txt
@@ -0,0 +1,7 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
diff --git a/configsets/search_api_solr_8.x-1.0/conf/5.x/schema.xml b/configsets/search_api_solr_8.x-1.0/conf/5.x/schema.xml
new file mode 100644
index 0000000..c633d2f
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.0/conf/5.x/schema.xml
@@ -0,0 +1,693 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-1.0/conf/5.x/schema_extra_fields.xml b/configsets/search_api_solr_8.x-1.0/conf/5.x/schema_extra_fields.xml
new file mode 100644
index 0000000..02b3655
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.0/conf/5.x/schema_extra_fields.xml
@@ -0,0 +1,23 @@
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-1.0/conf/5.x/schema_extra_types.xml b/configsets/search_api_solr_8.x-1.0/conf/5.x/schema_extra_types.xml
new file mode 100644
index 0000000..bd716b8
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.0/conf/5.x/schema_extra_types.xml
@@ -0,0 +1,34 @@
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-1.0/conf/5.x/solrconfig.xml b/configsets/search_api_solr_8.x-1.0/conf/5.x/solrconfig.xml
new file mode 100644
index 0000000..07bf3a3
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.0/conf/5.x/solrconfig.xml
@@ -0,0 +1,1800 @@
+
+
+
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+ ${solr.luceneMatchVersion:LUCENE_50}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.data.dir:}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 32
+
+
+
+
+
+
+
+
+
+ 4
+
+
+ ${solr.lock.type:native}
+
+
+
+
+
+ false
+
+
+ true
+
+
+
+
+ 1
+
+ 0
+
+
+
+
+
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.autoCommit.MaxDocs:10000}
+ ${solr.autoCommit.MaxTime:120000}
+
+
+
+
+ ${solr.autoSoftCommit.MaxDocs:2000}
+ ${solr.autoSoftCommit.MaxTime:10000}
+
+
+
+
+
+
+
+
+ ${solr.data.dir:}
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+ -1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+ 20
+
+
+ 200
+
+
+
+
+
+
+
+
+
+
+
+ solr rocks010
+
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ explicit
+ json
+ true
+ text
+
+
+
+
+
+
+
+ {!xport}
+ xsort
+ false
+
+
+
+ query
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ edismax
+ content
+ explicit
+ true
+ 0.01
+
+ ${solr.pinkPony.timeAllowed:-1}
+ *:*
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+ elevator
+
+
+
+
+
+
+ content
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+ ${solr.mlt.timeAllowed:2000}
+
+
+
+
+
+
+ content
+ explicit
+ true
+
+
+
+
+
+
+
+ text
+
+
+
+
+
+
+ _src_
+
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text
+ true
+ ignored_
+
+
+ true
+ links
+ ignored_
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+ ${solr.replication.master:false}
+ commit
+ startup
+ ${solr.replication.confFiles:schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml}
+
+
+ ${solr.replication.slave:false}
+ ${solr.replication.masterUrl:http://localhost:8983/solr}/replication
+ ${solr.replication.pollInterval:00:00:60}
+
+
+
+
+
+
+ true
+ json
+ true
+
+
+
+
+
+
+
+
+
+ default
+ wordbreak
+ false
+ false
+ 1
+ 5
+ 5
+ true
+ true
+ 10
+ 5
+
+
+ spellcheck
+
+
+
+
+
+
+ mySuggester
+ FuzzyLookupFactory
+ DocumentDictionaryFactory
+ cat
+ price
+ string
+
+
+
+
+
+ true
+ 10
+
+
+ suggest
+
+
+
+
+
+
+
+
+
+ true
+
+
+ tvComponent
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+ terms
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ,,
+ ,,
+ ,,
+ ,,
+ ,]]>
+ ]]>
+
+
+
+
+
+ 10
+ .,!?
+
+
+
+
+
+
+ WORD
+
+
+ en
+ US
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/plain; charset=UTF-8
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+ *:*
+
+
+
+
+
+
+
+
+
+
+
+ textSpell
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-1.0/conf/5.x/solrconfig_extra.xml b/configsets/search_api_solr_8.x-1.0/conf/5.x/solrconfig_extra.xml
new file mode 100644
index 0000000..c5bc3ac
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.0/conf/5.x/solrconfig_extra.xml
@@ -0,0 +1,80 @@
+
+
+
+textSpell
+
+
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-1.0/conf/5.x/solrcore.properties b/configsets/search_api_solr_8.x-1.0/conf/5.x/solrcore.properties
new file mode 100644
index 0000000..3a2433f
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.0/conf/5.x/solrcore.properties
@@ -0,0 +1,20 @@
+# Defines Solr properties for this specific core.
+solr.replication.master=false
+solr.replication.slave=false
+solr.replication.pollInterval=00:00:60
+solr.replication.masterUrl=http://localhost:8983/solr
+solr.replication.confFiles=schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml
+solr.mlt.timeAllowed=2000
+# You should not set your luceneMatchVersion to anything lower than your Solr
+# Version.
+solr.luceneMatchVersion=5.0
+solr.pinkPony.timeAllowed=-1
+# autoCommit after 10000 docs
+solr.autoCommit.MaxDocs=10000
+# autoCommit after 2 minutes
+solr.autoCommit.MaxTime=120000
+# autoSoftCommit after 2000 docs
+solr.autoSoftCommit.MaxDocs=2000
+# autoSoftCommit after 10 seconds
+solr.autoSoftCommit.MaxTime=10000
+solr.install.dir=../../..
diff --git a/configsets/search_api_solr_8.x-1.0/conf/5.x/stopwords.txt b/configsets/search_api_solr_8.x-1.0/conf/5.x/stopwords.txt
new file mode 100644
index 0000000..d7f243e
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.0/conf/5.x/stopwords.txt
@@ -0,0 +1,4 @@
+# Contains words which shouldn't be indexed for fulltext fields, e.g., because
+# they're too common. For documentation of the format, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.StopFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_8.x-1.0/conf/5.x/synonyms.txt b/configsets/search_api_solr_8.x-1.0/conf/5.x/synonyms.txt
new file mode 100644
index 0000000..7d22eea
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.0/conf/5.x/synonyms.txt
@@ -0,0 +1,3 @@
+# Contains synonyms to use for your index. For the format used, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.SynonymFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_8.x-1.0/conf/6.x/elevate.xml b/configsets/search_api_solr_8.x-1.0/conf/6.x/elevate.xml
new file mode 100755
index 0000000..71ea000
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.0/conf/6.x/elevate.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-1.0/conf/6.x/mapping-ISOLatin1Accent.txt b/configsets/search_api_solr_8.x-1.0/conf/6.x/mapping-ISOLatin1Accent.txt
new file mode 100755
index 0000000..b92d03c
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.0/conf/6.x/mapping-ISOLatin1Accent.txt
@@ -0,0 +1,14 @@
+# This file contains character mappings for the default fulltext field type.
+# The source characters (on the left) will be replaced by the respective target
+# characters before any other processing takes place.
+# Lines starting with a pound character # are ignored.
+#
+# For sensible defaults, use the mapping-ISOLatin1Accent.txt file distributed
+# with the example application of your Solr version.
+#
+# Examples:
+# "À" => "A"
+# "\u00c4" => "A"
+# "\u00c4" => "\u0041"
+# "æ" => "ae"
+# "\n" => " "
diff --git a/configsets/search_api_solr_8.x-1.0/conf/6.x/protwords.txt b/configsets/search_api_solr_8.x-1.0/conf/6.x/protwords.txt
new file mode 100755
index 0000000..cda8581
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.0/conf/6.x/protwords.txt
@@ -0,0 +1,7 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
diff --git a/configsets/search_api_solr_8.x-1.0/conf/6.x/schema.xml b/configsets/search_api_solr_8.x-1.0/conf/6.x/schema.xml
new file mode 100755
index 0000000..a59b042
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.0/conf/6.x/schema.xml
@@ -0,0 +1,792 @@
+
+
+
+
+
+
+]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ &extrafields;
+
+
+
+
+
+ &extratypes;
+
+
+
+
+
+ id
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-1.0/conf/6.x/schema_extra_fields.xml b/configsets/search_api_solr_8.x-1.0/conf/6.x/schema_extra_fields.xml
new file mode 100755
index 0000000..8933702
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.0/conf/6.x/schema_extra_fields.xml
@@ -0,0 +1,21 @@
+
+
diff --git a/configsets/search_api_solr_8.x-1.0/conf/6.x/schema_extra_types.xml b/configsets/search_api_solr_8.x-1.0/conf/6.x/schema_extra_types.xml
new file mode 100755
index 0000000..ce2ce0c
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.0/conf/6.x/schema_extra_types.xml
@@ -0,0 +1,32 @@
+
+
diff --git a/configsets/search_api_solr_8.x-1.0/conf/6.x/schema_legacy_fields.xml b/configsets/search_api_solr_8.x-1.0/conf/6.x/schema_legacy_fields.xml
new file mode 100644
index 0000000..902bb28
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.0/conf/6.x/schema_legacy_fields.xml
@@ -0,0 +1,61 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-1.0/conf/6.x/schema_legacy_types.xml b/configsets/search_api_solr_8.x-1.0/conf/6.x/schema_legacy_types.xml
new file mode 100644
index 0000000..b46da04
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.0/conf/6.x/schema_legacy_types.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-1.0/conf/6.x/solrconfig.xml b/configsets/search_api_solr_8.x-1.0/conf/6.x/solrconfig.xml
new file mode 100755
index 0000000..ed3a0c4
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.0/conf/6.x/solrconfig.xml
@@ -0,0 +1,1494 @@
+
+
+
+]>
+
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+ ${solr.luceneMatchVersion:LUCENE_60}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.data.dir:}
+
+
+
+
+
+
+
+
+ ${solr.hdfs.home:}
+
+ ${solr.hdfs.confdir:}
+
+ ${solr.hdfs.blockcache.enabled:true}
+
+ ${solr.hdfs.blockcache.global:true}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 4
+
+
+
+
+
+
+ ${solr.lock.type:native}
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.ulog.dir:}
+
+
+
+
+ ${solr.autoCommit.MaxDocs:10000}
+ ${solr.autoCommit.MaxTime:120000}
+ false
+
+
+
+
+ ${solr.autoSoftCommit.MaxDocs:2000}
+ ${solr.autoSoftCommit.MaxTime:10000}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+ 20
+
+
+ 200
+
+
+
+
+
+
+
+
+
+
+
+ static firstSearcher warming in solrconfig.xml
+
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ edismax
+ content
+ explicit
+ true
+ 0.01
+
+ ${solr.selectSearchHandler.timeAllowed:-1}
+ *:*
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+ elevator
+
+
+
+
+
+
+ explicit
+ json
+ true
+ text
+
+
+
+
+
+
+
+
+
+ content
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+ ${solr.mlt.timeAllowed:2000}
+
+
+
+
+
+
+ content
+ explicit
+ true
+
+
+
+
+
+ text
+
+
+
+
+
+
+ true
+ ignored_
+
+
+ true
+ links
+ ignored_
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+ ${solr.replication.master:false}
+ commit
+ startup
+ ${solr.replication.confFiles:schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml}
+
+
+ ${solr.replication.slave:false}
+ ${solr.replication.masterUrl:http://localhost:8983/solr}/replication
+ ${solr.replication.pollInterval:00:00:60}
+
+
+
+
+
+
+ true
+ json
+ true
+
+
+
+
+
+
+
+ &spellcheck;
+
+
+
+
+ spell
+
+ default
+ wordbreak
+ on
+ false
+ false
+ 1
+ 5
+ 5
+ true
+ true
+ 10
+ 5
+
+
+ spellcheck
+
+
+
+
+
+ mySuggester
+ FuzzyLookupFactory
+ DocumentDictionaryFactory
+ cat
+ price
+ string
+
+
+
+
+
+ true
+ 10
+
+
+ suggest
+
+
+
+
+
+
+
+
+ text
+ true
+
+
+ tvComponent
+
+
+
+
+
+
+
+
+
+ true
+ false
+
+
+ terms
+
+
+
+
+
+
+ false
+ false
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ terms
+ spellcheck
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+ text
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ,,
+ ,,
+ ,,
+ ,,
+ ,]]>
+ ]]>
+
+
+
+
+
+ 10
+ .,!?
+
+
+
+
+
+
+ WORD
+
+
+ en
+ US
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ application/json; charset=UTF-8
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-1.0/conf/6.x/solrconfig_spellcheck.xml b/configsets/search_api_solr_8.x-1.0/conf/6.x/solrconfig_spellcheck.xml
new file mode 100644
index 0000000..5c9d7ad
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.0/conf/6.x/solrconfig_spellcheck.xml
@@ -0,0 +1,89 @@
+
+
+
+ textSpell
+
+
+
+
+
+
+ default
+ spell
+ solr.DirectSolrSpellChecker
+
+ internal
+
+ 0.5
+
+ 2
+
+ 1
+
+ 5
+
+ 4
+
+ 0.01
+
+
+
+
+
+ wordbreak
+ solr.WordBreakSolrSpellChecker
+ name
+ true
+ true
+ 10
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-1.0/conf/6.x/solrcore.properties b/configsets/search_api_solr_8.x-1.0/conf/6.x/solrcore.properties
new file mode 100755
index 0000000..d7d045b
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.0/conf/6.x/solrcore.properties
@@ -0,0 +1,20 @@
+# Defines Solr properties for this specific core.
+solr.replication.master=false
+solr.replication.slave=false
+solr.replication.pollInterval=00:00:60
+solr.replication.masterUrl=http://localhost:8983/solr
+solr.replication.confFiles=schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml
+solr.mlt.timeAllowed=2000
+# You should not set your luceneMatchVersion to anything lower than your Solr
+# Version.
+solr.luceneMatchVersion=6.0
+solr.selectSearchHandler.timeAllowed=-1
+# autoCommit after 10000 docs
+solr.autoCommit.MaxDocs=10000
+# autoCommit after 2 minutes
+solr.autoCommit.MaxTime=120000
+# autoSoftCommit after 2000 docs
+solr.autoSoftCommit.MaxDocs=2000
+# autoSoftCommit after 10 seconds
+solr.autoSoftCommit.MaxTime=10000
+solr.install.dir=../../..
diff --git a/configsets/search_api_solr_8.x-1.0/conf/6.x/stopwords.txt b/configsets/search_api_solr_8.x-1.0/conf/6.x/stopwords.txt
new file mode 100755
index 0000000..d7f243e
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.0/conf/6.x/stopwords.txt
@@ -0,0 +1,4 @@
+# Contains words which shouldn't be indexed for fulltext fields, e.g., because
+# they're too common. For documentation of the format, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.StopFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_8.x-1.0/conf/6.x/synonyms.txt b/configsets/search_api_solr_8.x-1.0/conf/6.x/synonyms.txt
new file mode 100755
index 0000000..7d22eea
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.0/conf/6.x/synonyms.txt
@@ -0,0 +1,3 @@
+# Contains synonyms to use for your index. For the format used, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.SynonymFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_8.x-1.1/conf/4.x/elevate.xml b/configsets/search_api_solr_8.x-1.1/conf/4.x/elevate.xml
new file mode 100644
index 0000000..193a0e7
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.1/conf/4.x/elevate.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-1.1/conf/4.x/mapping-ISOLatin1Accent.txt b/configsets/search_api_solr_8.x-1.1/conf/4.x/mapping-ISOLatin1Accent.txt
new file mode 100644
index 0000000..b92d03c
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.1/conf/4.x/mapping-ISOLatin1Accent.txt
@@ -0,0 +1,14 @@
+# This file contains character mappings for the default fulltext field type.
+# The source characters (on the left) will be replaced by the respective target
+# characters before any other processing takes place.
+# Lines starting with a pound character # are ignored.
+#
+# For sensible defaults, use the mapping-ISOLatin1Accent.txt file distributed
+# with the example application of your Solr version.
+#
+# Examples:
+# "À" => "A"
+# "\u00c4" => "A"
+# "\u00c4" => "\u0041"
+# "æ" => "ae"
+# "\n" => " "
diff --git a/configsets/search_api_solr_8.x-1.1/conf/4.x/protwords.txt b/configsets/search_api_solr_8.x-1.1/conf/4.x/protwords.txt
new file mode 100644
index 0000000..cda8581
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.1/conf/4.x/protwords.txt
@@ -0,0 +1,7 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
diff --git a/configsets/search_api_solr_8.x-1.1/conf/4.x/schema.xml b/configsets/search_api_solr_8.x-1.1/conf/4.x/schema.xml
new file mode 100644
index 0000000..49133cc
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.1/conf/4.x/schema.xml
@@ -0,0 +1,603 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id
+
+
+ content
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-1.1/conf/4.x/schema_extra_fields.xml b/configsets/search_api_solr_8.x-1.1/conf/4.x/schema_extra_fields.xml
new file mode 100644
index 0000000..9ecd5f4
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.1/conf/4.x/schema_extra_fields.xml
@@ -0,0 +1,23 @@
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-1.1/conf/4.x/schema_extra_types.xml b/configsets/search_api_solr_8.x-1.1/conf/4.x/schema_extra_types.xml
new file mode 100644
index 0000000..e82072e
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.1/conf/4.x/schema_extra_types.xml
@@ -0,0 +1,30 @@
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-1.1/conf/4.x/solrconfig.xml b/configsets/search_api_solr_8.x-1.1/conf/4.x/solrconfig.xml
new file mode 100644
index 0000000..cedd12a
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.1/conf/4.x/solrconfig.xml
@@ -0,0 +1,1629 @@
+
+
+
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+ ${solr.luceneMatchVersion:LUCENE_40}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+
+ 4
+
+ 32
+
+
+
+ 2147483647
+ 100000
+ 1000
+
+
+
+
+
+
+
+
+ single
+
+
+
+
+
+ false
+
+
+ true
+
+
+
+
+ 1
+
+ 0
+
+
+
+
+
+ false
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.autoCommit.MaxDocs:10000}
+ ${solr.autoCommit.MaxTime:120000}
+
+
+
+
+ ${solr.autoSoftCommit.MaxDocs:2000}
+ ${solr.autoSoftCommit.MaxTime:10000}
+
+
+
+
+
+
+
+
+ ${solr.data.dir:}
+
+
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+ 20
+
+
+ 200
+
+
+
+
+
+
+
+
+
+
+
+ solr rocks010
+
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ edismax
+ explicit
+ true
+ 0.01
+
+ ${solr.pinkPony.timeAllowed:-1}
+ *:*
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+ ${solr.mlt.timeAllowed:2000}
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text
+ true
+ ignored_
+
+
+ true
+ links
+ ignored_
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ pinkPony
+ solrpingquery
+
+
+ all
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+ ${solr.replication.master:false}
+ commit
+ startup
+ ${solr.replication.confFiles:schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml}
+
+
+ ${solr.replication.slave:false}
+ ${solr.replication.masterUrl:http://localhost:8983/solr}/replication
+ ${solr.replication.pollInterval:00:00:60}
+
+
+
+
+
+
+ true
+ json
+ true
+
+
+
+
+
+
+
+
+ false
+ false
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+
+
+
+ true
+
+
+ tvComponent
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+ terms
+
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ,,
+ ,,
+ ,,
+ ,,
+ ,]]>
+ ]]>
+
+
+
+
+
+ 10
+ .,!?
+
+
+
+
+
+
+ WORD
+
+
+ en
+ US
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/plain; charset=UTF-8
+
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+ *:*
+
+
+
+
+
+
+
+
+
+
+
+ textSpell
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-1.1/conf/4.x/solrconfig_extra.xml b/configsets/search_api_solr_8.x-1.1/conf/4.x/solrconfig_extra.xml
new file mode 100644
index 0000000..c5bc3ac
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.1/conf/4.x/solrconfig_extra.xml
@@ -0,0 +1,80 @@
+
+
+
+textSpell
+
+
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-1.1/conf/4.x/solrcore.properties b/configsets/search_api_solr_8.x-1.1/conf/4.x/solrcore.properties
new file mode 100644
index 0000000..a0b5bb1
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.1/conf/4.x/solrcore.properties
@@ -0,0 +1,20 @@
+# Defines Solr properties for this specific core.
+solr.replication.master=false
+solr.replication.slave=false
+solr.replication.pollInterval=00:00:60
+solr.replication.masterUrl=http://localhost:8983/solr
+solr.replication.confFiles=schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml
+solr.mlt.timeAllowed=2000
+# You should not set your luceneMatchVersion to anything lower than your Solr
+# Version.
+solr.luceneMatchVersion=LUCENE_40
+solr.pinkPony.timeAllowed=-1
+# autoCommit after 10000 docs
+solr.autoCommit.MaxDocs=10000
+# autoCommit after 2 minutes
+solr.autoCommit.MaxTime=120000
+# autoSoftCommit after 2000 docs
+solr.autoSoftCommit.MaxDocs=2000
+# autoSoftCommit after 10 seconds
+solr.autoSoftCommit.MaxTime=10000
+solr.install.dir=../../..
diff --git a/configsets/search_api_solr_8.x-1.1/conf/4.x/stopwords.txt b/configsets/search_api_solr_8.x-1.1/conf/4.x/stopwords.txt
new file mode 100644
index 0000000..d7f243e
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.1/conf/4.x/stopwords.txt
@@ -0,0 +1,4 @@
+# Contains words which shouldn't be indexed for fulltext fields, e.g., because
+# they're too common. For documentation of the format, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.StopFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_8.x-1.1/conf/4.x/synonyms.txt b/configsets/search_api_solr_8.x-1.1/conf/4.x/synonyms.txt
new file mode 100644
index 0000000..7d22eea
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.1/conf/4.x/synonyms.txt
@@ -0,0 +1,3 @@
+# Contains synonyms to use for your index. For the format used, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.SynonymFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_8.x-1.1/conf/5.x/elevate.xml b/configsets/search_api_solr_8.x-1.1/conf/5.x/elevate.xml
new file mode 100644
index 0000000..193a0e7
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.1/conf/5.x/elevate.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-1.1/conf/5.x/mapping-ISOLatin1Accent.txt b/configsets/search_api_solr_8.x-1.1/conf/5.x/mapping-ISOLatin1Accent.txt
new file mode 100644
index 0000000..b92d03c
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.1/conf/5.x/mapping-ISOLatin1Accent.txt
@@ -0,0 +1,14 @@
+# This file contains character mappings for the default fulltext field type.
+# The source characters (on the left) will be replaced by the respective target
+# characters before any other processing takes place.
+# Lines starting with a pound character # are ignored.
+#
+# For sensible defaults, use the mapping-ISOLatin1Accent.txt file distributed
+# with the example application of your Solr version.
+#
+# Examples:
+# "À" => "A"
+# "\u00c4" => "A"
+# "\u00c4" => "\u0041"
+# "æ" => "ae"
+# "\n" => " "
diff --git a/configsets/search_api_solr_8.x-1.1/conf/5.x/protwords.txt b/configsets/search_api_solr_8.x-1.1/conf/5.x/protwords.txt
new file mode 100644
index 0000000..cda8581
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.1/conf/5.x/protwords.txt
@@ -0,0 +1,7 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
diff --git a/configsets/search_api_solr_8.x-1.1/conf/5.x/schema.xml b/configsets/search_api_solr_8.x-1.1/conf/5.x/schema.xml
new file mode 100644
index 0000000..692e3be
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.1/conf/5.x/schema.xml
@@ -0,0 +1,744 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-1.1/conf/5.x/schema_extra_fields.xml b/configsets/search_api_solr_8.x-1.1/conf/5.x/schema_extra_fields.xml
new file mode 100644
index 0000000..02b3655
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.1/conf/5.x/schema_extra_fields.xml
@@ -0,0 +1,23 @@
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-1.1/conf/5.x/schema_extra_types.xml b/configsets/search_api_solr_8.x-1.1/conf/5.x/schema_extra_types.xml
new file mode 100644
index 0000000..bd716b8
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.1/conf/5.x/schema_extra_types.xml
@@ -0,0 +1,34 @@
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-1.1/conf/5.x/solrconfig.xml b/configsets/search_api_solr_8.x-1.1/conf/5.x/solrconfig.xml
new file mode 100644
index 0000000..07bf3a3
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.1/conf/5.x/solrconfig.xml
@@ -0,0 +1,1800 @@
+
+
+
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+ ${solr.luceneMatchVersion:LUCENE_50}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.data.dir:}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 32
+
+
+
+
+
+
+
+
+
+ 4
+
+
+ ${solr.lock.type:native}
+
+
+
+
+
+ false
+
+
+ true
+
+
+
+
+ 1
+
+ 0
+
+
+
+
+
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.autoCommit.MaxDocs:10000}
+ ${solr.autoCommit.MaxTime:120000}
+
+
+
+
+ ${solr.autoSoftCommit.MaxDocs:2000}
+ ${solr.autoSoftCommit.MaxTime:10000}
+
+
+
+
+
+
+
+
+ ${solr.data.dir:}
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+ -1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+ 20
+
+
+ 200
+
+
+
+
+
+
+
+
+
+
+
+ solr rocks010
+
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ explicit
+ json
+ true
+ text
+
+
+
+
+
+
+
+ {!xport}
+ xsort
+ false
+
+
+
+ query
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ edismax
+ content
+ explicit
+ true
+ 0.01
+
+ ${solr.pinkPony.timeAllowed:-1}
+ *:*
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+ elevator
+
+
+
+
+
+
+ content
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+ ${solr.mlt.timeAllowed:2000}
+
+
+
+
+
+
+ content
+ explicit
+ true
+
+
+
+
+
+
+
+ text
+
+
+
+
+
+
+ _src_
+
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text
+ true
+ ignored_
+
+
+ true
+ links
+ ignored_
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+ ${solr.replication.master:false}
+ commit
+ startup
+ ${solr.replication.confFiles:schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml}
+
+
+ ${solr.replication.slave:false}
+ ${solr.replication.masterUrl:http://localhost:8983/solr}/replication
+ ${solr.replication.pollInterval:00:00:60}
+
+
+
+
+
+
+ true
+ json
+ true
+
+
+
+
+
+
+
+
+
+ default
+ wordbreak
+ false
+ false
+ 1
+ 5
+ 5
+ true
+ true
+ 10
+ 5
+
+
+ spellcheck
+
+
+
+
+
+
+ mySuggester
+ FuzzyLookupFactory
+ DocumentDictionaryFactory
+ cat
+ price
+ string
+
+
+
+
+
+ true
+ 10
+
+
+ suggest
+
+
+
+
+
+
+
+
+
+ true
+
+
+ tvComponent
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+ terms
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ,,
+ ,,
+ ,,
+ ,,
+ ,]]>
+ ]]>
+
+
+
+
+
+ 10
+ .,!?
+
+
+
+
+
+
+ WORD
+
+
+ en
+ US
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/plain; charset=UTF-8
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+ *:*
+
+
+
+
+
+
+
+
+
+
+
+ textSpell
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-1.1/conf/5.x/solrconfig_extra.xml b/configsets/search_api_solr_8.x-1.1/conf/5.x/solrconfig_extra.xml
new file mode 100644
index 0000000..c5bc3ac
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.1/conf/5.x/solrconfig_extra.xml
@@ -0,0 +1,80 @@
+
+
+
+textSpell
+
+
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-1.1/conf/5.x/solrcore.properties b/configsets/search_api_solr_8.x-1.1/conf/5.x/solrcore.properties
new file mode 100644
index 0000000..3a2433f
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.1/conf/5.x/solrcore.properties
@@ -0,0 +1,20 @@
+# Defines Solr properties for this specific core.
+solr.replication.master=false
+solr.replication.slave=false
+solr.replication.pollInterval=00:00:60
+solr.replication.masterUrl=http://localhost:8983/solr
+solr.replication.confFiles=schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml
+solr.mlt.timeAllowed=2000
+# You should not set your luceneMatchVersion to anything lower than your Solr
+# Version.
+solr.luceneMatchVersion=5.0
+solr.pinkPony.timeAllowed=-1
+# autoCommit after 10000 docs
+solr.autoCommit.MaxDocs=10000
+# autoCommit after 2 minutes
+solr.autoCommit.MaxTime=120000
+# autoSoftCommit after 2000 docs
+solr.autoSoftCommit.MaxDocs=2000
+# autoSoftCommit after 10 seconds
+solr.autoSoftCommit.MaxTime=10000
+solr.install.dir=../../..
diff --git a/configsets/search_api_solr_8.x-1.1/conf/5.x/stopwords.txt b/configsets/search_api_solr_8.x-1.1/conf/5.x/stopwords.txt
new file mode 100644
index 0000000..d7f243e
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.1/conf/5.x/stopwords.txt
@@ -0,0 +1,4 @@
+# Contains words which shouldn't be indexed for fulltext fields, e.g., because
+# they're too common. For documentation of the format, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.StopFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_8.x-1.1/conf/5.x/synonyms.txt b/configsets/search_api_solr_8.x-1.1/conf/5.x/synonyms.txt
new file mode 100644
index 0000000..7d22eea
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.1/conf/5.x/synonyms.txt
@@ -0,0 +1,3 @@
+# Contains synonyms to use for your index. For the format used, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.SynonymFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_8.x-1.1/conf/6.x/elevate.xml b/configsets/search_api_solr_8.x-1.1/conf/6.x/elevate.xml
new file mode 100755
index 0000000..193a0e7
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.1/conf/6.x/elevate.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-1.1/conf/6.x/mapping-ISOLatin1Accent.txt b/configsets/search_api_solr_8.x-1.1/conf/6.x/mapping-ISOLatin1Accent.txt
new file mode 100755
index 0000000..b92d03c
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.1/conf/6.x/mapping-ISOLatin1Accent.txt
@@ -0,0 +1,14 @@
+# This file contains character mappings for the default fulltext field type.
+# The source characters (on the left) will be replaced by the respective target
+# characters before any other processing takes place.
+# Lines starting with a pound character # are ignored.
+#
+# For sensible defaults, use the mapping-ISOLatin1Accent.txt file distributed
+# with the example application of your Solr version.
+#
+# Examples:
+# "À" => "A"
+# "\u00c4" => "A"
+# "\u00c4" => "\u0041"
+# "æ" => "ae"
+# "\n" => " "
diff --git a/configsets/search_api_solr_8.x-1.1/conf/6.x/protwords.txt b/configsets/search_api_solr_8.x-1.1/conf/6.x/protwords.txt
new file mode 100755
index 0000000..cda8581
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.1/conf/6.x/protwords.txt
@@ -0,0 +1,7 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
diff --git a/configsets/search_api_solr_8.x-1.1/conf/6.x/schema.xml b/configsets/search_api_solr_8.x-1.1/conf/6.x/schema.xml
new file mode 100755
index 0000000..982f2c1
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.1/conf/6.x/schema.xml
@@ -0,0 +1,843 @@
+
+
+
+
+
+
+]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ &extrafields;
+
+
+
+
+
+ &extratypes;
+
+
+
+
+
+ id
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-1.1/conf/6.x/schema_extra_fields.xml b/configsets/search_api_solr_8.x-1.1/conf/6.x/schema_extra_fields.xml
new file mode 100755
index 0000000..8933702
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.1/conf/6.x/schema_extra_fields.xml
@@ -0,0 +1,21 @@
+
+
diff --git a/configsets/search_api_solr_8.x-1.1/conf/6.x/schema_extra_types.xml b/configsets/search_api_solr_8.x-1.1/conf/6.x/schema_extra_types.xml
new file mode 100755
index 0000000..ce2ce0c
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.1/conf/6.x/schema_extra_types.xml
@@ -0,0 +1,32 @@
+
+
diff --git a/configsets/search_api_solr_8.x-1.1/conf/6.x/schema_legacy_fields.xml b/configsets/search_api_solr_8.x-1.1/conf/6.x/schema_legacy_fields.xml
new file mode 100644
index 0000000..902bb28
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.1/conf/6.x/schema_legacy_fields.xml
@@ -0,0 +1,61 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-1.1/conf/6.x/schema_legacy_types.xml b/configsets/search_api_solr_8.x-1.1/conf/6.x/schema_legacy_types.xml
new file mode 100644
index 0000000..b46da04
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.1/conf/6.x/schema_legacy_types.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-1.1/conf/6.x/solrconfig.xml b/configsets/search_api_solr_8.x-1.1/conf/6.x/solrconfig.xml
new file mode 100755
index 0000000..ed3a0c4
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.1/conf/6.x/solrconfig.xml
@@ -0,0 +1,1494 @@
+
+
+
+]>
+
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+ ${solr.luceneMatchVersion:LUCENE_60}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.data.dir:}
+
+
+
+
+
+
+
+
+ ${solr.hdfs.home:}
+
+ ${solr.hdfs.confdir:}
+
+ ${solr.hdfs.blockcache.enabled:true}
+
+ ${solr.hdfs.blockcache.global:true}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 4
+
+
+
+
+
+
+ ${solr.lock.type:native}
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.ulog.dir:}
+
+
+
+
+ ${solr.autoCommit.MaxDocs:10000}
+ ${solr.autoCommit.MaxTime:120000}
+ false
+
+
+
+
+ ${solr.autoSoftCommit.MaxDocs:2000}
+ ${solr.autoSoftCommit.MaxTime:10000}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+ 20
+
+
+ 200
+
+
+
+
+
+
+
+
+
+
+
+ static firstSearcher warming in solrconfig.xml
+
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ edismax
+ content
+ explicit
+ true
+ 0.01
+
+ ${solr.selectSearchHandler.timeAllowed:-1}
+ *:*
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+ elevator
+
+
+
+
+
+
+ explicit
+ json
+ true
+ text
+
+
+
+
+
+
+
+
+
+ content
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+ ${solr.mlt.timeAllowed:2000}
+
+
+
+
+
+
+ content
+ explicit
+ true
+
+
+
+
+
+ text
+
+
+
+
+
+
+ true
+ ignored_
+
+
+ true
+ links
+ ignored_
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+ ${solr.replication.master:false}
+ commit
+ startup
+ ${solr.replication.confFiles:schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml}
+
+
+ ${solr.replication.slave:false}
+ ${solr.replication.masterUrl:http://localhost:8983/solr}/replication
+ ${solr.replication.pollInterval:00:00:60}
+
+
+
+
+
+
+ true
+ json
+ true
+
+
+
+
+
+
+
+ &spellcheck;
+
+
+
+
+ spell
+
+ default
+ wordbreak
+ on
+ false
+ false
+ 1
+ 5
+ 5
+ true
+ true
+ 10
+ 5
+
+
+ spellcheck
+
+
+
+
+
+ mySuggester
+ FuzzyLookupFactory
+ DocumentDictionaryFactory
+ cat
+ price
+ string
+
+
+
+
+
+ true
+ 10
+
+
+ suggest
+
+
+
+
+
+
+
+
+ text
+ true
+
+
+ tvComponent
+
+
+
+
+
+
+
+
+
+ true
+ false
+
+
+ terms
+
+
+
+
+
+
+ false
+ false
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ terms
+ spellcheck
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+ text
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ,,
+ ,,
+ ,,
+ ,,
+ ,]]>
+ ]]>
+
+
+
+
+
+ 10
+ .,!?
+
+
+
+
+
+
+ WORD
+
+
+ en
+ US
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ application/json; charset=UTF-8
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-1.1/conf/6.x/solrconfig_spellcheck.xml b/configsets/search_api_solr_8.x-1.1/conf/6.x/solrconfig_spellcheck.xml
new file mode 100644
index 0000000..5c9d7ad
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.1/conf/6.x/solrconfig_spellcheck.xml
@@ -0,0 +1,89 @@
+
+
+
+ textSpell
+
+
+
+
+
+
+ default
+ spell
+ solr.DirectSolrSpellChecker
+
+ internal
+
+ 0.5
+
+ 2
+
+ 1
+
+ 5
+
+ 4
+
+ 0.01
+
+
+
+
+
+ wordbreak
+ solr.WordBreakSolrSpellChecker
+ name
+ true
+ true
+ 10
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-1.1/conf/6.x/solrcore.properties b/configsets/search_api_solr_8.x-1.1/conf/6.x/solrcore.properties
new file mode 100755
index 0000000..d7d045b
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.1/conf/6.x/solrcore.properties
@@ -0,0 +1,20 @@
+# Defines Solr properties for this specific core.
+solr.replication.master=false
+solr.replication.slave=false
+solr.replication.pollInterval=00:00:60
+solr.replication.masterUrl=http://localhost:8983/solr
+solr.replication.confFiles=schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml
+solr.mlt.timeAllowed=2000
+# You should not set your luceneMatchVersion to anything lower than your Solr
+# Version.
+solr.luceneMatchVersion=6.0
+solr.selectSearchHandler.timeAllowed=-1
+# autoCommit after 10000 docs
+solr.autoCommit.MaxDocs=10000
+# autoCommit after 2 minutes
+solr.autoCommit.MaxTime=120000
+# autoSoftCommit after 2000 docs
+solr.autoSoftCommit.MaxDocs=2000
+# autoSoftCommit after 10 seconds
+solr.autoSoftCommit.MaxTime=10000
+solr.install.dir=../../..
diff --git a/configsets/search_api_solr_8.x-1.1/conf/6.x/stopwords.txt b/configsets/search_api_solr_8.x-1.1/conf/6.x/stopwords.txt
new file mode 100755
index 0000000..d7f243e
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.1/conf/6.x/stopwords.txt
@@ -0,0 +1,4 @@
+# Contains words which shouldn't be indexed for fulltext fields, e.g., because
+# they're too common. For documentation of the format, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.StopFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_8.x-1.1/conf/6.x/synonyms.txt b/configsets/search_api_solr_8.x-1.1/conf/6.x/synonyms.txt
new file mode 100755
index 0000000..7d22eea
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.1/conf/6.x/synonyms.txt
@@ -0,0 +1,3 @@
+# Contains synonyms to use for your index. For the format used, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.SynonymFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_8.x-1.2/conf/4.x/elevate.xml b/configsets/search_api_solr_8.x-1.2/conf/4.x/elevate.xml
new file mode 100644
index 0000000..193a0e7
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.2/conf/4.x/elevate.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-1.2/conf/4.x/mapping-ISOLatin1Accent.txt b/configsets/search_api_solr_8.x-1.2/conf/4.x/mapping-ISOLatin1Accent.txt
new file mode 100644
index 0000000..b92d03c
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.2/conf/4.x/mapping-ISOLatin1Accent.txt
@@ -0,0 +1,14 @@
+# This file contains character mappings for the default fulltext field type.
+# The source characters (on the left) will be replaced by the respective target
+# characters before any other processing takes place.
+# Lines starting with a pound character # are ignored.
+#
+# For sensible defaults, use the mapping-ISOLatin1Accent.txt file distributed
+# with the example application of your Solr version.
+#
+# Examples:
+# "À" => "A"
+# "\u00c4" => "A"
+# "\u00c4" => "\u0041"
+# "æ" => "ae"
+# "\n" => " "
diff --git a/configsets/search_api_solr_8.x-1.2/conf/4.x/protwords.txt b/configsets/search_api_solr_8.x-1.2/conf/4.x/protwords.txt
new file mode 100644
index 0000000..cda8581
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.2/conf/4.x/protwords.txt
@@ -0,0 +1,7 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
diff --git a/configsets/search_api_solr_8.x-1.2/conf/4.x/schema.xml b/configsets/search_api_solr_8.x-1.2/conf/4.x/schema.xml
new file mode 100644
index 0000000..49133cc
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.2/conf/4.x/schema.xml
@@ -0,0 +1,603 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id
+
+
+ content
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-1.2/conf/4.x/schema_extra_fields.xml b/configsets/search_api_solr_8.x-1.2/conf/4.x/schema_extra_fields.xml
new file mode 100644
index 0000000..9ecd5f4
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.2/conf/4.x/schema_extra_fields.xml
@@ -0,0 +1,23 @@
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-1.2/conf/4.x/schema_extra_types.xml b/configsets/search_api_solr_8.x-1.2/conf/4.x/schema_extra_types.xml
new file mode 100644
index 0000000..e82072e
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.2/conf/4.x/schema_extra_types.xml
@@ -0,0 +1,30 @@
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-1.2/conf/4.x/solrconfig.xml b/configsets/search_api_solr_8.x-1.2/conf/4.x/solrconfig.xml
new file mode 100644
index 0000000..cedd12a
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.2/conf/4.x/solrconfig.xml
@@ -0,0 +1,1629 @@
+
+
+
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+ ${solr.luceneMatchVersion:LUCENE_40}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+
+ 4
+
+ 32
+
+
+
+ 2147483647
+ 100000
+ 1000
+
+
+
+
+
+
+
+
+ single
+
+
+
+
+
+ false
+
+
+ true
+
+
+
+
+ 1
+
+ 0
+
+
+
+
+
+ false
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.autoCommit.MaxDocs:10000}
+ ${solr.autoCommit.MaxTime:120000}
+
+
+
+
+ ${solr.autoSoftCommit.MaxDocs:2000}
+ ${solr.autoSoftCommit.MaxTime:10000}
+
+
+
+
+
+
+
+
+ ${solr.data.dir:}
+
+
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+ 20
+
+
+ 200
+
+
+
+
+
+
+
+
+
+
+
+ solr rocks010
+
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ edismax
+ explicit
+ true
+ 0.01
+
+ ${solr.pinkPony.timeAllowed:-1}
+ *:*
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+ ${solr.mlt.timeAllowed:2000}
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text
+ true
+ ignored_
+
+
+ true
+ links
+ ignored_
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ pinkPony
+ solrpingquery
+
+
+ all
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+ ${solr.replication.master:false}
+ commit
+ startup
+ ${solr.replication.confFiles:schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml}
+
+
+ ${solr.replication.slave:false}
+ ${solr.replication.masterUrl:http://localhost:8983/solr}/replication
+ ${solr.replication.pollInterval:00:00:60}
+
+
+
+
+
+
+ true
+ json
+ true
+
+
+
+
+
+
+
+
+ false
+ false
+ 1
+
+
+ spellcheck
+
+
+
+
+
+
+
+
+
+ true
+
+
+ tvComponent
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+ terms
+
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ,,
+ ,,
+ ,,
+ ,,
+ ,]]>
+ ]]>
+
+
+
+
+
+ 10
+ .,!?
+
+
+
+
+
+
+ WORD
+
+
+ en
+ US
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/plain; charset=UTF-8
+
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+ *:*
+
+
+
+
+
+
+
+
+
+
+
+ textSpell
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-1.2/conf/4.x/solrconfig_extra.xml b/configsets/search_api_solr_8.x-1.2/conf/4.x/solrconfig_extra.xml
new file mode 100644
index 0000000..c5bc3ac
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.2/conf/4.x/solrconfig_extra.xml
@@ -0,0 +1,80 @@
+
+
+
+textSpell
+
+
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-1.2/conf/4.x/solrcore.properties b/configsets/search_api_solr_8.x-1.2/conf/4.x/solrcore.properties
new file mode 100644
index 0000000..a0b5bb1
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.2/conf/4.x/solrcore.properties
@@ -0,0 +1,20 @@
+# Defines Solr properties for this specific core.
+solr.replication.master=false
+solr.replication.slave=false
+solr.replication.pollInterval=00:00:60
+solr.replication.masterUrl=http://localhost:8983/solr
+solr.replication.confFiles=schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml
+solr.mlt.timeAllowed=2000
+# You should not set your luceneMatchVersion to anything lower than your Solr
+# Version.
+solr.luceneMatchVersion=LUCENE_40
+solr.pinkPony.timeAllowed=-1
+# autoCommit after 10000 docs
+solr.autoCommit.MaxDocs=10000
+# autoCommit after 2 minutes
+solr.autoCommit.MaxTime=120000
+# autoSoftCommit after 2000 docs
+solr.autoSoftCommit.MaxDocs=2000
+# autoSoftCommit after 10 seconds
+solr.autoSoftCommit.MaxTime=10000
+solr.install.dir=../../..
diff --git a/configsets/search_api_solr_8.x-1.2/conf/4.x/stopwords.txt b/configsets/search_api_solr_8.x-1.2/conf/4.x/stopwords.txt
new file mode 100644
index 0000000..d7f243e
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.2/conf/4.x/stopwords.txt
@@ -0,0 +1,4 @@
+# Contains words which shouldn't be indexed for fulltext fields, e.g., because
+# they're too common. For documentation of the format, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.StopFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_8.x-1.2/conf/4.x/synonyms.txt b/configsets/search_api_solr_8.x-1.2/conf/4.x/synonyms.txt
new file mode 100644
index 0000000..7d22eea
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.2/conf/4.x/synonyms.txt
@@ -0,0 +1,3 @@
+# Contains synonyms to use for your index. For the format used, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.SynonymFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_8.x-1.2/conf/5.x/elevate.xml b/configsets/search_api_solr_8.x-1.2/conf/5.x/elevate.xml
new file mode 100644
index 0000000..193a0e7
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.2/conf/5.x/elevate.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-1.2/conf/5.x/mapping-ISOLatin1Accent.txt b/configsets/search_api_solr_8.x-1.2/conf/5.x/mapping-ISOLatin1Accent.txt
new file mode 100644
index 0000000..b92d03c
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.2/conf/5.x/mapping-ISOLatin1Accent.txt
@@ -0,0 +1,14 @@
+# This file contains character mappings for the default fulltext field type.
+# The source characters (on the left) will be replaced by the respective target
+# characters before any other processing takes place.
+# Lines starting with a pound character # are ignored.
+#
+# For sensible defaults, use the mapping-ISOLatin1Accent.txt file distributed
+# with the example application of your Solr version.
+#
+# Examples:
+# "À" => "A"
+# "\u00c4" => "A"
+# "\u00c4" => "\u0041"
+# "æ" => "ae"
+# "\n" => " "
diff --git a/configsets/search_api_solr_8.x-1.2/conf/5.x/protwords.txt b/configsets/search_api_solr_8.x-1.2/conf/5.x/protwords.txt
new file mode 100644
index 0000000..cda8581
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.2/conf/5.x/protwords.txt
@@ -0,0 +1,7 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
diff --git a/configsets/search_api_solr_8.x-1.2/conf/5.x/schema.xml b/configsets/search_api_solr_8.x-1.2/conf/5.x/schema.xml
new file mode 100644
index 0000000..692e3be
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.2/conf/5.x/schema.xml
@@ -0,0 +1,744 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-1.2/conf/5.x/schema_extra_fields.xml b/configsets/search_api_solr_8.x-1.2/conf/5.x/schema_extra_fields.xml
new file mode 100644
index 0000000..02b3655
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.2/conf/5.x/schema_extra_fields.xml
@@ -0,0 +1,23 @@
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-1.2/conf/5.x/schema_extra_types.xml b/configsets/search_api_solr_8.x-1.2/conf/5.x/schema_extra_types.xml
new file mode 100644
index 0000000..bd716b8
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.2/conf/5.x/schema_extra_types.xml
@@ -0,0 +1,34 @@
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-1.2/conf/5.x/solrconfig.xml b/configsets/search_api_solr_8.x-1.2/conf/5.x/solrconfig.xml
new file mode 100644
index 0000000..07bf3a3
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.2/conf/5.x/solrconfig.xml
@@ -0,0 +1,1800 @@
+
+
+
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+ ${solr.luceneMatchVersion:LUCENE_50}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.data.dir:}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 32
+
+
+
+
+
+
+
+
+
+ 4
+
+
+ ${solr.lock.type:native}
+
+
+
+
+
+ false
+
+
+ true
+
+
+
+
+ 1
+
+ 0
+
+
+
+
+
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.autoCommit.MaxDocs:10000}
+ ${solr.autoCommit.MaxTime:120000}
+
+
+
+
+ ${solr.autoSoftCommit.MaxDocs:2000}
+ ${solr.autoSoftCommit.MaxTime:10000}
+
+
+
+
+
+
+
+
+ ${solr.data.dir:}
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+ -1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+ 20
+
+
+ 200
+
+
+
+
+
+
+
+
+
+
+
+ solr rocks010
+
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ explicit
+ json
+ true
+ text
+
+
+
+
+
+
+
+ {!xport}
+ xsort
+ false
+
+
+
+ query
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ edismax
+ content
+ explicit
+ true
+ 0.01
+
+ ${solr.pinkPony.timeAllowed:-1}
+ *:*
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+ elevator
+
+
+
+
+
+
+ content
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+ ${solr.mlt.timeAllowed:2000}
+
+
+
+
+
+
+ content
+ explicit
+ true
+
+
+
+
+
+
+
+ text
+
+
+
+
+
+
+ _src_
+
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text
+ true
+ ignored_
+
+
+ true
+ links
+ ignored_
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+ ${solr.replication.master:false}
+ commit
+ startup
+ ${solr.replication.confFiles:schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml}
+
+
+ ${solr.replication.slave:false}
+ ${solr.replication.masterUrl:http://localhost:8983/solr}/replication
+ ${solr.replication.pollInterval:00:00:60}
+
+
+
+
+
+
+ true
+ json
+ true
+
+
+
+
+
+
+
+
+
+ default
+ wordbreak
+ false
+ false
+ 1
+ 5
+ 5
+ true
+ true
+ 10
+ 5
+
+
+ spellcheck
+
+
+
+
+
+
+ mySuggester
+ FuzzyLookupFactory
+ DocumentDictionaryFactory
+ cat
+ price
+ string
+
+
+
+
+
+ true
+ 10
+
+
+ suggest
+
+
+
+
+
+
+
+
+
+ true
+
+
+ tvComponent
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+ terms
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ,,
+ ,,
+ ,,
+ ,,
+ ,]]>
+ ]]>
+
+
+
+
+
+ 10
+ .,!?
+
+
+
+
+
+
+ WORD
+
+
+ en
+ US
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/plain; charset=UTF-8
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+ *:*
+
+
+
+
+
+
+
+
+
+
+
+ textSpell
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-1.2/conf/5.x/solrconfig_extra.xml b/configsets/search_api_solr_8.x-1.2/conf/5.x/solrconfig_extra.xml
new file mode 100644
index 0000000..c5bc3ac
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.2/conf/5.x/solrconfig_extra.xml
@@ -0,0 +1,80 @@
+
+
+
+textSpell
+
+
+
+
+
+ default
+ spell
+ spellchecker
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-1.2/conf/5.x/solrcore.properties b/configsets/search_api_solr_8.x-1.2/conf/5.x/solrcore.properties
new file mode 100644
index 0000000..3a2433f
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.2/conf/5.x/solrcore.properties
@@ -0,0 +1,20 @@
+# Defines Solr properties for this specific core.
+solr.replication.master=false
+solr.replication.slave=false
+solr.replication.pollInterval=00:00:60
+solr.replication.masterUrl=http://localhost:8983/solr
+solr.replication.confFiles=schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml
+solr.mlt.timeAllowed=2000
+# You should not set your luceneMatchVersion to anything lower than your Solr
+# Version.
+solr.luceneMatchVersion=5.0
+solr.pinkPony.timeAllowed=-1
+# autoCommit after 10000 docs
+solr.autoCommit.MaxDocs=10000
+# autoCommit after 2 minutes
+solr.autoCommit.MaxTime=120000
+# autoSoftCommit after 2000 docs
+solr.autoSoftCommit.MaxDocs=2000
+# autoSoftCommit after 10 seconds
+solr.autoSoftCommit.MaxTime=10000
+solr.install.dir=../../..
diff --git a/configsets/search_api_solr_8.x-1.2/conf/5.x/stopwords.txt b/configsets/search_api_solr_8.x-1.2/conf/5.x/stopwords.txt
new file mode 100644
index 0000000..d7f243e
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.2/conf/5.x/stopwords.txt
@@ -0,0 +1,4 @@
+# Contains words which shouldn't be indexed for fulltext fields, e.g., because
+# they're too common. For documentation of the format, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.StopFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_8.x-1.2/conf/5.x/synonyms.txt b/configsets/search_api_solr_8.x-1.2/conf/5.x/synonyms.txt
new file mode 100644
index 0000000..7d22eea
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.2/conf/5.x/synonyms.txt
@@ -0,0 +1,3 @@
+# Contains synonyms to use for your index. For the format used, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.SynonymFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_8.x-1.2/conf/6.x/elevate.xml b/configsets/search_api_solr_8.x-1.2/conf/6.x/elevate.xml
new file mode 100644
index 0000000..193a0e7
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.2/conf/6.x/elevate.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-1.2/conf/6.x/mapping-ISOLatin1Accent.txt b/configsets/search_api_solr_8.x-1.2/conf/6.x/mapping-ISOLatin1Accent.txt
new file mode 100644
index 0000000..b92d03c
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.2/conf/6.x/mapping-ISOLatin1Accent.txt
@@ -0,0 +1,14 @@
+# This file contains character mappings for the default fulltext field type.
+# The source characters (on the left) will be replaced by the respective target
+# characters before any other processing takes place.
+# Lines starting with a pound character # are ignored.
+#
+# For sensible defaults, use the mapping-ISOLatin1Accent.txt file distributed
+# with the example application of your Solr version.
+#
+# Examples:
+# "À" => "A"
+# "\u00c4" => "A"
+# "\u00c4" => "\u0041"
+# "æ" => "ae"
+# "\n" => " "
diff --git a/configsets/search_api_solr_8.x-1.2/conf/6.x/protwords.txt b/configsets/search_api_solr_8.x-1.2/conf/6.x/protwords.txt
new file mode 100644
index 0000000..cda8581
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.2/conf/6.x/protwords.txt
@@ -0,0 +1,7 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
diff --git a/configsets/search_api_solr_8.x-1.2/conf/6.x/schema.xml b/configsets/search_api_solr_8.x-1.2/conf/6.x/schema.xml
new file mode 100644
index 0000000..7374d6d
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.2/conf/6.x/schema.xml
@@ -0,0 +1,843 @@
+
+
+
+
+
+
+]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ &extrafields;
+
+
+
+
+
+ &extratypes;
+
+
+
+
+
+ id
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-1.2/conf/6.x/schema_extra_fields.xml b/configsets/search_api_solr_8.x-1.2/conf/6.x/schema_extra_fields.xml
new file mode 100644
index 0000000..8933702
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.2/conf/6.x/schema_extra_fields.xml
@@ -0,0 +1,21 @@
+
+
diff --git a/configsets/search_api_solr_8.x-1.2/conf/6.x/schema_extra_types.xml b/configsets/search_api_solr_8.x-1.2/conf/6.x/schema_extra_types.xml
new file mode 100644
index 0000000..ce2ce0c
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.2/conf/6.x/schema_extra_types.xml
@@ -0,0 +1,32 @@
+
+
diff --git a/configsets/search_api_solr_8.x-1.2/conf/6.x/schema_legacy_fields.xml b/configsets/search_api_solr_8.x-1.2/conf/6.x/schema_legacy_fields.xml
new file mode 100644
index 0000000..902bb28
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.2/conf/6.x/schema_legacy_fields.xml
@@ -0,0 +1,61 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-1.2/conf/6.x/schema_legacy_types.xml b/configsets/search_api_solr_8.x-1.2/conf/6.x/schema_legacy_types.xml
new file mode 100644
index 0000000..b46da04
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.2/conf/6.x/schema_legacy_types.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-1.2/conf/6.x/solrconfig.xml b/configsets/search_api_solr_8.x-1.2/conf/6.x/solrconfig.xml
new file mode 100644
index 0000000..ed3a0c4
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.2/conf/6.x/solrconfig.xml
@@ -0,0 +1,1494 @@
+
+
+
+]>
+
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+ ${solr.luceneMatchVersion:LUCENE_60}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.data.dir:}
+
+
+
+
+
+
+
+
+ ${solr.hdfs.home:}
+
+ ${solr.hdfs.confdir:}
+
+ ${solr.hdfs.blockcache.enabled:true}
+
+ ${solr.hdfs.blockcache.global:true}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 4
+
+
+
+
+
+
+ ${solr.lock.type:native}
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.ulog.dir:}
+
+
+
+
+ ${solr.autoCommit.MaxDocs:10000}
+ ${solr.autoCommit.MaxTime:120000}
+ false
+
+
+
+
+ ${solr.autoSoftCommit.MaxDocs:2000}
+ ${solr.autoSoftCommit.MaxTime:10000}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+ 20
+
+
+ 200
+
+
+
+
+
+
+
+
+
+
+
+ static firstSearcher warming in solrconfig.xml
+
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ edismax
+ content
+ explicit
+ true
+ 0.01
+
+ ${solr.selectSearchHandler.timeAllowed:-1}
+ *:*
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+ elevator
+
+
+
+
+
+
+ explicit
+ json
+ true
+ text
+
+
+
+
+
+
+
+
+
+ content
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+ ${solr.mlt.timeAllowed:2000}
+
+
+
+
+
+
+ content
+ explicit
+ true
+
+
+
+
+
+ text
+
+
+
+
+
+
+ true
+ ignored_
+
+
+ true
+ links
+ ignored_
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+ ${solr.replication.master:false}
+ commit
+ startup
+ ${solr.replication.confFiles:schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml}
+
+
+ ${solr.replication.slave:false}
+ ${solr.replication.masterUrl:http://localhost:8983/solr}/replication
+ ${solr.replication.pollInterval:00:00:60}
+
+
+
+
+
+
+ true
+ json
+ true
+
+
+
+
+
+
+
+ &spellcheck;
+
+
+
+
+ spell
+
+ default
+ wordbreak
+ on
+ false
+ false
+ 1
+ 5
+ 5
+ true
+ true
+ 10
+ 5
+
+
+ spellcheck
+
+
+
+
+
+ mySuggester
+ FuzzyLookupFactory
+ DocumentDictionaryFactory
+ cat
+ price
+ string
+
+
+
+
+
+ true
+ 10
+
+
+ suggest
+
+
+
+
+
+
+
+
+ text
+ true
+
+
+ tvComponent
+
+
+
+
+
+
+
+
+
+ true
+ false
+
+
+ terms
+
+
+
+
+
+
+ false
+ false
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ terms
+ spellcheck
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+ text
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ,,
+ ,,
+ ,,
+ ,,
+ ,]]>
+ ]]>
+
+
+
+
+
+ 10
+ .,!?
+
+
+
+
+
+
+ WORD
+
+
+ en
+ US
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ application/json; charset=UTF-8
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-1.2/conf/6.x/solrconfig_spellcheck.xml b/configsets/search_api_solr_8.x-1.2/conf/6.x/solrconfig_spellcheck.xml
new file mode 100644
index 0000000..5c9d7ad
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.2/conf/6.x/solrconfig_spellcheck.xml
@@ -0,0 +1,89 @@
+
+
+
+ textSpell
+
+
+
+
+
+
+ default
+ spell
+ solr.DirectSolrSpellChecker
+
+ internal
+
+ 0.5
+
+ 2
+
+ 1
+
+ 5
+
+ 4
+
+ 0.01
+
+
+
+
+
+ wordbreak
+ solr.WordBreakSolrSpellChecker
+ name
+ true
+ true
+ 10
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-1.2/conf/6.x/solrcore.properties b/configsets/search_api_solr_8.x-1.2/conf/6.x/solrcore.properties
new file mode 100644
index 0000000..d7d045b
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.2/conf/6.x/solrcore.properties
@@ -0,0 +1,20 @@
+# Defines Solr properties for this specific core.
+solr.replication.master=false
+solr.replication.slave=false
+solr.replication.pollInterval=00:00:60
+solr.replication.masterUrl=http://localhost:8983/solr
+solr.replication.confFiles=schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml
+solr.mlt.timeAllowed=2000
+# You should not set your luceneMatchVersion to anything lower than your Solr
+# Version.
+solr.luceneMatchVersion=6.0
+solr.selectSearchHandler.timeAllowed=-1
+# autoCommit after 10000 docs
+solr.autoCommit.MaxDocs=10000
+# autoCommit after 2 minutes
+solr.autoCommit.MaxTime=120000
+# autoSoftCommit after 2000 docs
+solr.autoSoftCommit.MaxDocs=2000
+# autoSoftCommit after 10 seconds
+solr.autoSoftCommit.MaxTime=10000
+solr.install.dir=../../..
diff --git a/configsets/search_api_solr_8.x-1.2/conf/6.x/stopwords.txt b/configsets/search_api_solr_8.x-1.2/conf/6.x/stopwords.txt
new file mode 100644
index 0000000..d7f243e
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.2/conf/6.x/stopwords.txt
@@ -0,0 +1,4 @@
+# Contains words which shouldn't be indexed for fulltext fields, e.g., because
+# they're too common. For documentation of the format, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.StopFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_8.x-1.2/conf/6.x/synonyms.txt b/configsets/search_api_solr_8.x-1.2/conf/6.x/synonyms.txt
new file mode 100644
index 0000000..7d22eea
--- /dev/null
+++ b/configsets/search_api_solr_8.x-1.2/conf/6.x/synonyms.txt
@@ -0,0 +1,3 @@
+# Contains synonyms to use for your index. For the format used, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.SynonymFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_8.x-2.0/conf/6.x/elevate.xml b/configsets/search_api_solr_8.x-2.0/conf/6.x/elevate.xml
new file mode 100644
index 0000000..193a0e7
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.0/conf/6.x/elevate.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-2.0/conf/6.x/mapping-ISOLatin1Accent.txt b/configsets/search_api_solr_8.x-2.0/conf/6.x/mapping-ISOLatin1Accent.txt
new file mode 100644
index 0000000..b92d03c
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.0/conf/6.x/mapping-ISOLatin1Accent.txt
@@ -0,0 +1,14 @@
+# This file contains character mappings for the default fulltext field type.
+# The source characters (on the left) will be replaced by the respective target
+# characters before any other processing takes place.
+# Lines starting with a pound character # are ignored.
+#
+# For sensible defaults, use the mapping-ISOLatin1Accent.txt file distributed
+# with the example application of your Solr version.
+#
+# Examples:
+# "À" => "A"
+# "\u00c4" => "A"
+# "\u00c4" => "\u0041"
+# "æ" => "ae"
+# "\n" => " "
diff --git a/configsets/search_api_solr_8.x-2.0/conf/6.x/protwords.txt b/configsets/search_api_solr_8.x-2.0/conf/6.x/protwords.txt
new file mode 100644
index 0000000..cda8581
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.0/conf/6.x/protwords.txt
@@ -0,0 +1,7 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
diff --git a/configsets/search_api_solr_8.x-2.0/conf/6.x/schema.xml b/configsets/search_api_solr_8.x-2.0/conf/6.x/schema.xml
new file mode 100644
index 0000000..e4317cb
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.0/conf/6.x/schema.xml
@@ -0,0 +1,766 @@
+
+
+
+
+]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ &extrafields;
+
+
+ &extratypes;
+
+
+ id
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-2.0/conf/6.x/schema_extra_fields.xml b/configsets/search_api_solr_8.x-2.0/conf/6.x/schema_extra_fields.xml
new file mode 100644
index 0000000..4cb53ea
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.0/conf/6.x/schema_extra_fields.xml
@@ -0,0 +1,13 @@
+
+Don't use the config XML templates directly. Use the config generator to get
+your individual config files. Use the "Get config.zip" button in the UI or
+drush solr-gsc my_solr_server
+See INSTALL.md for details.
diff --git a/configsets/search_api_solr_8.x-2.0/conf/6.x/schema_extra_types.xml b/configsets/search_api_solr_8.x-2.0/conf/6.x/schema_extra_types.xml
new file mode 100644
index 0000000..e5c06ae
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.0/conf/6.x/schema_extra_types.xml
@@ -0,0 +1,59 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-2.0/conf/6.x/solrconfig.xml b/configsets/search_api_solr_8.x-2.0/conf/6.x/solrconfig.xml
new file mode 100644
index 0000000..054e661
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.0/conf/6.x/solrconfig.xml
@@ -0,0 +1,1471 @@
+
+
+
+
+]>
+
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+ ${solr.luceneMatchVersion:LUCENE_60}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.data.dir:}
+
+
+
+
+
+
+
+
+ ${solr.hdfs.home:}
+
+ ${solr.hdfs.confdir:}
+
+ ${solr.hdfs.blockcache.enabled:true}
+
+ ${solr.hdfs.blockcache.global:true}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 4
+
+
+
+
+
+
+ ${solr.lock.type:native}
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.ulog.dir:}
+
+
+
+
+ ${solr.autoCommit.MaxDocs:10000}
+ ${solr.autoCommit.MaxTime:120000}
+ false
+
+
+
+
+ ${solr.autoSoftCommit.MaxDocs:2000}
+ ${solr.autoSoftCommit.MaxTime:10000}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+ 20
+
+
+ 200
+
+
+
+
+
+
+
+
+
+
+
+ static firstSearcher warming in solrconfig.xml
+
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ lucene
+ id
+ explicit
+ true
+
+ ${solr.selectSearchHandler.timeAllowed:-1}
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+ elevator
+
+
+
+
+
+
+ explicit
+ json
+ true
+ text
+
+
+
+
+
+
+
+
+
+ content
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+ ${solr.mlt.timeAllowed:2000}
+
+
+
+
+
+
+ content
+ explicit
+ true
+
+
+
+
+
+ text
+
+
+
+
+
+
+ true
+ ignored_
+
+
+ true
+ links
+ ignored_
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+ ${solr.replication.master:false}
+ commit
+ startup
+ ${solr.replication.confFiles:schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml}
+
+
+ ${solr.replication.slave:false}
+ ${solr.replication.masterUrl:http://localhost:8983/solr}/replication
+ ${solr.replication.pollInterval:00:00:60}
+
+
+
+
+
+
+ true
+ json
+ true
+
+
+
+
+
+
+
+ &spellcheck;
+
+
+
+
+ spell
+
+ default
+ wordbreak
+ on
+ false
+ false
+ 1
+ 5
+ 5
+ true
+ true
+ 10
+ 5
+
+
+ spellcheck
+
+
+
+
+ &extra;
+
+
+
+ true
+ und
+ 10
+
+
+ suggest
+
+
+
+
+
+
+
+
+ text
+ true
+
+
+ tvComponent
+
+
+
+
+
+
+
+
+
+ true
+ false
+
+
+ terms
+
+
+
+
+
+
+ false
+ false
+ false
+ true
+ false
+ 1
+ false
+ 10
+
+
+ terms
+ spellcheck
+ suggest
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+ text
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ,,
+ ,,
+ ,,
+ ,,
+ ,]]>
+ ]]>
+
+
+
+
+
+ 10
+ .,!?
+
+
+
+
+
+
+ WORD
+
+
+ en
+ US
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ application/json; charset=UTF-8
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-2.0/conf/6.x/solrconfig_extra.xml b/configsets/search_api_solr_8.x-2.0/conf/6.x/solrconfig_extra.xml
new file mode 100644
index 0000000..0d41026
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.0/conf/6.x/solrconfig_extra.xml
@@ -0,0 +1,12 @@
+
+
+ und
+ AnalyzingInfixLookupFactory
+ DocumentDictionaryFactory
+ twm_suggest
+ text
+ sm_context_tags
+ true
+ false
+
+
diff --git a/configsets/search_api_solr_8.x-2.0/conf/6.x/solrconfig_spellcheck.xml b/configsets/search_api_solr_8.x-2.0/conf/6.x/solrconfig_spellcheck.xml
new file mode 100644
index 0000000..5c9d7ad
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.0/conf/6.x/solrconfig_spellcheck.xml
@@ -0,0 +1,89 @@
+
+
+
+ textSpell
+
+
+
+
+
+
+ default
+ spell
+ solr.DirectSolrSpellChecker
+
+ internal
+
+ 0.5
+
+ 2
+
+ 1
+
+ 5
+
+ 4
+
+ 0.01
+
+
+
+
+
+ wordbreak
+ solr.WordBreakSolrSpellChecker
+ name
+ true
+ true
+ 10
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-2.0/conf/6.x/solrcore.properties b/configsets/search_api_solr_8.x-2.0/conf/6.x/solrcore.properties
new file mode 100644
index 0000000..d7d045b
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.0/conf/6.x/solrcore.properties
@@ -0,0 +1,20 @@
+# Defines Solr properties for this specific core.
+solr.replication.master=false
+solr.replication.slave=false
+solr.replication.pollInterval=00:00:60
+solr.replication.masterUrl=http://localhost:8983/solr
+solr.replication.confFiles=schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml
+solr.mlt.timeAllowed=2000
+# You should not set your luceneMatchVersion to anything lower than your Solr
+# Version.
+solr.luceneMatchVersion=6.0
+solr.selectSearchHandler.timeAllowed=-1
+# autoCommit after 10000 docs
+solr.autoCommit.MaxDocs=10000
+# autoCommit after 2 minutes
+solr.autoCommit.MaxTime=120000
+# autoSoftCommit after 2000 docs
+solr.autoSoftCommit.MaxDocs=2000
+# autoSoftCommit after 10 seconds
+solr.autoSoftCommit.MaxTime=10000
+solr.install.dir=../../..
diff --git a/configsets/search_api_solr_8.x-2.0/conf/6.x/stopwords.txt b/configsets/search_api_solr_8.x-2.0/conf/6.x/stopwords.txt
new file mode 100644
index 0000000..d7f243e
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.0/conf/6.x/stopwords.txt
@@ -0,0 +1,4 @@
+# Contains words which shouldn't be indexed for fulltext fields, e.g., because
+# they're too common. For documentation of the format, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.StopFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_8.x-2.0/conf/6.x/synonyms.txt b/configsets/search_api_solr_8.x-2.0/conf/6.x/synonyms.txt
new file mode 100644
index 0000000..7d22eea
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.0/conf/6.x/synonyms.txt
@@ -0,0 +1,3 @@
+# Contains synonyms to use for your index. For the format used, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.SynonymFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_8.x-2.0/conf/7.x/elevate.xml b/configsets/search_api_solr_8.x-2.0/conf/7.x/elevate.xml
new file mode 100644
index 0000000..193a0e7
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.0/conf/7.x/elevate.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-2.0/conf/7.x/mapping-ISOLatin1Accent.txt b/configsets/search_api_solr_8.x-2.0/conf/7.x/mapping-ISOLatin1Accent.txt
new file mode 100644
index 0000000..b92d03c
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.0/conf/7.x/mapping-ISOLatin1Accent.txt
@@ -0,0 +1,14 @@
+# This file contains character mappings for the default fulltext field type.
+# The source characters (on the left) will be replaced by the respective target
+# characters before any other processing takes place.
+# Lines starting with a pound character # are ignored.
+#
+# For sensible defaults, use the mapping-ISOLatin1Accent.txt file distributed
+# with the example application of your Solr version.
+#
+# Examples:
+# "À" => "A"
+# "\u00c4" => "A"
+# "\u00c4" => "\u0041"
+# "æ" => "ae"
+# "\n" => " "
diff --git a/configsets/search_api_solr_8.x-2.0/conf/7.x/protwords.txt b/configsets/search_api_solr_8.x-2.0/conf/7.x/protwords.txt
new file mode 100644
index 0000000..cda8581
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.0/conf/7.x/protwords.txt
@@ -0,0 +1,7 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
diff --git a/configsets/search_api_solr_8.x-2.0/conf/7.x/schema.xml b/configsets/search_api_solr_8.x-2.0/conf/7.x/schema.xml
new file mode 100644
index 0000000..80dc3f5
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.0/conf/7.x/schema.xml
@@ -0,0 +1,757 @@
+
+
+
+
+]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ &extrafields;
+
+
+ &extratypes;
+
+
+ id
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-2.0/conf/7.x/schema_extra_fields.xml b/configsets/search_api_solr_8.x-2.0/conf/7.x/schema_extra_fields.xml
new file mode 100644
index 0000000..4cb53ea
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.0/conf/7.x/schema_extra_fields.xml
@@ -0,0 +1,13 @@
+
+Don't use the config XML templates directly. Use the config generator to get
+your individual config files. Use the "Get config.zip" button in the UI or
+drush solr-gsc my_solr_server
+See INSTALL.md for details.
diff --git a/configsets/search_api_solr_8.x-2.0/conf/7.x/schema_extra_types.xml b/configsets/search_api_solr_8.x-2.0/conf/7.x/schema_extra_types.xml
new file mode 100644
index 0000000..11a739d
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.0/conf/7.x/schema_extra_types.xml
@@ -0,0 +1,59 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-2.0/conf/7.x/solrconfig.xml b/configsets/search_api_solr_8.x-2.0/conf/7.x/solrconfig.xml
new file mode 100644
index 0000000..3d53d1e
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.0/conf/7.x/solrconfig.xml
@@ -0,0 +1,1451 @@
+
+
+
+
+]>
+
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+ ${solr.luceneMatchVersion:LUCENE_70}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.data.dir:}
+
+
+
+
+
+
+
+
+ ${solr.hdfs.home:}
+
+ ${solr.hdfs.confdir:}
+
+ ${solr.hdfs.blockcache.enabled:true}
+
+ ${solr.hdfs.blockcache.global:true}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 4
+
+
+
+
+
+
+ ${solr.lock.type:native}
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.ulog.dir:}
+
+
+
+
+ ${solr.autoCommit.MaxDocs:10000}
+ ${solr.autoCommit.MaxTime:120000}
+ false
+
+
+
+
+ ${solr.autoSoftCommit.MaxDocs:2000}
+ ${solr.autoSoftCommit.MaxTime:10000}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+ 20
+
+
+ 200
+
+
+
+
+
+
+
+
+
+
+
+ static firstSearcher warming in solrconfig.xml
+
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ lucene
+ id
+ explicit
+ true
+
+ ${solr.selectSearchHandler.timeAllowed:-1}
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+ elevator
+
+
+
+
+
+
+ explicit
+ json
+ true
+ text
+
+
+
+
+
+
+
+
+
+ content
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+ ${solr.mlt.timeAllowed:2000}
+
+
+
+
+
+
+ content
+ explicit
+ true
+
+
+
+
+
+ text
+
+
+
+
+
+
+ true
+ ignored_
+
+
+ true
+ links
+ ignored_
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+ ${solr.replication.master:false}
+ commit
+ startup
+ ${solr.replication.confFiles:schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml}
+
+
+ ${solr.replication.slave:false}
+ ${solr.replication.masterUrl:http://localhost:8983/solr}/replication
+ ${solr.replication.pollInterval:00:00:60}
+
+
+
+
+
+
+ true
+ json
+ true
+
+
+
+
+
+
+
+ &spellcheck;
+
+
+
+
+ spell
+
+ default
+ wordbreak
+ on
+ false
+ false
+ 1
+ 5
+ 5
+ true
+ true
+ 10
+ 5
+
+
+ spellcheck
+
+
+
+
+ &extra;
+
+
+
+ true
+ und
+ 10
+
+
+ suggest
+
+
+
+
+
+
+
+
+ text
+ true
+
+
+ tvComponent
+
+
+
+
+
+
+
+
+
+ true
+ false
+
+
+ terms
+
+
+
+
+
+
+ false
+ false
+ false
+ true
+ false
+ 1
+ false
+ 10
+
+
+ terms
+ spellcheck
+ suggest
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+ text
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ,,
+ ,,
+ ,,
+ ,,
+ ,]]>
+ ]]>
+
+
+
+
+
+ 10
+ .,!?
+
+
+
+
+
+
+ WORD
+
+
+ en
+ US
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ application/json; charset=UTF-8
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-2.0/conf/7.x/solrconfig_extra.xml b/configsets/search_api_solr_8.x-2.0/conf/7.x/solrconfig_extra.xml
new file mode 100644
index 0000000..0d41026
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.0/conf/7.x/solrconfig_extra.xml
@@ -0,0 +1,12 @@
+
+
+ und
+ AnalyzingInfixLookupFactory
+ DocumentDictionaryFactory
+ twm_suggest
+ text
+ sm_context_tags
+ true
+ false
+
+
diff --git a/configsets/search_api_solr_8.x-2.0/conf/7.x/solrconfig_spellcheck.xml b/configsets/search_api_solr_8.x-2.0/conf/7.x/solrconfig_spellcheck.xml
new file mode 100644
index 0000000..5c9d7ad
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.0/conf/7.x/solrconfig_spellcheck.xml
@@ -0,0 +1,89 @@
+
+
+
+ textSpell
+
+
+
+
+
+
+ default
+ spell
+ solr.DirectSolrSpellChecker
+
+ internal
+
+ 0.5
+
+ 2
+
+ 1
+
+ 5
+
+ 4
+
+ 0.01
+
+
+
+
+
+ wordbreak
+ solr.WordBreakSolrSpellChecker
+ name
+ true
+ true
+ 10
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-2.0/conf/7.x/solrcore.properties b/configsets/search_api_solr_8.x-2.0/conf/7.x/solrcore.properties
new file mode 100644
index 0000000..963ac05
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.0/conf/7.x/solrcore.properties
@@ -0,0 +1,20 @@
+# Defines Solr properties for this specific core.
+solr.replication.master=false
+solr.replication.slave=false
+solr.replication.pollInterval=00:00:60
+solr.replication.masterUrl=http://localhost:8983/solr
+solr.replication.confFiles=schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml
+solr.mlt.timeAllowed=2000
+# You should not set your luceneMatchVersion to anything lower than your Solr
+# Version.
+solr.luceneMatchVersion=7.0
+solr.selectSearchHandler.timeAllowed=-1
+# autoCommit after 10000 docs
+solr.autoCommit.MaxDocs=10000
+# autoCommit after 2 minutes
+solr.autoCommit.MaxTime=120000
+# autoSoftCommit after 2000 docs
+solr.autoSoftCommit.MaxDocs=2000
+# autoSoftCommit after 10 seconds
+solr.autoSoftCommit.MaxTime=10000
+solr.install.dir=../../..
diff --git a/configsets/search_api_solr_8.x-2.0/conf/7.x/stopwords.txt b/configsets/search_api_solr_8.x-2.0/conf/7.x/stopwords.txt
new file mode 100644
index 0000000..d7f243e
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.0/conf/7.x/stopwords.txt
@@ -0,0 +1,4 @@
+# Contains words which shouldn't be indexed for fulltext fields, e.g., because
+# they're too common. For documentation of the format, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.StopFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_8.x-2.0/conf/7.x/synonyms.txt b/configsets/search_api_solr_8.x-2.0/conf/7.x/synonyms.txt
new file mode 100644
index 0000000..7d22eea
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.0/conf/7.x/synonyms.txt
@@ -0,0 +1,3 @@
+# Contains synonyms to use for your index. For the format used, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.SynonymFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_8.x-2.1/conf/6.x/elevate.xml b/configsets/search_api_solr_8.x-2.1/conf/6.x/elevate.xml
new file mode 100644
index 0000000..193a0e7
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.1/conf/6.x/elevate.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-2.1/conf/6.x/mapping-ISOLatin1Accent.txt b/configsets/search_api_solr_8.x-2.1/conf/6.x/mapping-ISOLatin1Accent.txt
new file mode 100644
index 0000000..b92d03c
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.1/conf/6.x/mapping-ISOLatin1Accent.txt
@@ -0,0 +1,14 @@
+# This file contains character mappings for the default fulltext field type.
+# The source characters (on the left) will be replaced by the respective target
+# characters before any other processing takes place.
+# Lines starting with a pound character # are ignored.
+#
+# For sensible defaults, use the mapping-ISOLatin1Accent.txt file distributed
+# with the example application of your Solr version.
+#
+# Examples:
+# "À" => "A"
+# "\u00c4" => "A"
+# "\u00c4" => "\u0041"
+# "æ" => "ae"
+# "\n" => " "
diff --git a/configsets/search_api_solr_8.x-2.1/conf/6.x/protwords.txt b/configsets/search_api_solr_8.x-2.1/conf/6.x/protwords.txt
new file mode 100644
index 0000000..cda8581
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.1/conf/6.x/protwords.txt
@@ -0,0 +1,7 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
diff --git a/configsets/search_api_solr_8.x-2.1/conf/6.x/schema.xml b/configsets/search_api_solr_8.x-2.1/conf/6.x/schema.xml
new file mode 100644
index 0000000..e4317cb
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.1/conf/6.x/schema.xml
@@ -0,0 +1,766 @@
+
+
+
+
+]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ &extrafields;
+
+
+ &extratypes;
+
+
+ id
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-2.1/conf/6.x/schema_extra_fields.xml b/configsets/search_api_solr_8.x-2.1/conf/6.x/schema_extra_fields.xml
new file mode 100644
index 0000000..4cb53ea
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.1/conf/6.x/schema_extra_fields.xml
@@ -0,0 +1,13 @@
+
+Don't use the config XML templates directly. Use the config generator to get
+your individual config files. Use the "Get config.zip" button in the UI or
+drush solr-gsc my_solr_server
+See INSTALL.md for details.
diff --git a/configsets/search_api_solr_8.x-2.1/conf/6.x/schema_extra_types.xml b/configsets/search_api_solr_8.x-2.1/conf/6.x/schema_extra_types.xml
new file mode 100644
index 0000000..e5c06ae
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.1/conf/6.x/schema_extra_types.xml
@@ -0,0 +1,59 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-2.1/conf/6.x/solrconfig.xml b/configsets/search_api_solr_8.x-2.1/conf/6.x/solrconfig.xml
new file mode 100644
index 0000000..054e661
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.1/conf/6.x/solrconfig.xml
@@ -0,0 +1,1471 @@
+
+
+
+
+]>
+
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+ ${solr.luceneMatchVersion:LUCENE_60}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.data.dir:}
+
+
+
+
+
+
+
+
+ ${solr.hdfs.home:}
+
+ ${solr.hdfs.confdir:}
+
+ ${solr.hdfs.blockcache.enabled:true}
+
+ ${solr.hdfs.blockcache.global:true}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 4
+
+
+
+
+
+
+ ${solr.lock.type:native}
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.ulog.dir:}
+
+
+
+
+ ${solr.autoCommit.MaxDocs:10000}
+ ${solr.autoCommit.MaxTime:120000}
+ false
+
+
+
+
+ ${solr.autoSoftCommit.MaxDocs:2000}
+ ${solr.autoSoftCommit.MaxTime:10000}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+ 20
+
+
+ 200
+
+
+
+
+
+
+
+
+
+
+
+ static firstSearcher warming in solrconfig.xml
+
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ lucene
+ id
+ explicit
+ true
+
+ ${solr.selectSearchHandler.timeAllowed:-1}
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+ elevator
+
+
+
+
+
+
+ explicit
+ json
+ true
+ text
+
+
+
+
+
+
+
+
+
+ content
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+ ${solr.mlt.timeAllowed:2000}
+
+
+
+
+
+
+ content
+ explicit
+ true
+
+
+
+
+
+ text
+
+
+
+
+
+
+ true
+ ignored_
+
+
+ true
+ links
+ ignored_
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+ ${solr.replication.master:false}
+ commit
+ startup
+ ${solr.replication.confFiles:schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml}
+
+
+ ${solr.replication.slave:false}
+ ${solr.replication.masterUrl:http://localhost:8983/solr}/replication
+ ${solr.replication.pollInterval:00:00:60}
+
+
+
+
+
+
+ true
+ json
+ true
+
+
+
+
+
+
+
+ &spellcheck;
+
+
+
+
+ spell
+
+ default
+ wordbreak
+ on
+ false
+ false
+ 1
+ 5
+ 5
+ true
+ true
+ 10
+ 5
+
+
+ spellcheck
+
+
+
+
+ &extra;
+
+
+
+ true
+ und
+ 10
+
+
+ suggest
+
+
+
+
+
+
+
+
+ text
+ true
+
+
+ tvComponent
+
+
+
+
+
+
+
+
+
+ true
+ false
+
+
+ terms
+
+
+
+
+
+
+ false
+ false
+ false
+ true
+ false
+ 1
+ false
+ 10
+
+
+ terms
+ spellcheck
+ suggest
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+ text
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ,,
+ ,,
+ ,,
+ ,,
+ ,]]>
+ ]]>
+
+
+
+
+
+ 10
+ .,!?
+
+
+
+
+
+
+ WORD
+
+
+ en
+ US
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ application/json; charset=UTF-8
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-2.1/conf/6.x/solrconfig_extra.xml b/configsets/search_api_solr_8.x-2.1/conf/6.x/solrconfig_extra.xml
new file mode 100644
index 0000000..0d41026
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.1/conf/6.x/solrconfig_extra.xml
@@ -0,0 +1,12 @@
+
+
+ und
+ AnalyzingInfixLookupFactory
+ DocumentDictionaryFactory
+ twm_suggest
+ text
+ sm_context_tags
+ true
+ false
+
+
diff --git a/configsets/search_api_solr_8.x-2.1/conf/6.x/solrconfig_spellcheck.xml b/configsets/search_api_solr_8.x-2.1/conf/6.x/solrconfig_spellcheck.xml
new file mode 100644
index 0000000..5c9d7ad
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.1/conf/6.x/solrconfig_spellcheck.xml
@@ -0,0 +1,89 @@
+
+
+
+ textSpell
+
+
+
+
+
+
+ default
+ spell
+ solr.DirectSolrSpellChecker
+
+ internal
+
+ 0.5
+
+ 2
+
+ 1
+
+ 5
+
+ 4
+
+ 0.01
+
+
+
+
+
+ wordbreak
+ solr.WordBreakSolrSpellChecker
+ name
+ true
+ true
+ 10
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-2.1/conf/6.x/solrcore.properties b/configsets/search_api_solr_8.x-2.1/conf/6.x/solrcore.properties
new file mode 100644
index 0000000..d7d045b
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.1/conf/6.x/solrcore.properties
@@ -0,0 +1,20 @@
+# Defines Solr properties for this specific core.
+solr.replication.master=false
+solr.replication.slave=false
+solr.replication.pollInterval=00:00:60
+solr.replication.masterUrl=http://localhost:8983/solr
+solr.replication.confFiles=schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml
+solr.mlt.timeAllowed=2000
+# You should not set your luceneMatchVersion to anything lower than your Solr
+# Version.
+solr.luceneMatchVersion=6.0
+solr.selectSearchHandler.timeAllowed=-1
+# autoCommit after 10000 docs
+solr.autoCommit.MaxDocs=10000
+# autoCommit after 2 minutes
+solr.autoCommit.MaxTime=120000
+# autoSoftCommit after 2000 docs
+solr.autoSoftCommit.MaxDocs=2000
+# autoSoftCommit after 10 seconds
+solr.autoSoftCommit.MaxTime=10000
+solr.install.dir=../../..
diff --git a/configsets/search_api_solr_8.x-2.1/conf/6.x/stopwords.txt b/configsets/search_api_solr_8.x-2.1/conf/6.x/stopwords.txt
new file mode 100644
index 0000000..d7f243e
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.1/conf/6.x/stopwords.txt
@@ -0,0 +1,4 @@
+# Contains words which shouldn't be indexed for fulltext fields, e.g., because
+# they're too common. For documentation of the format, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.StopFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_8.x-2.1/conf/6.x/synonyms.txt b/configsets/search_api_solr_8.x-2.1/conf/6.x/synonyms.txt
new file mode 100644
index 0000000..7d22eea
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.1/conf/6.x/synonyms.txt
@@ -0,0 +1,3 @@
+# Contains synonyms to use for your index. For the format used, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.SynonymFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_8.x-2.1/conf/7.x/elevate.xml b/configsets/search_api_solr_8.x-2.1/conf/7.x/elevate.xml
new file mode 100644
index 0000000..193a0e7
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.1/conf/7.x/elevate.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-2.1/conf/7.x/mapping-ISOLatin1Accent.txt b/configsets/search_api_solr_8.x-2.1/conf/7.x/mapping-ISOLatin1Accent.txt
new file mode 100644
index 0000000..b92d03c
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.1/conf/7.x/mapping-ISOLatin1Accent.txt
@@ -0,0 +1,14 @@
+# This file contains character mappings for the default fulltext field type.
+# The source characters (on the left) will be replaced by the respective target
+# characters before any other processing takes place.
+# Lines starting with a pound character # are ignored.
+#
+# For sensible defaults, use the mapping-ISOLatin1Accent.txt file distributed
+# with the example application of your Solr version.
+#
+# Examples:
+# "À" => "A"
+# "\u00c4" => "A"
+# "\u00c4" => "\u0041"
+# "æ" => "ae"
+# "\n" => " "
diff --git a/configsets/search_api_solr_8.x-2.1/conf/7.x/protwords.txt b/configsets/search_api_solr_8.x-2.1/conf/7.x/protwords.txt
new file mode 100644
index 0000000..cda8581
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.1/conf/7.x/protwords.txt
@@ -0,0 +1,7 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
diff --git a/configsets/search_api_solr_8.x-2.1/conf/7.x/schema.xml b/configsets/search_api_solr_8.x-2.1/conf/7.x/schema.xml
new file mode 100644
index 0000000..80dc3f5
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.1/conf/7.x/schema.xml
@@ -0,0 +1,757 @@
+
+
+
+
+]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ &extrafields;
+
+
+ &extratypes;
+
+
+ id
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-2.1/conf/7.x/schema_extra_fields.xml b/configsets/search_api_solr_8.x-2.1/conf/7.x/schema_extra_fields.xml
new file mode 100644
index 0000000..4cb53ea
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.1/conf/7.x/schema_extra_fields.xml
@@ -0,0 +1,13 @@
+
+Don't use the config XML templates directly. Use the config generator to get
+your individual config files. Use the "Get config.zip" button in the UI or
+drush solr-gsc my_solr_server
+See INSTALL.md for details.
diff --git a/configsets/search_api_solr_8.x-2.1/conf/7.x/schema_extra_types.xml b/configsets/search_api_solr_8.x-2.1/conf/7.x/schema_extra_types.xml
new file mode 100644
index 0000000..11a739d
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.1/conf/7.x/schema_extra_types.xml
@@ -0,0 +1,59 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-2.1/conf/7.x/solrconfig.xml b/configsets/search_api_solr_8.x-2.1/conf/7.x/solrconfig.xml
new file mode 100644
index 0000000..3d53d1e
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.1/conf/7.x/solrconfig.xml
@@ -0,0 +1,1451 @@
+
+
+
+
+]>
+
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+ ${solr.luceneMatchVersion:LUCENE_70}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.data.dir:}
+
+
+
+
+
+
+
+
+ ${solr.hdfs.home:}
+
+ ${solr.hdfs.confdir:}
+
+ ${solr.hdfs.blockcache.enabled:true}
+
+ ${solr.hdfs.blockcache.global:true}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 4
+
+
+
+
+
+
+ ${solr.lock.type:native}
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.ulog.dir:}
+
+
+
+
+ ${solr.autoCommit.MaxDocs:10000}
+ ${solr.autoCommit.MaxTime:120000}
+ false
+
+
+
+
+ ${solr.autoSoftCommit.MaxDocs:2000}
+ ${solr.autoSoftCommit.MaxTime:10000}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+ 20
+
+
+ 200
+
+
+
+
+
+
+
+
+
+
+
+ static firstSearcher warming in solrconfig.xml
+
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ lucene
+ id
+ explicit
+ true
+
+ ${solr.selectSearchHandler.timeAllowed:-1}
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+ elevator
+
+
+
+
+
+
+ explicit
+ json
+ true
+ text
+
+
+
+
+
+
+
+
+
+ content
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+ ${solr.mlt.timeAllowed:2000}
+
+
+
+
+
+
+ content
+ explicit
+ true
+
+
+
+
+
+ text
+
+
+
+
+
+
+ true
+ ignored_
+
+
+ true
+ links
+ ignored_
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+ ${solr.replication.master:false}
+ commit
+ startup
+ ${solr.replication.confFiles:schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml}
+
+
+ ${solr.replication.slave:false}
+ ${solr.replication.masterUrl:http://localhost:8983/solr}/replication
+ ${solr.replication.pollInterval:00:00:60}
+
+
+
+
+
+
+ true
+ json
+ true
+
+
+
+
+
+
+
+ &spellcheck;
+
+
+
+
+ spell
+
+ default
+ wordbreak
+ on
+ false
+ false
+ 1
+ 5
+ 5
+ true
+ true
+ 10
+ 5
+
+
+ spellcheck
+
+
+
+
+ &extra;
+
+
+
+ true
+ und
+ 10
+
+
+ suggest
+
+
+
+
+
+
+
+
+ text
+ true
+
+
+ tvComponent
+
+
+
+
+
+
+
+
+
+ true
+ false
+
+
+ terms
+
+
+
+
+
+
+ false
+ false
+ false
+ true
+ false
+ 1
+ false
+ 10
+
+
+ terms
+ spellcheck
+ suggest
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+ text
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ,,
+ ,,
+ ,,
+ ,,
+ ,]]>
+ ]]>
+
+
+
+
+
+ 10
+ .,!?
+
+
+
+
+
+
+ WORD
+
+
+ en
+ US
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ application/json; charset=UTF-8
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-2.1/conf/7.x/solrconfig_extra.xml b/configsets/search_api_solr_8.x-2.1/conf/7.x/solrconfig_extra.xml
new file mode 100644
index 0000000..0d41026
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.1/conf/7.x/solrconfig_extra.xml
@@ -0,0 +1,12 @@
+
+
+ und
+ AnalyzingInfixLookupFactory
+ DocumentDictionaryFactory
+ twm_suggest
+ text
+ sm_context_tags
+ true
+ false
+
+
diff --git a/configsets/search_api_solr_8.x-2.1/conf/7.x/solrconfig_spellcheck.xml b/configsets/search_api_solr_8.x-2.1/conf/7.x/solrconfig_spellcheck.xml
new file mode 100644
index 0000000..5c9d7ad
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.1/conf/7.x/solrconfig_spellcheck.xml
@@ -0,0 +1,89 @@
+
+
+
+ textSpell
+
+
+
+
+
+
+ default
+ spell
+ solr.DirectSolrSpellChecker
+
+ internal
+
+ 0.5
+
+ 2
+
+ 1
+
+ 5
+
+ 4
+
+ 0.01
+
+
+
+
+
+ wordbreak
+ solr.WordBreakSolrSpellChecker
+ name
+ true
+ true
+ 10
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-2.1/conf/7.x/solrcore.properties b/configsets/search_api_solr_8.x-2.1/conf/7.x/solrcore.properties
new file mode 100644
index 0000000..963ac05
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.1/conf/7.x/solrcore.properties
@@ -0,0 +1,20 @@
+# Defines Solr properties for this specific core.
+solr.replication.master=false
+solr.replication.slave=false
+solr.replication.pollInterval=00:00:60
+solr.replication.masterUrl=http://localhost:8983/solr
+solr.replication.confFiles=schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml
+solr.mlt.timeAllowed=2000
+# You should not set your luceneMatchVersion to anything lower than your Solr
+# Version.
+solr.luceneMatchVersion=7.0
+solr.selectSearchHandler.timeAllowed=-1
+# autoCommit after 10000 docs
+solr.autoCommit.MaxDocs=10000
+# autoCommit after 2 minutes
+solr.autoCommit.MaxTime=120000
+# autoSoftCommit after 2000 docs
+solr.autoSoftCommit.MaxDocs=2000
+# autoSoftCommit after 10 seconds
+solr.autoSoftCommit.MaxTime=10000
+solr.install.dir=../../..
diff --git a/configsets/search_api_solr_8.x-2.1/conf/7.x/stopwords.txt b/configsets/search_api_solr_8.x-2.1/conf/7.x/stopwords.txt
new file mode 100644
index 0000000..d7f243e
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.1/conf/7.x/stopwords.txt
@@ -0,0 +1,4 @@
+# Contains words which shouldn't be indexed for fulltext fields, e.g., because
+# they're too common. For documentation of the format, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.StopFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_8.x-2.1/conf/7.x/synonyms.txt b/configsets/search_api_solr_8.x-2.1/conf/7.x/synonyms.txt
new file mode 100644
index 0000000..7d22eea
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.1/conf/7.x/synonyms.txt
@@ -0,0 +1,3 @@
+# Contains synonyms to use for your index. For the format used, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.SynonymFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_8.x-2.2/conf/6.x/elevate.xml b/configsets/search_api_solr_8.x-2.2/conf/6.x/elevate.xml
new file mode 100644
index 0000000..193a0e7
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.2/conf/6.x/elevate.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-2.2/conf/6.x/mapping-ISOLatin1Accent.txt b/configsets/search_api_solr_8.x-2.2/conf/6.x/mapping-ISOLatin1Accent.txt
new file mode 100644
index 0000000..b92d03c
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.2/conf/6.x/mapping-ISOLatin1Accent.txt
@@ -0,0 +1,14 @@
+# This file contains character mappings for the default fulltext field type.
+# The source characters (on the left) will be replaced by the respective target
+# characters before any other processing takes place.
+# Lines starting with a pound character # are ignored.
+#
+# For sensible defaults, use the mapping-ISOLatin1Accent.txt file distributed
+# with the example application of your Solr version.
+#
+# Examples:
+# "À" => "A"
+# "\u00c4" => "A"
+# "\u00c4" => "\u0041"
+# "æ" => "ae"
+# "\n" => " "
diff --git a/configsets/search_api_solr_8.x-2.2/conf/6.x/protwords.txt b/configsets/search_api_solr_8.x-2.2/conf/6.x/protwords.txt
new file mode 100644
index 0000000..cda8581
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.2/conf/6.x/protwords.txt
@@ -0,0 +1,7 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
diff --git a/configsets/search_api_solr_8.x-2.2/conf/6.x/schema.xml b/configsets/search_api_solr_8.x-2.2/conf/6.x/schema.xml
new file mode 100644
index 0000000..e4317cb
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.2/conf/6.x/schema.xml
@@ -0,0 +1,766 @@
+
+
+
+
+]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ &extrafields;
+
+
+ &extratypes;
+
+
+ id
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-2.2/conf/6.x/schema_extra_fields.xml b/configsets/search_api_solr_8.x-2.2/conf/6.x/schema_extra_fields.xml
new file mode 100644
index 0000000..4cb53ea
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.2/conf/6.x/schema_extra_fields.xml
@@ -0,0 +1,13 @@
+
+Don't use the config XML templates directly. Use the config generator to get
+your individual config files. Use the "Get config.zip" button in the UI or
+drush solr-gsc my_solr_server
+See INSTALL.md for details.
diff --git a/configsets/search_api_solr_8.x-2.2/conf/6.x/schema_extra_types.xml b/configsets/search_api_solr_8.x-2.2/conf/6.x/schema_extra_types.xml
new file mode 100644
index 0000000..e5c06ae
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.2/conf/6.x/schema_extra_types.xml
@@ -0,0 +1,59 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-2.2/conf/6.x/solrconfig.xml b/configsets/search_api_solr_8.x-2.2/conf/6.x/solrconfig.xml
new file mode 100644
index 0000000..054e661
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.2/conf/6.x/solrconfig.xml
@@ -0,0 +1,1471 @@
+
+
+
+
+]>
+
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+ ${solr.luceneMatchVersion:LUCENE_60}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.data.dir:}
+
+
+
+
+
+
+
+
+ ${solr.hdfs.home:}
+
+ ${solr.hdfs.confdir:}
+
+ ${solr.hdfs.blockcache.enabled:true}
+
+ ${solr.hdfs.blockcache.global:true}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 4
+
+
+
+
+
+
+ ${solr.lock.type:native}
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.ulog.dir:}
+
+
+
+
+ ${solr.autoCommit.MaxDocs:10000}
+ ${solr.autoCommit.MaxTime:120000}
+ false
+
+
+
+
+ ${solr.autoSoftCommit.MaxDocs:2000}
+ ${solr.autoSoftCommit.MaxTime:10000}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+ 20
+
+
+ 200
+
+
+
+
+
+
+
+
+
+
+
+ static firstSearcher warming in solrconfig.xml
+
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ lucene
+ id
+ explicit
+ true
+
+ ${solr.selectSearchHandler.timeAllowed:-1}
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+ elevator
+
+
+
+
+
+
+ explicit
+ json
+ true
+ text
+
+
+
+
+
+
+
+
+
+ content
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+ ${solr.mlt.timeAllowed:2000}
+
+
+
+
+
+
+ content
+ explicit
+ true
+
+
+
+
+
+ text
+
+
+
+
+
+
+ true
+ ignored_
+
+
+ true
+ links
+ ignored_
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+ ${solr.replication.master:false}
+ commit
+ startup
+ ${solr.replication.confFiles:schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml}
+
+
+ ${solr.replication.slave:false}
+ ${solr.replication.masterUrl:http://localhost:8983/solr}/replication
+ ${solr.replication.pollInterval:00:00:60}
+
+
+
+
+
+
+ true
+ json
+ true
+
+
+
+
+
+
+
+ &spellcheck;
+
+
+
+
+ spell
+
+ default
+ wordbreak
+ on
+ false
+ false
+ 1
+ 5
+ 5
+ true
+ true
+ 10
+ 5
+
+
+ spellcheck
+
+
+
+
+ &extra;
+
+
+
+ true
+ und
+ 10
+
+
+ suggest
+
+
+
+
+
+
+
+
+ text
+ true
+
+
+ tvComponent
+
+
+
+
+
+
+
+
+
+ true
+ false
+
+
+ terms
+
+
+
+
+
+
+ false
+ false
+ false
+ true
+ false
+ 1
+ false
+ 10
+
+
+ terms
+ spellcheck
+ suggest
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+ text
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ,,
+ ,,
+ ,,
+ ,,
+ ,]]>
+ ]]>
+
+
+
+
+
+ 10
+ .,!?
+
+
+
+
+
+
+ WORD
+
+
+ en
+ US
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ application/json; charset=UTF-8
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-2.2/conf/6.x/solrconfig_extra.xml b/configsets/search_api_solr_8.x-2.2/conf/6.x/solrconfig_extra.xml
new file mode 100644
index 0000000..0d41026
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.2/conf/6.x/solrconfig_extra.xml
@@ -0,0 +1,12 @@
+
+
+ und
+ AnalyzingInfixLookupFactory
+ DocumentDictionaryFactory
+ twm_suggest
+ text
+ sm_context_tags
+ true
+ false
+
+
diff --git a/configsets/search_api_solr_8.x-2.2/conf/6.x/solrconfig_spellcheck.xml b/configsets/search_api_solr_8.x-2.2/conf/6.x/solrconfig_spellcheck.xml
new file mode 100644
index 0000000..5c9d7ad
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.2/conf/6.x/solrconfig_spellcheck.xml
@@ -0,0 +1,89 @@
+
+
+
+ textSpell
+
+
+
+
+
+
+ default
+ spell
+ solr.DirectSolrSpellChecker
+
+ internal
+
+ 0.5
+
+ 2
+
+ 1
+
+ 5
+
+ 4
+
+ 0.01
+
+
+
+
+
+ wordbreak
+ solr.WordBreakSolrSpellChecker
+ name
+ true
+ true
+ 10
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-2.2/conf/6.x/solrcore.properties b/configsets/search_api_solr_8.x-2.2/conf/6.x/solrcore.properties
new file mode 100644
index 0000000..d7d045b
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.2/conf/6.x/solrcore.properties
@@ -0,0 +1,20 @@
+# Defines Solr properties for this specific core.
+solr.replication.master=false
+solr.replication.slave=false
+solr.replication.pollInterval=00:00:60
+solr.replication.masterUrl=http://localhost:8983/solr
+solr.replication.confFiles=schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml
+solr.mlt.timeAllowed=2000
+# You should not set your luceneMatchVersion to anything lower than your Solr
+# Version.
+solr.luceneMatchVersion=6.0
+solr.selectSearchHandler.timeAllowed=-1
+# autoCommit after 10000 docs
+solr.autoCommit.MaxDocs=10000
+# autoCommit after 2 minutes
+solr.autoCommit.MaxTime=120000
+# autoSoftCommit after 2000 docs
+solr.autoSoftCommit.MaxDocs=2000
+# autoSoftCommit after 10 seconds
+solr.autoSoftCommit.MaxTime=10000
+solr.install.dir=../../..
diff --git a/configsets/search_api_solr_8.x-2.2/conf/6.x/stopwords.txt b/configsets/search_api_solr_8.x-2.2/conf/6.x/stopwords.txt
new file mode 100644
index 0000000..d7f243e
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.2/conf/6.x/stopwords.txt
@@ -0,0 +1,4 @@
+# Contains words which shouldn't be indexed for fulltext fields, e.g., because
+# they're too common. For documentation of the format, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.StopFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_8.x-2.2/conf/6.x/synonyms.txt b/configsets/search_api_solr_8.x-2.2/conf/6.x/synonyms.txt
new file mode 100644
index 0000000..7d22eea
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.2/conf/6.x/synonyms.txt
@@ -0,0 +1,3 @@
+# Contains synonyms to use for your index. For the format used, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.SynonymFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_8.x-2.2/conf/7.x/elevate.xml b/configsets/search_api_solr_8.x-2.2/conf/7.x/elevate.xml
new file mode 100644
index 0000000..193a0e7
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.2/conf/7.x/elevate.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-2.2/conf/7.x/mapping-ISOLatin1Accent.txt b/configsets/search_api_solr_8.x-2.2/conf/7.x/mapping-ISOLatin1Accent.txt
new file mode 100644
index 0000000..b92d03c
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.2/conf/7.x/mapping-ISOLatin1Accent.txt
@@ -0,0 +1,14 @@
+# This file contains character mappings for the default fulltext field type.
+# The source characters (on the left) will be replaced by the respective target
+# characters before any other processing takes place.
+# Lines starting with a pound character # are ignored.
+#
+# For sensible defaults, use the mapping-ISOLatin1Accent.txt file distributed
+# with the example application of your Solr version.
+#
+# Examples:
+# "À" => "A"
+# "\u00c4" => "A"
+# "\u00c4" => "\u0041"
+# "æ" => "ae"
+# "\n" => " "
diff --git a/configsets/search_api_solr_8.x-2.2/conf/7.x/protwords.txt b/configsets/search_api_solr_8.x-2.2/conf/7.x/protwords.txt
new file mode 100644
index 0000000..cda8581
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.2/conf/7.x/protwords.txt
@@ -0,0 +1,7 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
diff --git a/configsets/search_api_solr_8.x-2.2/conf/7.x/schema.xml b/configsets/search_api_solr_8.x-2.2/conf/7.x/schema.xml
new file mode 100644
index 0000000..80dc3f5
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.2/conf/7.x/schema.xml
@@ -0,0 +1,757 @@
+
+
+
+
+]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ &extrafields;
+
+
+ &extratypes;
+
+
+ id
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-2.2/conf/7.x/schema_extra_fields.xml b/configsets/search_api_solr_8.x-2.2/conf/7.x/schema_extra_fields.xml
new file mode 100644
index 0000000..4cb53ea
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.2/conf/7.x/schema_extra_fields.xml
@@ -0,0 +1,13 @@
+
+Don't use the config XML templates directly. Use the config generator to get
+your individual config files. Use the "Get config.zip" button in the UI or
+drush solr-gsc my_solr_server
+See INSTALL.md for details.
diff --git a/configsets/search_api_solr_8.x-2.2/conf/7.x/schema_extra_types.xml b/configsets/search_api_solr_8.x-2.2/conf/7.x/schema_extra_types.xml
new file mode 100644
index 0000000..11a739d
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.2/conf/7.x/schema_extra_types.xml
@@ -0,0 +1,59 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-2.2/conf/7.x/solrconfig.xml b/configsets/search_api_solr_8.x-2.2/conf/7.x/solrconfig.xml
new file mode 100644
index 0000000..3d53d1e
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.2/conf/7.x/solrconfig.xml
@@ -0,0 +1,1451 @@
+
+
+
+
+]>
+
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+ ${solr.luceneMatchVersion:LUCENE_70}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.data.dir:}
+
+
+
+
+
+
+
+
+ ${solr.hdfs.home:}
+
+ ${solr.hdfs.confdir:}
+
+ ${solr.hdfs.blockcache.enabled:true}
+
+ ${solr.hdfs.blockcache.global:true}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 4
+
+
+
+
+
+
+ ${solr.lock.type:native}
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.ulog.dir:}
+
+
+
+
+ ${solr.autoCommit.MaxDocs:10000}
+ ${solr.autoCommit.MaxTime:120000}
+ false
+
+
+
+
+ ${solr.autoSoftCommit.MaxDocs:2000}
+ ${solr.autoSoftCommit.MaxTime:10000}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+ 20
+
+
+ 200
+
+
+
+
+
+
+
+
+
+
+
+ static firstSearcher warming in solrconfig.xml
+
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ lucene
+ id
+ explicit
+ true
+
+ ${solr.selectSearchHandler.timeAllowed:-1}
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+ elevator
+
+
+
+
+
+
+ explicit
+ json
+ true
+ text
+
+
+
+
+
+
+
+
+
+ content
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+ ${solr.mlt.timeAllowed:2000}
+
+
+
+
+
+
+ content
+ explicit
+ true
+
+
+
+
+
+ text
+
+
+
+
+
+
+ true
+ ignored_
+
+
+ true
+ links
+ ignored_
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+ ${solr.replication.master:false}
+ commit
+ startup
+ ${solr.replication.confFiles:schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml}
+
+
+ ${solr.replication.slave:false}
+ ${solr.replication.masterUrl:http://localhost:8983/solr}/replication
+ ${solr.replication.pollInterval:00:00:60}
+
+
+
+
+
+
+ true
+ json
+ true
+
+
+
+
+
+
+
+ &spellcheck;
+
+
+
+
+ spell
+
+ default
+ wordbreak
+ on
+ false
+ false
+ 1
+ 5
+ 5
+ true
+ true
+ 10
+ 5
+
+
+ spellcheck
+
+
+
+
+ &extra;
+
+
+
+ true
+ und
+ 10
+
+
+ suggest
+
+
+
+
+
+
+
+
+ text
+ true
+
+
+ tvComponent
+
+
+
+
+
+
+
+
+
+ true
+ false
+
+
+ terms
+
+
+
+
+
+
+ false
+ false
+ false
+ true
+ false
+ 1
+ false
+ 10
+
+
+ terms
+ spellcheck
+ suggest
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+ text
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ,,
+ ,,
+ ,,
+ ,,
+ ,]]>
+ ]]>
+
+
+
+
+
+ 10
+ .,!?
+
+
+
+
+
+
+ WORD
+
+
+ en
+ US
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ application/json; charset=UTF-8
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-2.2/conf/7.x/solrconfig_extra.xml b/configsets/search_api_solr_8.x-2.2/conf/7.x/solrconfig_extra.xml
new file mode 100644
index 0000000..0d41026
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.2/conf/7.x/solrconfig_extra.xml
@@ -0,0 +1,12 @@
+
+
+ und
+ AnalyzingInfixLookupFactory
+ DocumentDictionaryFactory
+ twm_suggest
+ text
+ sm_context_tags
+ true
+ false
+
+
diff --git a/configsets/search_api_solr_8.x-2.2/conf/7.x/solrconfig_spellcheck.xml b/configsets/search_api_solr_8.x-2.2/conf/7.x/solrconfig_spellcheck.xml
new file mode 100644
index 0000000..5c9d7ad
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.2/conf/7.x/solrconfig_spellcheck.xml
@@ -0,0 +1,89 @@
+
+
+
+ textSpell
+
+
+
+
+
+
+ default
+ spell
+ solr.DirectSolrSpellChecker
+
+ internal
+
+ 0.5
+
+ 2
+
+ 1
+
+ 5
+
+ 4
+
+ 0.01
+
+
+
+
+
+ wordbreak
+ solr.WordBreakSolrSpellChecker
+ name
+ true
+ true
+ 10
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-2.2/conf/7.x/solrcore.properties b/configsets/search_api_solr_8.x-2.2/conf/7.x/solrcore.properties
new file mode 100644
index 0000000..963ac05
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.2/conf/7.x/solrcore.properties
@@ -0,0 +1,20 @@
+# Defines Solr properties for this specific core.
+solr.replication.master=false
+solr.replication.slave=false
+solr.replication.pollInterval=00:00:60
+solr.replication.masterUrl=http://localhost:8983/solr
+solr.replication.confFiles=schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml
+solr.mlt.timeAllowed=2000
+# You should not set your luceneMatchVersion to anything lower than your Solr
+# Version.
+solr.luceneMatchVersion=7.0
+solr.selectSearchHandler.timeAllowed=-1
+# autoCommit after 10000 docs
+solr.autoCommit.MaxDocs=10000
+# autoCommit after 2 minutes
+solr.autoCommit.MaxTime=120000
+# autoSoftCommit after 2000 docs
+solr.autoSoftCommit.MaxDocs=2000
+# autoSoftCommit after 10 seconds
+solr.autoSoftCommit.MaxTime=10000
+solr.install.dir=../../..
diff --git a/configsets/search_api_solr_8.x-2.2/conf/7.x/stopwords.txt b/configsets/search_api_solr_8.x-2.2/conf/7.x/stopwords.txt
new file mode 100644
index 0000000..d7f243e
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.2/conf/7.x/stopwords.txt
@@ -0,0 +1,4 @@
+# Contains words which shouldn't be indexed for fulltext fields, e.g., because
+# they're too common. For documentation of the format, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.StopFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_8.x-2.2/conf/7.x/synonyms.txt b/configsets/search_api_solr_8.x-2.2/conf/7.x/synonyms.txt
new file mode 100644
index 0000000..7d22eea
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.2/conf/7.x/synonyms.txt
@@ -0,0 +1,3 @@
+# Contains synonyms to use for your index. For the format used, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.SynonymFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_8.x-2.3/conf/6.x/elevate.xml b/configsets/search_api_solr_8.x-2.3/conf/6.x/elevate.xml
new file mode 100644
index 0000000..193a0e7
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.3/conf/6.x/elevate.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-2.3/conf/6.x/mapping-ISOLatin1Accent.txt b/configsets/search_api_solr_8.x-2.3/conf/6.x/mapping-ISOLatin1Accent.txt
new file mode 100644
index 0000000..b92d03c
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.3/conf/6.x/mapping-ISOLatin1Accent.txt
@@ -0,0 +1,14 @@
+# This file contains character mappings for the default fulltext field type.
+# The source characters (on the left) will be replaced by the respective target
+# characters before any other processing takes place.
+# Lines starting with a pound character # are ignored.
+#
+# For sensible defaults, use the mapping-ISOLatin1Accent.txt file distributed
+# with the example application of your Solr version.
+#
+# Examples:
+# "À" => "A"
+# "\u00c4" => "A"
+# "\u00c4" => "\u0041"
+# "æ" => "ae"
+# "\n" => " "
diff --git a/configsets/search_api_solr_8.x-2.3/conf/6.x/protwords.txt b/configsets/search_api_solr_8.x-2.3/conf/6.x/protwords.txt
new file mode 100644
index 0000000..cda8581
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.3/conf/6.x/protwords.txt
@@ -0,0 +1,7 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
diff --git a/configsets/search_api_solr_8.x-2.3/conf/6.x/schema.xml b/configsets/search_api_solr_8.x-2.3/conf/6.x/schema.xml
new file mode 100644
index 0000000..82411d7
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.3/conf/6.x/schema.xml
@@ -0,0 +1,766 @@
+
+
+
+
+]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ &extrafields;
+
+
+ &extratypes;
+
+
+ id
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-2.3/conf/6.x/schema_extra_fields.xml b/configsets/search_api_solr_8.x-2.3/conf/6.x/schema_extra_fields.xml
new file mode 100644
index 0000000..4cb53ea
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.3/conf/6.x/schema_extra_fields.xml
@@ -0,0 +1,13 @@
+
+Don't use the config XML templates directly. Use the config generator to get
+your individual config files. Use the "Get config.zip" button in the UI or
+drush solr-gsc my_solr_server
+See INSTALL.md for details.
diff --git a/configsets/search_api_solr_8.x-2.3/conf/6.x/schema_extra_types.xml b/configsets/search_api_solr_8.x-2.3/conf/6.x/schema_extra_types.xml
new file mode 100644
index 0000000..e5c06ae
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.3/conf/6.x/schema_extra_types.xml
@@ -0,0 +1,59 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-2.3/conf/6.x/solrconfig.xml b/configsets/search_api_solr_8.x-2.3/conf/6.x/solrconfig.xml
new file mode 100644
index 0000000..7fcaa07
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.3/conf/6.x/solrconfig.xml
@@ -0,0 +1,1476 @@
+
+
+
+
+
+]>
+
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+ ${solr.luceneMatchVersion:LUCENE_64}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.data.dir:}
+
+
+
+
+
+
+
+
+ ${solr.hdfs.home:}
+
+ ${solr.hdfs.confdir:}
+
+ ${solr.hdfs.blockcache.enabled:true}
+
+ ${solr.hdfs.blockcache.global:true}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 4
+
+
+
+
+
+
+ ${solr.lock.type:native}
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+ &index;
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.ulog.dir:}
+
+
+
+
+ ${solr.autoCommit.MaxDocs:10000}
+ ${solr.autoCommit.MaxTime:120000}
+ false
+
+
+
+
+ ${solr.autoSoftCommit.MaxDocs:2000}
+ ${solr.autoSoftCommit.MaxTime:10000}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+ 20
+
+
+ 200
+
+
+
+
+
+
+
+
+
+
+
+ static firstSearcher warming in solrconfig.xml
+
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ lucene
+ id
+ explicit
+ true
+
+ ${solr.selectSearchHandler.timeAllowed:-1}
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+ elevator
+
+
+
+
+
+
+ explicit
+ json
+ true
+ text
+
+
+
+
+
+
+
+
+
+ content
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+ ${solr.mlt.timeAllowed:2000}
+
+
+
+
+
+
+ content
+ explicit
+ true
+
+
+
+
+
+ text
+
+
+
+
+
+
+ true
+ ignored_
+
+
+ true
+ links
+ ignored_
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+ ${solr.replication.master:false}
+ commit
+ startup
+ ${solr.replication.confFiles:schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml}
+
+
+ ${solr.replication.slave:false}
+ ${solr.replication.masterUrl:http://localhost:8983/solr}/replication
+ ${solr.replication.pollInterval:00:00:60}
+
+
+
+
+
+
+ true
+ json
+ true
+
+
+
+
+
+
+
+ &spellcheck;
+
+
+
+
+ spell
+
+ default
+ wordbreak
+ on
+ false
+ false
+ 1
+ 5
+ 5
+ true
+ true
+ 10
+ 5
+
+
+ spellcheck
+
+
+
+
+ &extra;
+
+
+
+ true
+ und
+ 10
+
+
+ suggest
+
+
+
+
+
+
+
+
+ text
+ true
+
+
+ tvComponent
+
+
+
+
+
+
+
+
+
+ true
+ false
+
+
+ terms
+
+
+
+
+
+
+ false
+ false
+ false
+ true
+ false
+ 1
+ false
+ 10
+
+
+ terms
+ spellcheck
+ suggest
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+ text
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ,,
+ ,,
+ ,,
+ ,,
+ ,]]>
+ ]]>
+
+
+
+
+
+ 10
+ .,!?
+
+
+
+
+
+
+ WORD
+
+
+ en
+ US
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ application/json; charset=UTF-8
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-2.3/conf/6.x/solrconfig_extra.xml b/configsets/search_api_solr_8.x-2.3/conf/6.x/solrconfig_extra.xml
new file mode 100644
index 0000000..0d41026
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.3/conf/6.x/solrconfig_extra.xml
@@ -0,0 +1,12 @@
+
+
+ und
+ AnalyzingInfixLookupFactory
+ DocumentDictionaryFactory
+ twm_suggest
+ text
+ sm_context_tags
+ true
+ false
+
+
diff --git a/configsets/search_api_solr_8.x-2.3/conf/6.x/solrconfig_index.xml b/configsets/search_api_solr_8.x-2.3/conf/6.x/solrconfig_index.xml
new file mode 100644
index 0000000..e69de29
diff --git a/configsets/search_api_solr_8.x-2.3/conf/6.x/solrconfig_spellcheck.xml b/configsets/search_api_solr_8.x-2.3/conf/6.x/solrconfig_spellcheck.xml
new file mode 100644
index 0000000..5c9d7ad
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.3/conf/6.x/solrconfig_spellcheck.xml
@@ -0,0 +1,89 @@
+
+
+
+ textSpell
+
+
+
+
+
+
+ default
+ spell
+ solr.DirectSolrSpellChecker
+
+ internal
+
+ 0.5
+
+ 2
+
+ 1
+
+ 5
+
+ 4
+
+ 0.01
+
+
+
+
+
+ wordbreak
+ solr.WordBreakSolrSpellChecker
+ name
+ true
+ true
+ 10
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-2.3/conf/6.x/solrcore.properties b/configsets/search_api_solr_8.x-2.3/conf/6.x/solrcore.properties
new file mode 100644
index 0000000..d7d045b
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.3/conf/6.x/solrcore.properties
@@ -0,0 +1,20 @@
+# Defines Solr properties for this specific core.
+solr.replication.master=false
+solr.replication.slave=false
+solr.replication.pollInterval=00:00:60
+solr.replication.masterUrl=http://localhost:8983/solr
+solr.replication.confFiles=schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml
+solr.mlt.timeAllowed=2000
+# You should not set your luceneMatchVersion to anything lower than your Solr
+# Version.
+solr.luceneMatchVersion=6.0
+solr.selectSearchHandler.timeAllowed=-1
+# autoCommit after 10000 docs
+solr.autoCommit.MaxDocs=10000
+# autoCommit after 2 minutes
+solr.autoCommit.MaxTime=120000
+# autoSoftCommit after 2000 docs
+solr.autoSoftCommit.MaxDocs=2000
+# autoSoftCommit after 10 seconds
+solr.autoSoftCommit.MaxTime=10000
+solr.install.dir=../../..
diff --git a/configsets/search_api_solr_8.x-2.3/conf/6.x/stopwords.txt b/configsets/search_api_solr_8.x-2.3/conf/6.x/stopwords.txt
new file mode 100644
index 0000000..d7f243e
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.3/conf/6.x/stopwords.txt
@@ -0,0 +1,4 @@
+# Contains words which shouldn't be indexed for fulltext fields, e.g., because
+# they're too common. For documentation of the format, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.StopFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_8.x-2.3/conf/6.x/synonyms.txt b/configsets/search_api_solr_8.x-2.3/conf/6.x/synonyms.txt
new file mode 100644
index 0000000..7d22eea
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.3/conf/6.x/synonyms.txt
@@ -0,0 +1,3 @@
+# Contains synonyms to use for your index. For the format used, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.SynonymFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_8.x-2.3/conf/7.x/elevate.xml b/configsets/search_api_solr_8.x-2.3/conf/7.x/elevate.xml
new file mode 100644
index 0000000..193a0e7
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.3/conf/7.x/elevate.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-2.3/conf/7.x/mapping-ISOLatin1Accent.txt b/configsets/search_api_solr_8.x-2.3/conf/7.x/mapping-ISOLatin1Accent.txt
new file mode 100644
index 0000000..b92d03c
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.3/conf/7.x/mapping-ISOLatin1Accent.txt
@@ -0,0 +1,14 @@
+# This file contains character mappings for the default fulltext field type.
+# The source characters (on the left) will be replaced by the respective target
+# characters before any other processing takes place.
+# Lines starting with a pound character # are ignored.
+#
+# For sensible defaults, use the mapping-ISOLatin1Accent.txt file distributed
+# with the example application of your Solr version.
+#
+# Examples:
+# "À" => "A"
+# "\u00c4" => "A"
+# "\u00c4" => "\u0041"
+# "æ" => "ae"
+# "\n" => " "
diff --git a/configsets/search_api_solr_8.x-2.3/conf/7.x/protwords.txt b/configsets/search_api_solr_8.x-2.3/conf/7.x/protwords.txt
new file mode 100644
index 0000000..cda8581
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.3/conf/7.x/protwords.txt
@@ -0,0 +1,7 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
diff --git a/configsets/search_api_solr_8.x-2.3/conf/7.x/schema.xml b/configsets/search_api_solr_8.x-2.3/conf/7.x/schema.xml
new file mode 100644
index 0000000..fcc662a
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.3/conf/7.x/schema.xml
@@ -0,0 +1,696 @@
+
+
+
+
+]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ &extrafields;
+
+
+ &extratypes;
+
+
+ id
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-2.3/conf/7.x/schema_extra_fields.xml b/configsets/search_api_solr_8.x-2.3/conf/7.x/schema_extra_fields.xml
new file mode 100644
index 0000000..4cb53ea
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.3/conf/7.x/schema_extra_fields.xml
@@ -0,0 +1,13 @@
+
+Don't use the config XML templates directly. Use the config generator to get
+your individual config files. Use the "Get config.zip" button in the UI or
+drush solr-gsc my_solr_server
+See INSTALL.md for details.
diff --git a/configsets/search_api_solr_8.x-2.3/conf/7.x/schema_extra_types.xml b/configsets/search_api_solr_8.x-2.3/conf/7.x/schema_extra_types.xml
new file mode 100644
index 0000000..38b90dc
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.3/conf/7.x/schema_extra_types.xml
@@ -0,0 +1,59 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-2.3/conf/7.x/solrconfig.xml b/configsets/search_api_solr_8.x-2.3/conf/7.x/solrconfig.xml
new file mode 100644
index 0000000..4077b01
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.3/conf/7.x/solrconfig.xml
@@ -0,0 +1,1413 @@
+
+
+
+
+
+]>
+
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+ ${solr.luceneMatchVersion:LUCENE_70}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.data.dir:}
+
+
+
+
+
+
+
+
+ ${solr.hdfs.home:}
+
+ ${solr.hdfs.confdir:}
+
+ ${solr.hdfs.blockcache.enabled:true}
+
+ ${solr.hdfs.blockcache.global:true}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.lock.type:native}
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+ &index;
+
+
+
+
+
+
+
+
+ ${solr.ulog.dir:}
+
+
+
+
+ ${solr.autoCommit.MaxDocs:-1}
+ ${solr.autoCommit.MaxTime:15000}
+ false
+
+
+
+
+
+ ${solr.autoSoftCommit.MaxDocs:-1}
+ ${solr.autoSoftCommit.MaxTime:-1}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+ 20
+
+
+ 200
+
+
+
+
+
+
+
+
+
+
+
+ static firstSearcher warming in solrconfig.xml
+
+
+
+
+
+ false
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ lucene
+ id
+ explicit
+ true
+
+ ${solr.selectSearchHandler.timeAllowed:-1}
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+ elevator
+
+
+
+
+
+
+ explicit
+ json
+ true
+ text
+
+
+
+
+
+
+
+
+
+ content
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+ ${solr.mlt.timeAllowed:2000}
+
+
+
+
+
+
+ content
+ explicit
+ true
+
+
+
+
+
+ text
+
+
+
+
+
+
+ true
+ ignored_
+
+
+ true
+ links
+ ignored_
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+ ${solr.replication.master:false}
+ commit
+ startup
+ ${solr.replication.confFiles:schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml}
+
+
+ ${solr.replication.slave:false}
+ ${solr.replication.masterUrl:http://localhost:8983/solr}/replication
+ ${solr.replication.pollInterval:00:00:60}
+
+
+
+
+
+
+ true
+ json
+ true
+
+
+
+
+
+
+
+ &spellcheck;
+
+
+
+
+ spell
+
+ default
+ wordbreak
+ on
+ false
+ false
+ 1
+ 5
+ 5
+ true
+ true
+ 10
+ 5
+
+
+ spellcheck
+
+
+
+
+ &extra;
+
+
+
+ true
+ und
+ 10
+
+
+ suggest
+
+
+
+
+
+
+
+
+ text
+ true
+
+
+ tvComponent
+
+
+
+
+
+
+
+
+
+ true
+ false
+
+
+ terms
+
+
+
+
+
+
+ false
+ false
+ false
+ true
+ false
+ 1
+ false
+ 10
+
+
+ terms
+ spellcheck
+ suggest
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+ text
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ,,
+ ,,
+ ,,
+ ,,
+ ,]]>
+ ]]>
+
+
+
+
+
+ 10
+ .,!?
+
+
+
+
+
+
+ WORD
+
+
+ en
+ US
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-2.3/conf/7.x/solrconfig_extra.xml b/configsets/search_api_solr_8.x-2.3/conf/7.x/solrconfig_extra.xml
new file mode 100644
index 0000000..0d41026
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.3/conf/7.x/solrconfig_extra.xml
@@ -0,0 +1,12 @@
+
+
+ und
+ AnalyzingInfixLookupFactory
+ DocumentDictionaryFactory
+ twm_suggest
+ text
+ sm_context_tags
+ true
+ false
+
+
diff --git a/configsets/search_api_solr_8.x-2.3/conf/7.x/solrconfig_index.xml b/configsets/search_api_solr_8.x-2.3/conf/7.x/solrconfig_index.xml
new file mode 100644
index 0000000..e69de29
diff --git a/configsets/search_api_solr_8.x-2.3/conf/7.x/solrconfig_spellcheck.xml b/configsets/search_api_solr_8.x-2.3/conf/7.x/solrconfig_spellcheck.xml
new file mode 100644
index 0000000..5c9d7ad
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.3/conf/7.x/solrconfig_spellcheck.xml
@@ -0,0 +1,89 @@
+
+
+
+ textSpell
+
+
+
+
+
+
+ default
+ spell
+ solr.DirectSolrSpellChecker
+
+ internal
+
+ 0.5
+
+ 2
+
+ 1
+
+ 5
+
+ 4
+
+ 0.01
+
+
+
+
+
+ wordbreak
+ solr.WordBreakSolrSpellChecker
+ name
+ true
+ true
+ 10
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-2.3/conf/7.x/solrcore.properties b/configsets/search_api_solr_8.x-2.3/conf/7.x/solrcore.properties
new file mode 100644
index 0000000..99f68c9
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.3/conf/7.x/solrcore.properties
@@ -0,0 +1,20 @@
+# Defines Solr properties for this specific core.
+solr.replication.master=false
+solr.replication.slave=false
+solr.replication.pollInterval=00:00:60
+solr.replication.masterUrl=http://localhost:8983/solr
+solr.replication.confFiles=schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml
+solr.mlt.timeAllowed=2000
+# You should not set your luceneMatchVersion to anything lower than your Solr
+# Version.
+solr.luceneMatchVersion=7.0
+solr.selectSearchHandler.timeAllowed=-1
+# don't autoCommit after x docs
+solr.autoCommit.MaxDocs=-1
+# autoCommit after 15 seconds
+solr.autoCommit.MaxTime=15000
+# don't autoSoftCommit after x docs
+solr.autoSoftCommit.MaxDocs=-1
+# don't autoSoftCommit after x seconds
+solr.autoSoftCommit.MaxTime=-1
+solr.install.dir=../../..
diff --git a/configsets/search_api_solr_8.x-2.3/conf/7.x/stopwords.txt b/configsets/search_api_solr_8.x-2.3/conf/7.x/stopwords.txt
new file mode 100644
index 0000000..d7f243e
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.3/conf/7.x/stopwords.txt
@@ -0,0 +1,4 @@
+# Contains words which shouldn't be indexed for fulltext fields, e.g., because
+# they're too common. For documentation of the format, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.StopFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_8.x-2.3/conf/7.x/synonyms.txt b/configsets/search_api_solr_8.x-2.3/conf/7.x/synonyms.txt
new file mode 100644
index 0000000..7d22eea
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.3/conf/7.x/synonyms.txt
@@ -0,0 +1,3 @@
+# Contains synonyms to use for your index. For the format used, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.SynonymFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_8.x-2.4/conf/6.x/elevate.xml b/configsets/search_api_solr_8.x-2.4/conf/6.x/elevate.xml
new file mode 100644
index 0000000..193a0e7
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.4/conf/6.x/elevate.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-2.4/conf/6.x/mapping-ISOLatin1Accent.txt b/configsets/search_api_solr_8.x-2.4/conf/6.x/mapping-ISOLatin1Accent.txt
new file mode 100644
index 0000000..b92d03c
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.4/conf/6.x/mapping-ISOLatin1Accent.txt
@@ -0,0 +1,14 @@
+# This file contains character mappings for the default fulltext field type.
+# The source characters (on the left) will be replaced by the respective target
+# characters before any other processing takes place.
+# Lines starting with a pound character # are ignored.
+#
+# For sensible defaults, use the mapping-ISOLatin1Accent.txt file distributed
+# with the example application of your Solr version.
+#
+# Examples:
+# "À" => "A"
+# "\u00c4" => "A"
+# "\u00c4" => "\u0041"
+# "æ" => "ae"
+# "\n" => " "
diff --git a/configsets/search_api_solr_8.x-2.4/conf/6.x/protwords.txt b/configsets/search_api_solr_8.x-2.4/conf/6.x/protwords.txt
new file mode 100644
index 0000000..cda8581
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.4/conf/6.x/protwords.txt
@@ -0,0 +1,7 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
diff --git a/configsets/search_api_solr_8.x-2.4/conf/6.x/schema.xml b/configsets/search_api_solr_8.x-2.4/conf/6.x/schema.xml
new file mode 100644
index 0000000..82411d7
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.4/conf/6.x/schema.xml
@@ -0,0 +1,766 @@
+
+
+
+
+]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ &extrafields;
+
+
+ &extratypes;
+
+
+ id
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-2.4/conf/6.x/schema_extra_fields.xml b/configsets/search_api_solr_8.x-2.4/conf/6.x/schema_extra_fields.xml
new file mode 100644
index 0000000..4cb53ea
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.4/conf/6.x/schema_extra_fields.xml
@@ -0,0 +1,13 @@
+
+Don't use the config XML templates directly. Use the config generator to get
+your individual config files. Use the "Get config.zip" button in the UI or
+drush solr-gsc my_solr_server
+See INSTALL.md for details.
diff --git a/configsets/search_api_solr_8.x-2.4/conf/6.x/schema_extra_types.xml b/configsets/search_api_solr_8.x-2.4/conf/6.x/schema_extra_types.xml
new file mode 100644
index 0000000..e5c06ae
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.4/conf/6.x/schema_extra_types.xml
@@ -0,0 +1,59 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-2.4/conf/6.x/solrconfig.xml b/configsets/search_api_solr_8.x-2.4/conf/6.x/solrconfig.xml
new file mode 100644
index 0000000..7fcaa07
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.4/conf/6.x/solrconfig.xml
@@ -0,0 +1,1476 @@
+
+
+
+
+
+]>
+
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+ ${solr.luceneMatchVersion:LUCENE_64}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.data.dir:}
+
+
+
+
+
+
+
+
+ ${solr.hdfs.home:}
+
+ ${solr.hdfs.confdir:}
+
+ ${solr.hdfs.blockcache.enabled:true}
+
+ ${solr.hdfs.blockcache.global:true}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 4
+
+
+
+
+
+
+ ${solr.lock.type:native}
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+ &index;
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.ulog.dir:}
+
+
+
+
+ ${solr.autoCommit.MaxDocs:10000}
+ ${solr.autoCommit.MaxTime:120000}
+ false
+
+
+
+
+ ${solr.autoSoftCommit.MaxDocs:2000}
+ ${solr.autoSoftCommit.MaxTime:10000}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+ 20
+
+
+ 200
+
+
+
+
+
+
+
+
+
+
+
+ static firstSearcher warming in solrconfig.xml
+
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ lucene
+ id
+ explicit
+ true
+
+ ${solr.selectSearchHandler.timeAllowed:-1}
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+ elevator
+
+
+
+
+
+
+ explicit
+ json
+ true
+ text
+
+
+
+
+
+
+
+
+
+ content
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+ ${solr.mlt.timeAllowed:2000}
+
+
+
+
+
+
+ content
+ explicit
+ true
+
+
+
+
+
+ text
+
+
+
+
+
+
+ true
+ ignored_
+
+
+ true
+ links
+ ignored_
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+ ${solr.replication.master:false}
+ commit
+ startup
+ ${solr.replication.confFiles:schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml}
+
+
+ ${solr.replication.slave:false}
+ ${solr.replication.masterUrl:http://localhost:8983/solr}/replication
+ ${solr.replication.pollInterval:00:00:60}
+
+
+
+
+
+
+ true
+ json
+ true
+
+
+
+
+
+
+
+ &spellcheck;
+
+
+
+
+ spell
+
+ default
+ wordbreak
+ on
+ false
+ false
+ 1
+ 5
+ 5
+ true
+ true
+ 10
+ 5
+
+
+ spellcheck
+
+
+
+
+ &extra;
+
+
+
+ true
+ und
+ 10
+
+
+ suggest
+
+
+
+
+
+
+
+
+ text
+ true
+
+
+ tvComponent
+
+
+
+
+
+
+
+
+
+ true
+ false
+
+
+ terms
+
+
+
+
+
+
+ false
+ false
+ false
+ true
+ false
+ 1
+ false
+ 10
+
+
+ terms
+ spellcheck
+ suggest
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+ text
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ,,
+ ,,
+ ,,
+ ,,
+ ,]]>
+ ]]>
+
+
+
+
+
+ 10
+ .,!?
+
+
+
+
+
+
+ WORD
+
+
+ en
+ US
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ application/json; charset=UTF-8
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-2.4/conf/6.x/solrconfig_extra.xml b/configsets/search_api_solr_8.x-2.4/conf/6.x/solrconfig_extra.xml
new file mode 100644
index 0000000..0d41026
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.4/conf/6.x/solrconfig_extra.xml
@@ -0,0 +1,12 @@
+
+
+ und
+ AnalyzingInfixLookupFactory
+ DocumentDictionaryFactory
+ twm_suggest
+ text
+ sm_context_tags
+ true
+ false
+
+
diff --git a/configsets/search_api_solr_8.x-2.4/conf/6.x/solrconfig_index.xml b/configsets/search_api_solr_8.x-2.4/conf/6.x/solrconfig_index.xml
new file mode 100644
index 0000000..e69de29
diff --git a/configsets/search_api_solr_8.x-2.4/conf/6.x/solrconfig_spellcheck.xml b/configsets/search_api_solr_8.x-2.4/conf/6.x/solrconfig_spellcheck.xml
new file mode 100644
index 0000000..5c9d7ad
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.4/conf/6.x/solrconfig_spellcheck.xml
@@ -0,0 +1,89 @@
+
+
+
+ textSpell
+
+
+
+
+
+
+ default
+ spell
+ solr.DirectSolrSpellChecker
+
+ internal
+
+ 0.5
+
+ 2
+
+ 1
+
+ 5
+
+ 4
+
+ 0.01
+
+
+
+
+
+ wordbreak
+ solr.WordBreakSolrSpellChecker
+ name
+ true
+ true
+ 10
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-2.4/conf/6.x/solrcore.properties b/configsets/search_api_solr_8.x-2.4/conf/6.x/solrcore.properties
new file mode 100644
index 0000000..d7d045b
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.4/conf/6.x/solrcore.properties
@@ -0,0 +1,20 @@
+# Defines Solr properties for this specific core.
+solr.replication.master=false
+solr.replication.slave=false
+solr.replication.pollInterval=00:00:60
+solr.replication.masterUrl=http://localhost:8983/solr
+solr.replication.confFiles=schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml
+solr.mlt.timeAllowed=2000
+# You should not set your luceneMatchVersion to anything lower than your Solr
+# Version.
+solr.luceneMatchVersion=6.0
+solr.selectSearchHandler.timeAllowed=-1
+# autoCommit after 10000 docs
+solr.autoCommit.MaxDocs=10000
+# autoCommit after 2 minutes
+solr.autoCommit.MaxTime=120000
+# autoSoftCommit after 2000 docs
+solr.autoSoftCommit.MaxDocs=2000
+# autoSoftCommit after 10 seconds
+solr.autoSoftCommit.MaxTime=10000
+solr.install.dir=../../..
diff --git a/configsets/search_api_solr_8.x-2.4/conf/6.x/stopwords.txt b/configsets/search_api_solr_8.x-2.4/conf/6.x/stopwords.txt
new file mode 100644
index 0000000..d7f243e
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.4/conf/6.x/stopwords.txt
@@ -0,0 +1,4 @@
+# Contains words which shouldn't be indexed for fulltext fields, e.g., because
+# they're too common. For documentation of the format, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.StopFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_8.x-2.4/conf/6.x/synonyms.txt b/configsets/search_api_solr_8.x-2.4/conf/6.x/synonyms.txt
new file mode 100644
index 0000000..7d22eea
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.4/conf/6.x/synonyms.txt
@@ -0,0 +1,3 @@
+# Contains synonyms to use for your index. For the format used, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.SynonymFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_8.x-2.4/conf/7.x/elevate.xml b/configsets/search_api_solr_8.x-2.4/conf/7.x/elevate.xml
new file mode 100644
index 0000000..193a0e7
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.4/conf/7.x/elevate.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-2.4/conf/7.x/mapping-ISOLatin1Accent.txt b/configsets/search_api_solr_8.x-2.4/conf/7.x/mapping-ISOLatin1Accent.txt
new file mode 100644
index 0000000..b92d03c
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.4/conf/7.x/mapping-ISOLatin1Accent.txt
@@ -0,0 +1,14 @@
+# This file contains character mappings for the default fulltext field type.
+# The source characters (on the left) will be replaced by the respective target
+# characters before any other processing takes place.
+# Lines starting with a pound character # are ignored.
+#
+# For sensible defaults, use the mapping-ISOLatin1Accent.txt file distributed
+# with the example application of your Solr version.
+#
+# Examples:
+# "À" => "A"
+# "\u00c4" => "A"
+# "\u00c4" => "\u0041"
+# "æ" => "ae"
+# "\n" => " "
diff --git a/configsets/search_api_solr_8.x-2.4/conf/7.x/protwords.txt b/configsets/search_api_solr_8.x-2.4/conf/7.x/protwords.txt
new file mode 100644
index 0000000..cda8581
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.4/conf/7.x/protwords.txt
@@ -0,0 +1,7 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
diff --git a/configsets/search_api_solr_8.x-2.4/conf/7.x/schema.xml b/configsets/search_api_solr_8.x-2.4/conf/7.x/schema.xml
new file mode 100644
index 0000000..fcc662a
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.4/conf/7.x/schema.xml
@@ -0,0 +1,696 @@
+
+
+
+
+]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ &extrafields;
+
+
+ &extratypes;
+
+
+ id
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-2.4/conf/7.x/schema_extra_fields.xml b/configsets/search_api_solr_8.x-2.4/conf/7.x/schema_extra_fields.xml
new file mode 100644
index 0000000..4cb53ea
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.4/conf/7.x/schema_extra_fields.xml
@@ -0,0 +1,13 @@
+
+Don't use the config XML templates directly. Use the config generator to get
+your individual config files. Use the "Get config.zip" button in the UI or
+drush solr-gsc my_solr_server
+See INSTALL.md for details.
diff --git a/configsets/search_api_solr_8.x-2.4/conf/7.x/schema_extra_types.xml b/configsets/search_api_solr_8.x-2.4/conf/7.x/schema_extra_types.xml
new file mode 100644
index 0000000..38b90dc
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.4/conf/7.x/schema_extra_types.xml
@@ -0,0 +1,59 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-2.4/conf/7.x/solrconfig.xml b/configsets/search_api_solr_8.x-2.4/conf/7.x/solrconfig.xml
new file mode 100644
index 0000000..4077b01
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.4/conf/7.x/solrconfig.xml
@@ -0,0 +1,1413 @@
+
+
+
+
+
+]>
+
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+ ${solr.luceneMatchVersion:LUCENE_70}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.data.dir:}
+
+
+
+
+
+
+
+
+ ${solr.hdfs.home:}
+
+ ${solr.hdfs.confdir:}
+
+ ${solr.hdfs.blockcache.enabled:true}
+
+ ${solr.hdfs.blockcache.global:true}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.lock.type:native}
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+ &index;
+
+
+
+
+
+
+
+
+ ${solr.ulog.dir:}
+
+
+
+
+ ${solr.autoCommit.MaxDocs:-1}
+ ${solr.autoCommit.MaxTime:15000}
+ false
+
+
+
+
+
+ ${solr.autoSoftCommit.MaxDocs:-1}
+ ${solr.autoSoftCommit.MaxTime:-1}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+ 20
+
+
+ 200
+
+
+
+
+
+
+
+
+
+
+
+ static firstSearcher warming in solrconfig.xml
+
+
+
+
+
+ false
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ lucene
+ id
+ explicit
+ true
+
+ ${solr.selectSearchHandler.timeAllowed:-1}
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+ elevator
+
+
+
+
+
+
+ explicit
+ json
+ true
+ text
+
+
+
+
+
+
+
+
+
+ content
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+ ${solr.mlt.timeAllowed:2000}
+
+
+
+
+
+
+ content
+ explicit
+ true
+
+
+
+
+
+ text
+
+
+
+
+
+
+ true
+ ignored_
+
+
+ true
+ links
+ ignored_
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+ ${solr.replication.master:false}
+ commit
+ startup
+ ${solr.replication.confFiles:schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml}
+
+
+ ${solr.replication.slave:false}
+ ${solr.replication.masterUrl:http://localhost:8983/solr}/replication
+ ${solr.replication.pollInterval:00:00:60}
+
+
+
+
+
+
+ true
+ json
+ true
+
+
+
+
+
+
+
+ &spellcheck;
+
+
+
+
+ spell
+
+ default
+ wordbreak
+ on
+ false
+ false
+ 1
+ 5
+ 5
+ true
+ true
+ 10
+ 5
+
+
+ spellcheck
+
+
+
+
+ &extra;
+
+
+
+ true
+ und
+ 10
+
+
+ suggest
+
+
+
+
+
+
+
+
+ text
+ true
+
+
+ tvComponent
+
+
+
+
+
+
+
+
+
+ true
+ false
+
+
+ terms
+
+
+
+
+
+
+ false
+ false
+ false
+ true
+ false
+ 1
+ false
+ 10
+
+
+ terms
+ spellcheck
+ suggest
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+ text
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ,,
+ ,,
+ ,,
+ ,,
+ ,]]>
+ ]]>
+
+
+
+
+
+ 10
+ .,!?
+
+
+
+
+
+
+ WORD
+
+
+ en
+ US
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-2.4/conf/7.x/solrconfig_extra.xml b/configsets/search_api_solr_8.x-2.4/conf/7.x/solrconfig_extra.xml
new file mode 100644
index 0000000..0d41026
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.4/conf/7.x/solrconfig_extra.xml
@@ -0,0 +1,12 @@
+
+
+ und
+ AnalyzingInfixLookupFactory
+ DocumentDictionaryFactory
+ twm_suggest
+ text
+ sm_context_tags
+ true
+ false
+
+
diff --git a/configsets/search_api_solr_8.x-2.4/conf/7.x/solrconfig_index.xml b/configsets/search_api_solr_8.x-2.4/conf/7.x/solrconfig_index.xml
new file mode 100644
index 0000000..e69de29
diff --git a/configsets/search_api_solr_8.x-2.4/conf/7.x/solrconfig_spellcheck.xml b/configsets/search_api_solr_8.x-2.4/conf/7.x/solrconfig_spellcheck.xml
new file mode 100644
index 0000000..5c9d7ad
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.4/conf/7.x/solrconfig_spellcheck.xml
@@ -0,0 +1,89 @@
+
+
+
+ textSpell
+
+
+
+
+
+
+ default
+ spell
+ solr.DirectSolrSpellChecker
+
+ internal
+
+ 0.5
+
+ 2
+
+ 1
+
+ 5
+
+ 4
+
+ 0.01
+
+
+
+
+
+ wordbreak
+ solr.WordBreakSolrSpellChecker
+ name
+ true
+ true
+ 10
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-2.4/conf/7.x/solrcore.properties b/configsets/search_api_solr_8.x-2.4/conf/7.x/solrcore.properties
new file mode 100644
index 0000000..dcb8a82
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.4/conf/7.x/solrcore.properties
@@ -0,0 +1,20 @@
+# Defines Solr properties for this specific core.
+solr.replication.master=false
+solr.replication.slave=false
+solr.replication.pollInterval=00:00:60
+solr.replication.masterUrl=http://localhost:8983/solr
+solr.replication.confFiles=schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml
+solr.mlt.timeAllowed=2000
+# You should not set your luceneMatchVersion to anything lower than your Solr
+# Version.
+solr.luceneMatchVersion=7.0
+solr.selectSearchHandler.timeAllowed=-1
+# don't autoCommit after x docs
+solr.autoCommit.MaxDocs=-1
+# autoCommit after 15 seconds
+solr.autoCommit.MaxTime=15000
+# don't autoSoftCommit after x docs
+solr.autoSoftCommit.MaxDocs=-1
+# don't autoSoftCommit after x seconds
+solr.autoSoftCommit.MaxTime=-1
+#solr.install.dir=../../..
diff --git a/configsets/search_api_solr_8.x-2.4/conf/7.x/stopwords.txt b/configsets/search_api_solr_8.x-2.4/conf/7.x/stopwords.txt
new file mode 100644
index 0000000..d7f243e
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.4/conf/7.x/stopwords.txt
@@ -0,0 +1,4 @@
+# Contains words which shouldn't be indexed for fulltext fields, e.g., because
+# they're too common. For documentation of the format, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.StopFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_8.x-2.4/conf/7.x/synonyms.txt b/configsets/search_api_solr_8.x-2.4/conf/7.x/synonyms.txt
new file mode 100644
index 0000000..7d22eea
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.4/conf/7.x/synonyms.txt
@@ -0,0 +1,3 @@
+# Contains synonyms to use for your index. For the format used, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.SynonymFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_8.x-2.5/conf/6.x/elevate.xml b/configsets/search_api_solr_8.x-2.5/conf/6.x/elevate.xml
new file mode 100644
index 0000000..193a0e7
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.5/conf/6.x/elevate.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-2.5/conf/6.x/mapping-ISOLatin1Accent.txt b/configsets/search_api_solr_8.x-2.5/conf/6.x/mapping-ISOLatin1Accent.txt
new file mode 100644
index 0000000..b92d03c
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.5/conf/6.x/mapping-ISOLatin1Accent.txt
@@ -0,0 +1,14 @@
+# This file contains character mappings for the default fulltext field type.
+# The source characters (on the left) will be replaced by the respective target
+# characters before any other processing takes place.
+# Lines starting with a pound character # are ignored.
+#
+# For sensible defaults, use the mapping-ISOLatin1Accent.txt file distributed
+# with the example application of your Solr version.
+#
+# Examples:
+# "À" => "A"
+# "\u00c4" => "A"
+# "\u00c4" => "\u0041"
+# "æ" => "ae"
+# "\n" => " "
diff --git a/configsets/search_api_solr_8.x-2.5/conf/6.x/protwords.txt b/configsets/search_api_solr_8.x-2.5/conf/6.x/protwords.txt
new file mode 100644
index 0000000..cda8581
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.5/conf/6.x/protwords.txt
@@ -0,0 +1,7 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
diff --git a/configsets/search_api_solr_8.x-2.5/conf/6.x/schema.xml b/configsets/search_api_solr_8.x-2.5/conf/6.x/schema.xml
new file mode 100644
index 0000000..82411d7
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.5/conf/6.x/schema.xml
@@ -0,0 +1,766 @@
+
+
+
+
+]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ &extrafields;
+
+
+ &extratypes;
+
+
+ id
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-2.5/conf/6.x/schema_extra_fields.xml b/configsets/search_api_solr_8.x-2.5/conf/6.x/schema_extra_fields.xml
new file mode 100644
index 0000000..4cb53ea
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.5/conf/6.x/schema_extra_fields.xml
@@ -0,0 +1,13 @@
+
+Don't use the config XML templates directly. Use the config generator to get
+your individual config files. Use the "Get config.zip" button in the UI or
+drush solr-gsc my_solr_server
+See INSTALL.md for details.
diff --git a/configsets/search_api_solr_8.x-2.5/conf/6.x/schema_extra_types.xml b/configsets/search_api_solr_8.x-2.5/conf/6.x/schema_extra_types.xml
new file mode 100644
index 0000000..e5c06ae
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.5/conf/6.x/schema_extra_types.xml
@@ -0,0 +1,59 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-2.5/conf/6.x/solrconfig.xml b/configsets/search_api_solr_8.x-2.5/conf/6.x/solrconfig.xml
new file mode 100644
index 0000000..7fcaa07
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.5/conf/6.x/solrconfig.xml
@@ -0,0 +1,1476 @@
+
+
+
+
+
+]>
+
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+ ${solr.luceneMatchVersion:LUCENE_64}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.data.dir:}
+
+
+
+
+
+
+
+
+ ${solr.hdfs.home:}
+
+ ${solr.hdfs.confdir:}
+
+ ${solr.hdfs.blockcache.enabled:true}
+
+ ${solr.hdfs.blockcache.global:true}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 4
+
+
+
+
+
+
+ ${solr.lock.type:native}
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+ &index;
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.ulog.dir:}
+
+
+
+
+ ${solr.autoCommit.MaxDocs:10000}
+ ${solr.autoCommit.MaxTime:120000}
+ false
+
+
+
+
+ ${solr.autoSoftCommit.MaxDocs:2000}
+ ${solr.autoSoftCommit.MaxTime:10000}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+ 20
+
+
+ 200
+
+
+
+
+
+
+
+
+
+
+
+ static firstSearcher warming in solrconfig.xml
+
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ lucene
+ id
+ explicit
+ true
+
+ ${solr.selectSearchHandler.timeAllowed:-1}
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+ elevator
+
+
+
+
+
+
+ explicit
+ json
+ true
+ text
+
+
+
+
+
+
+
+
+
+ content
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+ ${solr.mlt.timeAllowed:2000}
+
+
+
+
+
+
+ content
+ explicit
+ true
+
+
+
+
+
+ text
+
+
+
+
+
+
+ true
+ ignored_
+
+
+ true
+ links
+ ignored_
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+ ${solr.replication.master:false}
+ commit
+ startup
+ ${solr.replication.confFiles:schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml}
+
+
+ ${solr.replication.slave:false}
+ ${solr.replication.masterUrl:http://localhost:8983/solr}/replication
+ ${solr.replication.pollInterval:00:00:60}
+
+
+
+
+
+
+ true
+ json
+ true
+
+
+
+
+
+
+
+ &spellcheck;
+
+
+
+
+ spell
+
+ default
+ wordbreak
+ on
+ false
+ false
+ 1
+ 5
+ 5
+ true
+ true
+ 10
+ 5
+
+
+ spellcheck
+
+
+
+
+ &extra;
+
+
+
+ true
+ und
+ 10
+
+
+ suggest
+
+
+
+
+
+
+
+
+ text
+ true
+
+
+ tvComponent
+
+
+
+
+
+
+
+
+
+ true
+ false
+
+
+ terms
+
+
+
+
+
+
+ false
+ false
+ false
+ true
+ false
+ 1
+ false
+ 10
+
+
+ terms
+ spellcheck
+ suggest
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+ text
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ,,
+ ,,
+ ,,
+ ,,
+ ,]]>
+ ]]>
+
+
+
+
+
+ 10
+ .,!?
+
+
+
+
+
+
+ WORD
+
+
+ en
+ US
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ application/json; charset=UTF-8
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-2.5/conf/6.x/solrconfig_extra.xml b/configsets/search_api_solr_8.x-2.5/conf/6.x/solrconfig_extra.xml
new file mode 100644
index 0000000..0d41026
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.5/conf/6.x/solrconfig_extra.xml
@@ -0,0 +1,12 @@
+
+
+ und
+ AnalyzingInfixLookupFactory
+ DocumentDictionaryFactory
+ twm_suggest
+ text
+ sm_context_tags
+ true
+ false
+
+
diff --git a/configsets/search_api_solr_8.x-2.5/conf/6.x/solrconfig_index.xml b/configsets/search_api_solr_8.x-2.5/conf/6.x/solrconfig_index.xml
new file mode 100644
index 0000000..e69de29
diff --git a/configsets/search_api_solr_8.x-2.5/conf/6.x/solrconfig_spellcheck.xml b/configsets/search_api_solr_8.x-2.5/conf/6.x/solrconfig_spellcheck.xml
new file mode 100644
index 0000000..5c9d7ad
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.5/conf/6.x/solrconfig_spellcheck.xml
@@ -0,0 +1,89 @@
+
+
+
+ textSpell
+
+
+
+
+
+
+ default
+ spell
+ solr.DirectSolrSpellChecker
+
+ internal
+
+ 0.5
+
+ 2
+
+ 1
+
+ 5
+
+ 4
+
+ 0.01
+
+
+
+
+
+ wordbreak
+ solr.WordBreakSolrSpellChecker
+ name
+ true
+ true
+ 10
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-2.5/conf/6.x/solrcore.properties b/configsets/search_api_solr_8.x-2.5/conf/6.x/solrcore.properties
new file mode 100644
index 0000000..d7d045b
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.5/conf/6.x/solrcore.properties
@@ -0,0 +1,20 @@
+# Defines Solr properties for this specific core.
+solr.replication.master=false
+solr.replication.slave=false
+solr.replication.pollInterval=00:00:60
+solr.replication.masterUrl=http://localhost:8983/solr
+solr.replication.confFiles=schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml
+solr.mlt.timeAllowed=2000
+# You should not set your luceneMatchVersion to anything lower than your Solr
+# Version.
+solr.luceneMatchVersion=6.0
+solr.selectSearchHandler.timeAllowed=-1
+# autoCommit after 10000 docs
+solr.autoCommit.MaxDocs=10000
+# autoCommit after 2 minutes
+solr.autoCommit.MaxTime=120000
+# autoSoftCommit after 2000 docs
+solr.autoSoftCommit.MaxDocs=2000
+# autoSoftCommit after 10 seconds
+solr.autoSoftCommit.MaxTime=10000
+solr.install.dir=../../..
diff --git a/configsets/search_api_solr_8.x-2.5/conf/6.x/stopwords.txt b/configsets/search_api_solr_8.x-2.5/conf/6.x/stopwords.txt
new file mode 100644
index 0000000..d7f243e
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.5/conf/6.x/stopwords.txt
@@ -0,0 +1,4 @@
+# Contains words which shouldn't be indexed for fulltext fields, e.g., because
+# they're too common. For documentation of the format, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.StopFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_8.x-2.5/conf/6.x/synonyms.txt b/configsets/search_api_solr_8.x-2.5/conf/6.x/synonyms.txt
new file mode 100644
index 0000000..7d22eea
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.5/conf/6.x/synonyms.txt
@@ -0,0 +1,3 @@
+# Contains synonyms to use for your index. For the format used, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.SynonymFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_8.x-2.5/conf/7.x/elevate.xml b/configsets/search_api_solr_8.x-2.5/conf/7.x/elevate.xml
new file mode 100644
index 0000000..193a0e7
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.5/conf/7.x/elevate.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-2.5/conf/7.x/mapping-ISOLatin1Accent.txt b/configsets/search_api_solr_8.x-2.5/conf/7.x/mapping-ISOLatin1Accent.txt
new file mode 100644
index 0000000..b92d03c
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.5/conf/7.x/mapping-ISOLatin1Accent.txt
@@ -0,0 +1,14 @@
+# This file contains character mappings for the default fulltext field type.
+# The source characters (on the left) will be replaced by the respective target
+# characters before any other processing takes place.
+# Lines starting with a pound character # are ignored.
+#
+# For sensible defaults, use the mapping-ISOLatin1Accent.txt file distributed
+# with the example application of your Solr version.
+#
+# Examples:
+# "À" => "A"
+# "\u00c4" => "A"
+# "\u00c4" => "\u0041"
+# "æ" => "ae"
+# "\n" => " "
diff --git a/configsets/search_api_solr_8.x-2.5/conf/7.x/protwords.txt b/configsets/search_api_solr_8.x-2.5/conf/7.x/protwords.txt
new file mode 100644
index 0000000..cda8581
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.5/conf/7.x/protwords.txt
@@ -0,0 +1,7 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
diff --git a/configsets/search_api_solr_8.x-2.5/conf/7.x/schema.xml b/configsets/search_api_solr_8.x-2.5/conf/7.x/schema.xml
new file mode 100644
index 0000000..fcc662a
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.5/conf/7.x/schema.xml
@@ -0,0 +1,696 @@
+
+
+
+
+]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ &extrafields;
+
+
+ &extratypes;
+
+
+ id
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-2.5/conf/7.x/schema_extra_fields.xml b/configsets/search_api_solr_8.x-2.5/conf/7.x/schema_extra_fields.xml
new file mode 100644
index 0000000..4cb53ea
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.5/conf/7.x/schema_extra_fields.xml
@@ -0,0 +1,13 @@
+
+Don't use the config XML templates directly. Use the config generator to get
+your individual config files. Use the "Get config.zip" button in the UI or
+drush solr-gsc my_solr_server
+See INSTALL.md for details.
diff --git a/configsets/search_api_solr_8.x-2.5/conf/7.x/schema_extra_types.xml b/configsets/search_api_solr_8.x-2.5/conf/7.x/schema_extra_types.xml
new file mode 100644
index 0000000..38b90dc
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.5/conf/7.x/schema_extra_types.xml
@@ -0,0 +1,59 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-2.5/conf/7.x/solrconfig.xml b/configsets/search_api_solr_8.x-2.5/conf/7.x/solrconfig.xml
new file mode 100644
index 0000000..4077b01
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.5/conf/7.x/solrconfig.xml
@@ -0,0 +1,1413 @@
+
+
+
+
+
+]>
+
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+ ${solr.luceneMatchVersion:LUCENE_70}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.data.dir:}
+
+
+
+
+
+
+
+
+ ${solr.hdfs.home:}
+
+ ${solr.hdfs.confdir:}
+
+ ${solr.hdfs.blockcache.enabled:true}
+
+ ${solr.hdfs.blockcache.global:true}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.lock.type:native}
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+ &index;
+
+
+
+
+
+
+
+
+ ${solr.ulog.dir:}
+
+
+
+
+ ${solr.autoCommit.MaxDocs:-1}
+ ${solr.autoCommit.MaxTime:15000}
+ false
+
+
+
+
+
+ ${solr.autoSoftCommit.MaxDocs:-1}
+ ${solr.autoSoftCommit.MaxTime:-1}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+ 20
+
+
+ 200
+
+
+
+
+
+
+
+
+
+
+
+ static firstSearcher warming in solrconfig.xml
+
+
+
+
+
+ false
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ lucene
+ id
+ explicit
+ true
+
+ ${solr.selectSearchHandler.timeAllowed:-1}
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+ elevator
+
+
+
+
+
+
+ explicit
+ json
+ true
+ text
+
+
+
+
+
+
+
+
+
+ content
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+ ${solr.mlt.timeAllowed:2000}
+
+
+
+
+
+
+ content
+ explicit
+ true
+
+
+
+
+
+ text
+
+
+
+
+
+
+ true
+ ignored_
+
+
+ true
+ links
+ ignored_
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+ ${solr.replication.master:false}
+ commit
+ startup
+ ${solr.replication.confFiles:schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml}
+
+
+ ${solr.replication.slave:false}
+ ${solr.replication.masterUrl:http://localhost:8983/solr}/replication
+ ${solr.replication.pollInterval:00:00:60}
+
+
+
+
+
+
+ true
+ json
+ true
+
+
+
+
+
+
+
+ &spellcheck;
+
+
+
+
+ spell
+
+ default
+ wordbreak
+ on
+ false
+ false
+ 1
+ 5
+ 5
+ true
+ true
+ 10
+ 5
+
+
+ spellcheck
+
+
+
+
+ &extra;
+
+
+
+ true
+ und
+ 10
+
+
+ suggest
+
+
+
+
+
+
+
+
+ text
+ true
+
+
+ tvComponent
+
+
+
+
+
+
+
+
+
+ true
+ false
+
+
+ terms
+
+
+
+
+
+
+ false
+ false
+ false
+ true
+ false
+ 1
+ false
+ 10
+
+
+ terms
+ spellcheck
+ suggest
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+ text
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ,,
+ ,,
+ ,,
+ ,,
+ ,]]>
+ ]]>
+
+
+
+
+
+ 10
+ .,!?
+
+
+
+
+
+
+ WORD
+
+
+ en
+ US
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-2.5/conf/7.x/solrconfig_extra.xml b/configsets/search_api_solr_8.x-2.5/conf/7.x/solrconfig_extra.xml
new file mode 100644
index 0000000..0d41026
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.5/conf/7.x/solrconfig_extra.xml
@@ -0,0 +1,12 @@
+
+
+ und
+ AnalyzingInfixLookupFactory
+ DocumentDictionaryFactory
+ twm_suggest
+ text
+ sm_context_tags
+ true
+ false
+
+
diff --git a/configsets/search_api_solr_8.x-2.5/conf/7.x/solrconfig_index.xml b/configsets/search_api_solr_8.x-2.5/conf/7.x/solrconfig_index.xml
new file mode 100644
index 0000000..e69de29
diff --git a/configsets/search_api_solr_8.x-2.5/conf/7.x/solrconfig_spellcheck.xml b/configsets/search_api_solr_8.x-2.5/conf/7.x/solrconfig_spellcheck.xml
new file mode 100644
index 0000000..5c9d7ad
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.5/conf/7.x/solrconfig_spellcheck.xml
@@ -0,0 +1,89 @@
+
+
+
+ textSpell
+
+
+
+
+
+
+ default
+ spell
+ solr.DirectSolrSpellChecker
+
+ internal
+
+ 0.5
+
+ 2
+
+ 1
+
+ 5
+
+ 4
+
+ 0.01
+
+
+
+
+
+ wordbreak
+ solr.WordBreakSolrSpellChecker
+ name
+ true
+ true
+ 10
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-2.5/conf/7.x/solrcore.properties b/configsets/search_api_solr_8.x-2.5/conf/7.x/solrcore.properties
new file mode 100644
index 0000000..99f68c9
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.5/conf/7.x/solrcore.properties
@@ -0,0 +1,20 @@
+# Defines Solr properties for this specific core.
+solr.replication.master=false
+solr.replication.slave=false
+solr.replication.pollInterval=00:00:60
+solr.replication.masterUrl=http://localhost:8983/solr
+solr.replication.confFiles=schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml
+solr.mlt.timeAllowed=2000
+# You should not set your luceneMatchVersion to anything lower than your Solr
+# Version.
+solr.luceneMatchVersion=7.0
+solr.selectSearchHandler.timeAllowed=-1
+# don't autoCommit after x docs
+solr.autoCommit.MaxDocs=-1
+# autoCommit after 15 seconds
+solr.autoCommit.MaxTime=15000
+# don't autoSoftCommit after x docs
+solr.autoSoftCommit.MaxDocs=-1
+# don't autoSoftCommit after x seconds
+solr.autoSoftCommit.MaxTime=-1
+solr.install.dir=../../..
diff --git a/configsets/search_api_solr_8.x-2.5/conf/7.x/stopwords.txt b/configsets/search_api_solr_8.x-2.5/conf/7.x/stopwords.txt
new file mode 100644
index 0000000..d7f243e
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.5/conf/7.x/stopwords.txt
@@ -0,0 +1,4 @@
+# Contains words which shouldn't be indexed for fulltext fields, e.g., because
+# they're too common. For documentation of the format, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.StopFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_8.x-2.5/conf/7.x/synonyms.txt b/configsets/search_api_solr_8.x-2.5/conf/7.x/synonyms.txt
new file mode 100644
index 0000000..7d22eea
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.5/conf/7.x/synonyms.txt
@@ -0,0 +1,3 @@
+# Contains synonyms to use for your index. For the format used, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.SynonymFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_8.x-2.6/conf/6.x/elevate.xml b/configsets/search_api_solr_8.x-2.6/conf/6.x/elevate.xml
new file mode 100644
index 0000000..193a0e7
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.6/conf/6.x/elevate.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-2.6/conf/6.x/mapping-ISOLatin1Accent.txt b/configsets/search_api_solr_8.x-2.6/conf/6.x/mapping-ISOLatin1Accent.txt
new file mode 100644
index 0000000..b92d03c
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.6/conf/6.x/mapping-ISOLatin1Accent.txt
@@ -0,0 +1,14 @@
+# This file contains character mappings for the default fulltext field type.
+# The source characters (on the left) will be replaced by the respective target
+# characters before any other processing takes place.
+# Lines starting with a pound character # are ignored.
+#
+# For sensible defaults, use the mapping-ISOLatin1Accent.txt file distributed
+# with the example application of your Solr version.
+#
+# Examples:
+# "À" => "A"
+# "\u00c4" => "A"
+# "\u00c4" => "\u0041"
+# "æ" => "ae"
+# "\n" => " "
diff --git a/configsets/search_api_solr_8.x-2.6/conf/6.x/protwords.txt b/configsets/search_api_solr_8.x-2.6/conf/6.x/protwords.txt
new file mode 100644
index 0000000..cda8581
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.6/conf/6.x/protwords.txt
@@ -0,0 +1,7 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
diff --git a/configsets/search_api_solr_8.x-2.6/conf/6.x/schema.xml b/configsets/search_api_solr_8.x-2.6/conf/6.x/schema.xml
new file mode 100644
index 0000000..82411d7
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.6/conf/6.x/schema.xml
@@ -0,0 +1,766 @@
+
+
+
+
+]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ &extrafields;
+
+
+ &extratypes;
+
+
+ id
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-2.6/conf/6.x/schema_extra_fields.xml b/configsets/search_api_solr_8.x-2.6/conf/6.x/schema_extra_fields.xml
new file mode 100644
index 0000000..4cb53ea
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.6/conf/6.x/schema_extra_fields.xml
@@ -0,0 +1,13 @@
+
+Don't use the config XML templates directly. Use the config generator to get
+your individual config files. Use the "Get config.zip" button in the UI or
+drush solr-gsc my_solr_server
+See INSTALL.md for details.
diff --git a/configsets/search_api_solr_8.x-2.6/conf/6.x/schema_extra_types.xml b/configsets/search_api_solr_8.x-2.6/conf/6.x/schema_extra_types.xml
new file mode 100644
index 0000000..e5c06ae
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.6/conf/6.x/schema_extra_types.xml
@@ -0,0 +1,59 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-2.6/conf/6.x/solrconfig.xml b/configsets/search_api_solr_8.x-2.6/conf/6.x/solrconfig.xml
new file mode 100644
index 0000000..7fcaa07
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.6/conf/6.x/solrconfig.xml
@@ -0,0 +1,1476 @@
+
+
+
+
+
+]>
+
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+ ${solr.luceneMatchVersion:LUCENE_64}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.data.dir:}
+
+
+
+
+
+
+
+
+ ${solr.hdfs.home:}
+
+ ${solr.hdfs.confdir:}
+
+ ${solr.hdfs.blockcache.enabled:true}
+
+ ${solr.hdfs.blockcache.global:true}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 4
+
+
+
+
+
+
+ ${solr.lock.type:native}
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+ &index;
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.ulog.dir:}
+
+
+
+
+ ${solr.autoCommit.MaxDocs:10000}
+ ${solr.autoCommit.MaxTime:120000}
+ false
+
+
+
+
+ ${solr.autoSoftCommit.MaxDocs:2000}
+ ${solr.autoSoftCommit.MaxTime:10000}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+ 20
+
+
+ 200
+
+
+
+
+
+
+
+
+
+
+
+ static firstSearcher warming in solrconfig.xml
+
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ lucene
+ id
+ explicit
+ true
+
+ ${solr.selectSearchHandler.timeAllowed:-1}
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+ elevator
+
+
+
+
+
+
+ explicit
+ json
+ true
+ text
+
+
+
+
+
+
+
+
+
+ content
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+ ${solr.mlt.timeAllowed:2000}
+
+
+
+
+
+
+ content
+ explicit
+ true
+
+
+
+
+
+ text
+
+
+
+
+
+
+ true
+ ignored_
+
+
+ true
+ links
+ ignored_
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+ ${solr.replication.master:false}
+ commit
+ startup
+ ${solr.replication.confFiles:schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml}
+
+
+ ${solr.replication.slave:false}
+ ${solr.replication.masterUrl:http://localhost:8983/solr}/replication
+ ${solr.replication.pollInterval:00:00:60}
+
+
+
+
+
+
+ true
+ json
+ true
+
+
+
+
+
+
+
+ &spellcheck;
+
+
+
+
+ spell
+
+ default
+ wordbreak
+ on
+ false
+ false
+ 1
+ 5
+ 5
+ true
+ true
+ 10
+ 5
+
+
+ spellcheck
+
+
+
+
+ &extra;
+
+
+
+ true
+ und
+ 10
+
+
+ suggest
+
+
+
+
+
+
+
+
+ text
+ true
+
+
+ tvComponent
+
+
+
+
+
+
+
+
+
+ true
+ false
+
+
+ terms
+
+
+
+
+
+
+ false
+ false
+ false
+ true
+ false
+ 1
+ false
+ 10
+
+
+ terms
+ spellcheck
+ suggest
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+ text
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ,,
+ ,,
+ ,,
+ ,,
+ ,]]>
+ ]]>
+
+
+
+
+
+ 10
+ .,!?
+
+
+
+
+
+
+ WORD
+
+
+ en
+ US
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ application/json; charset=UTF-8
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-2.6/conf/6.x/solrconfig_extra.xml b/configsets/search_api_solr_8.x-2.6/conf/6.x/solrconfig_extra.xml
new file mode 100644
index 0000000..0d41026
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.6/conf/6.x/solrconfig_extra.xml
@@ -0,0 +1,12 @@
+
+
+ und
+ AnalyzingInfixLookupFactory
+ DocumentDictionaryFactory
+ twm_suggest
+ text
+ sm_context_tags
+ true
+ false
+
+
diff --git a/configsets/search_api_solr_8.x-2.6/conf/6.x/solrconfig_index.xml b/configsets/search_api_solr_8.x-2.6/conf/6.x/solrconfig_index.xml
new file mode 100644
index 0000000..e69de29
diff --git a/configsets/search_api_solr_8.x-2.6/conf/6.x/solrconfig_spellcheck.xml b/configsets/search_api_solr_8.x-2.6/conf/6.x/solrconfig_spellcheck.xml
new file mode 100644
index 0000000..5c9d7ad
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.6/conf/6.x/solrconfig_spellcheck.xml
@@ -0,0 +1,89 @@
+
+
+
+ textSpell
+
+
+
+
+
+
+ default
+ spell
+ solr.DirectSolrSpellChecker
+
+ internal
+
+ 0.5
+
+ 2
+
+ 1
+
+ 5
+
+ 4
+
+ 0.01
+
+
+
+
+
+ wordbreak
+ solr.WordBreakSolrSpellChecker
+ name
+ true
+ true
+ 10
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-2.6/conf/6.x/solrcore.properties b/configsets/search_api_solr_8.x-2.6/conf/6.x/solrcore.properties
new file mode 100644
index 0000000..d7d045b
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.6/conf/6.x/solrcore.properties
@@ -0,0 +1,20 @@
+# Defines Solr properties for this specific core.
+solr.replication.master=false
+solr.replication.slave=false
+solr.replication.pollInterval=00:00:60
+solr.replication.masterUrl=http://localhost:8983/solr
+solr.replication.confFiles=schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml
+solr.mlt.timeAllowed=2000
+# You should not set your luceneMatchVersion to anything lower than your Solr
+# Version.
+solr.luceneMatchVersion=6.0
+solr.selectSearchHandler.timeAllowed=-1
+# autoCommit after 10000 docs
+solr.autoCommit.MaxDocs=10000
+# autoCommit after 2 minutes
+solr.autoCommit.MaxTime=120000
+# autoSoftCommit after 2000 docs
+solr.autoSoftCommit.MaxDocs=2000
+# autoSoftCommit after 10 seconds
+solr.autoSoftCommit.MaxTime=10000
+solr.install.dir=../../..
diff --git a/configsets/search_api_solr_8.x-2.6/conf/6.x/stopwords.txt b/configsets/search_api_solr_8.x-2.6/conf/6.x/stopwords.txt
new file mode 100644
index 0000000..d7f243e
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.6/conf/6.x/stopwords.txt
@@ -0,0 +1,4 @@
+# Contains words which shouldn't be indexed for fulltext fields, e.g., because
+# they're too common. For documentation of the format, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.StopFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_8.x-2.6/conf/6.x/synonyms.txt b/configsets/search_api_solr_8.x-2.6/conf/6.x/synonyms.txt
new file mode 100644
index 0000000..7d22eea
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.6/conf/6.x/synonyms.txt
@@ -0,0 +1,3 @@
+# Contains synonyms to use for your index. For the format used, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.SynonymFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_8.x-2.6/conf/7.x/elevate.xml b/configsets/search_api_solr_8.x-2.6/conf/7.x/elevate.xml
new file mode 100644
index 0000000..193a0e7
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.6/conf/7.x/elevate.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-2.6/conf/7.x/mapping-ISOLatin1Accent.txt b/configsets/search_api_solr_8.x-2.6/conf/7.x/mapping-ISOLatin1Accent.txt
new file mode 100644
index 0000000..b92d03c
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.6/conf/7.x/mapping-ISOLatin1Accent.txt
@@ -0,0 +1,14 @@
+# This file contains character mappings for the default fulltext field type.
+# The source characters (on the left) will be replaced by the respective target
+# characters before any other processing takes place.
+# Lines starting with a pound character # are ignored.
+#
+# For sensible defaults, use the mapping-ISOLatin1Accent.txt file distributed
+# with the example application of your Solr version.
+#
+# Examples:
+# "À" => "A"
+# "\u00c4" => "A"
+# "\u00c4" => "\u0041"
+# "æ" => "ae"
+# "\n" => " "
diff --git a/configsets/search_api_solr_8.x-2.6/conf/7.x/protwords.txt b/configsets/search_api_solr_8.x-2.6/conf/7.x/protwords.txt
new file mode 100644
index 0000000..cda8581
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.6/conf/7.x/protwords.txt
@@ -0,0 +1,7 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
diff --git a/configsets/search_api_solr_8.x-2.6/conf/7.x/schema.xml b/configsets/search_api_solr_8.x-2.6/conf/7.x/schema.xml
new file mode 100644
index 0000000..fcc662a
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.6/conf/7.x/schema.xml
@@ -0,0 +1,696 @@
+
+
+
+
+]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ &extrafields;
+
+
+ &extratypes;
+
+
+ id
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-2.6/conf/7.x/schema_extra_fields.xml b/configsets/search_api_solr_8.x-2.6/conf/7.x/schema_extra_fields.xml
new file mode 100644
index 0000000..4cb53ea
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.6/conf/7.x/schema_extra_fields.xml
@@ -0,0 +1,13 @@
+
+Don't use the config XML templates directly. Use the config generator to get
+your individual config files. Use the "Get config.zip" button in the UI or
+drush solr-gsc my_solr_server
+See INSTALL.md for details.
diff --git a/configsets/search_api_solr_8.x-2.6/conf/7.x/schema_extra_types.xml b/configsets/search_api_solr_8.x-2.6/conf/7.x/schema_extra_types.xml
new file mode 100644
index 0000000..38b90dc
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.6/conf/7.x/schema_extra_types.xml
@@ -0,0 +1,59 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-2.6/conf/7.x/solrconfig.xml b/configsets/search_api_solr_8.x-2.6/conf/7.x/solrconfig.xml
new file mode 100644
index 0000000..4077b01
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.6/conf/7.x/solrconfig.xml
@@ -0,0 +1,1413 @@
+
+
+
+
+
+]>
+
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+ ${solr.luceneMatchVersion:LUCENE_70}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.data.dir:}
+
+
+
+
+
+
+
+
+ ${solr.hdfs.home:}
+
+ ${solr.hdfs.confdir:}
+
+ ${solr.hdfs.blockcache.enabled:true}
+
+ ${solr.hdfs.blockcache.global:true}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.lock.type:native}
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+ &index;
+
+
+
+
+
+
+
+
+ ${solr.ulog.dir:}
+
+
+
+
+ ${solr.autoCommit.MaxDocs:-1}
+ ${solr.autoCommit.MaxTime:15000}
+ false
+
+
+
+
+
+ ${solr.autoSoftCommit.MaxDocs:-1}
+ ${solr.autoSoftCommit.MaxTime:-1}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+ 20
+
+
+ 200
+
+
+
+
+
+
+
+
+
+
+
+ static firstSearcher warming in solrconfig.xml
+
+
+
+
+
+ false
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ lucene
+ id
+ explicit
+ true
+
+ ${solr.selectSearchHandler.timeAllowed:-1}
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+ elevator
+
+
+
+
+
+
+ explicit
+ json
+ true
+ text
+
+
+
+
+
+
+
+
+
+ content
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+ ${solr.mlt.timeAllowed:2000}
+
+
+
+
+
+
+ content
+ explicit
+ true
+
+
+
+
+
+ text
+
+
+
+
+
+
+ true
+ ignored_
+
+
+ true
+ links
+ ignored_
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+ ${solr.replication.master:false}
+ commit
+ startup
+ ${solr.replication.confFiles:schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml}
+
+
+ ${solr.replication.slave:false}
+ ${solr.replication.masterUrl:http://localhost:8983/solr}/replication
+ ${solr.replication.pollInterval:00:00:60}
+
+
+
+
+
+
+ true
+ json
+ true
+
+
+
+
+
+
+
+ &spellcheck;
+
+
+
+
+ spell
+
+ default
+ wordbreak
+ on
+ false
+ false
+ 1
+ 5
+ 5
+ true
+ true
+ 10
+ 5
+
+
+ spellcheck
+
+
+
+
+ &extra;
+
+
+
+ true
+ und
+ 10
+
+
+ suggest
+
+
+
+
+
+
+
+
+ text
+ true
+
+
+ tvComponent
+
+
+
+
+
+
+
+
+
+ true
+ false
+
+
+ terms
+
+
+
+
+
+
+ false
+ false
+ false
+ true
+ false
+ 1
+ false
+ 10
+
+
+ terms
+ spellcheck
+ suggest
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+ text
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ,,
+ ,,
+ ,,
+ ,,
+ ,]]>
+ ]]>
+
+
+
+
+
+ 10
+ .,!?
+
+
+
+
+
+
+ WORD
+
+
+ en
+ US
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-2.6/conf/7.x/solrconfig_extra.xml b/configsets/search_api_solr_8.x-2.6/conf/7.x/solrconfig_extra.xml
new file mode 100644
index 0000000..0d41026
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.6/conf/7.x/solrconfig_extra.xml
@@ -0,0 +1,12 @@
+
+
+ und
+ AnalyzingInfixLookupFactory
+ DocumentDictionaryFactory
+ twm_suggest
+ text
+ sm_context_tags
+ true
+ false
+
+
diff --git a/configsets/search_api_solr_8.x-2.6/conf/7.x/solrconfig_index.xml b/configsets/search_api_solr_8.x-2.6/conf/7.x/solrconfig_index.xml
new file mode 100644
index 0000000..e69de29
diff --git a/configsets/search_api_solr_8.x-2.6/conf/7.x/solrconfig_spellcheck.xml b/configsets/search_api_solr_8.x-2.6/conf/7.x/solrconfig_spellcheck.xml
new file mode 100644
index 0000000..5c9d7ad
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.6/conf/7.x/solrconfig_spellcheck.xml
@@ -0,0 +1,89 @@
+
+
+
+ textSpell
+
+
+
+
+
+
+ default
+ spell
+ solr.DirectSolrSpellChecker
+
+ internal
+
+ 0.5
+
+ 2
+
+ 1
+
+ 5
+
+ 4
+
+ 0.01
+
+
+
+
+
+ wordbreak
+ solr.WordBreakSolrSpellChecker
+ name
+ true
+ true
+ 10
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-2.6/conf/7.x/solrcore.properties b/configsets/search_api_solr_8.x-2.6/conf/7.x/solrcore.properties
new file mode 100644
index 0000000..99f68c9
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.6/conf/7.x/solrcore.properties
@@ -0,0 +1,20 @@
+# Defines Solr properties for this specific core.
+solr.replication.master=false
+solr.replication.slave=false
+solr.replication.pollInterval=00:00:60
+solr.replication.masterUrl=http://localhost:8983/solr
+solr.replication.confFiles=schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml
+solr.mlt.timeAllowed=2000
+# You should not set your luceneMatchVersion to anything lower than your Solr
+# Version.
+solr.luceneMatchVersion=7.0
+solr.selectSearchHandler.timeAllowed=-1
+# don't autoCommit after x docs
+solr.autoCommit.MaxDocs=-1
+# autoCommit after 15 seconds
+solr.autoCommit.MaxTime=15000
+# don't autoSoftCommit after x docs
+solr.autoSoftCommit.MaxDocs=-1
+# don't autoSoftCommit after x seconds
+solr.autoSoftCommit.MaxTime=-1
+solr.install.dir=../../..
diff --git a/configsets/search_api_solr_8.x-2.6/conf/7.x/stopwords.txt b/configsets/search_api_solr_8.x-2.6/conf/7.x/stopwords.txt
new file mode 100644
index 0000000..d7f243e
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.6/conf/7.x/stopwords.txt
@@ -0,0 +1,4 @@
+# Contains words which shouldn't be indexed for fulltext fields, e.g., because
+# they're too common. For documentation of the format, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.StopFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_8.x-2.6/conf/7.x/synonyms.txt b/configsets/search_api_solr_8.x-2.6/conf/7.x/synonyms.txt
new file mode 100644
index 0000000..7d22eea
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.6/conf/7.x/synonyms.txt
@@ -0,0 +1,3 @@
+# Contains synonyms to use for your index. For the format used, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.SynonymFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_8.x-2.7/conf/6.x/elevate.xml b/configsets/search_api_solr_8.x-2.7/conf/6.x/elevate.xml
new file mode 100644
index 0000000..193a0e7
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.7/conf/6.x/elevate.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-2.7/conf/6.x/mapping-ISOLatin1Accent.txt b/configsets/search_api_solr_8.x-2.7/conf/6.x/mapping-ISOLatin1Accent.txt
new file mode 100644
index 0000000..b92d03c
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.7/conf/6.x/mapping-ISOLatin1Accent.txt
@@ -0,0 +1,14 @@
+# This file contains character mappings for the default fulltext field type.
+# The source characters (on the left) will be replaced by the respective target
+# characters before any other processing takes place.
+# Lines starting with a pound character # are ignored.
+#
+# For sensible defaults, use the mapping-ISOLatin1Accent.txt file distributed
+# with the example application of your Solr version.
+#
+# Examples:
+# "À" => "A"
+# "\u00c4" => "A"
+# "\u00c4" => "\u0041"
+# "æ" => "ae"
+# "\n" => " "
diff --git a/configsets/search_api_solr_8.x-2.7/conf/6.x/protwords.txt b/configsets/search_api_solr_8.x-2.7/conf/6.x/protwords.txt
new file mode 100644
index 0000000..cda8581
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.7/conf/6.x/protwords.txt
@@ -0,0 +1,7 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
diff --git a/configsets/search_api_solr_8.x-2.7/conf/6.x/schema.xml b/configsets/search_api_solr_8.x-2.7/conf/6.x/schema.xml
new file mode 100644
index 0000000..82411d7
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.7/conf/6.x/schema.xml
@@ -0,0 +1,766 @@
+
+
+
+
+]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ &extrafields;
+
+
+ &extratypes;
+
+
+ id
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-2.7/conf/6.x/schema_extra_fields.xml b/configsets/search_api_solr_8.x-2.7/conf/6.x/schema_extra_fields.xml
new file mode 100644
index 0000000..4cb53ea
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.7/conf/6.x/schema_extra_fields.xml
@@ -0,0 +1,13 @@
+
+Don't use the config XML templates directly. Use the config generator to get
+your individual config files. Use the "Get config.zip" button in the UI or
+drush solr-gsc my_solr_server
+See INSTALL.md for details.
diff --git a/configsets/search_api_solr_8.x-2.7/conf/6.x/schema_extra_types.xml b/configsets/search_api_solr_8.x-2.7/conf/6.x/schema_extra_types.xml
new file mode 100644
index 0000000..e5c06ae
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.7/conf/6.x/schema_extra_types.xml
@@ -0,0 +1,59 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-2.7/conf/6.x/solrconfig.xml b/configsets/search_api_solr_8.x-2.7/conf/6.x/solrconfig.xml
new file mode 100644
index 0000000..7fcaa07
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.7/conf/6.x/solrconfig.xml
@@ -0,0 +1,1476 @@
+
+
+
+
+
+]>
+
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+ ${solr.luceneMatchVersion:LUCENE_64}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.data.dir:}
+
+
+
+
+
+
+
+
+ ${solr.hdfs.home:}
+
+ ${solr.hdfs.confdir:}
+
+ ${solr.hdfs.blockcache.enabled:true}
+
+ ${solr.hdfs.blockcache.global:true}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 4
+
+
+
+
+
+
+ ${solr.lock.type:native}
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+ &index;
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.ulog.dir:}
+
+
+
+
+ ${solr.autoCommit.MaxDocs:10000}
+ ${solr.autoCommit.MaxTime:120000}
+ false
+
+
+
+
+ ${solr.autoSoftCommit.MaxDocs:2000}
+ ${solr.autoSoftCommit.MaxTime:10000}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+ 20
+
+
+ 200
+
+
+
+
+
+
+
+
+
+
+
+ static firstSearcher warming in solrconfig.xml
+
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ lucene
+ id
+ explicit
+ true
+
+ ${solr.selectSearchHandler.timeAllowed:-1}
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+ elevator
+
+
+
+
+
+
+ explicit
+ json
+ true
+ text
+
+
+
+
+
+
+
+
+
+ content
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+ ${solr.mlt.timeAllowed:2000}
+
+
+
+
+
+
+ content
+ explicit
+ true
+
+
+
+
+
+ text
+
+
+
+
+
+
+ true
+ ignored_
+
+
+ true
+ links
+ ignored_
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+ ${solr.replication.master:false}
+ commit
+ startup
+ ${solr.replication.confFiles:schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml}
+
+
+ ${solr.replication.slave:false}
+ ${solr.replication.masterUrl:http://localhost:8983/solr}/replication
+ ${solr.replication.pollInterval:00:00:60}
+
+
+
+
+
+
+ true
+ json
+ true
+
+
+
+
+
+
+
+ &spellcheck;
+
+
+
+
+ spell
+
+ default
+ wordbreak
+ on
+ false
+ false
+ 1
+ 5
+ 5
+ true
+ true
+ 10
+ 5
+
+
+ spellcheck
+
+
+
+
+ &extra;
+
+
+
+ true
+ und
+ 10
+
+
+ suggest
+
+
+
+
+
+
+
+
+ text
+ true
+
+
+ tvComponent
+
+
+
+
+
+
+
+
+
+ true
+ false
+
+
+ terms
+
+
+
+
+
+
+ false
+ false
+ false
+ true
+ false
+ 1
+ false
+ 10
+
+
+ terms
+ spellcheck
+ suggest
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+ text
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ,,
+ ,,
+ ,,
+ ,,
+ ,]]>
+ ]]>
+
+
+
+
+
+ 10
+ .,!?
+
+
+
+
+
+
+ WORD
+
+
+ en
+ US
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ application/json; charset=UTF-8
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-2.7/conf/6.x/solrconfig_extra.xml b/configsets/search_api_solr_8.x-2.7/conf/6.x/solrconfig_extra.xml
new file mode 100644
index 0000000..0d41026
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.7/conf/6.x/solrconfig_extra.xml
@@ -0,0 +1,12 @@
+
+
+ und
+ AnalyzingInfixLookupFactory
+ DocumentDictionaryFactory
+ twm_suggest
+ text
+ sm_context_tags
+ true
+ false
+
+
diff --git a/configsets/search_api_solr_8.x-2.7/conf/6.x/solrconfig_index.xml b/configsets/search_api_solr_8.x-2.7/conf/6.x/solrconfig_index.xml
new file mode 100644
index 0000000..e69de29
diff --git a/configsets/search_api_solr_8.x-2.7/conf/6.x/solrconfig_spellcheck.xml b/configsets/search_api_solr_8.x-2.7/conf/6.x/solrconfig_spellcheck.xml
new file mode 100644
index 0000000..5c9d7ad
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.7/conf/6.x/solrconfig_spellcheck.xml
@@ -0,0 +1,89 @@
+
+
+
+ textSpell
+
+
+
+
+
+
+ default
+ spell
+ solr.DirectSolrSpellChecker
+
+ internal
+
+ 0.5
+
+ 2
+
+ 1
+
+ 5
+
+ 4
+
+ 0.01
+
+
+
+
+
+ wordbreak
+ solr.WordBreakSolrSpellChecker
+ name
+ true
+ true
+ 10
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-2.7/conf/6.x/solrcore.properties b/configsets/search_api_solr_8.x-2.7/conf/6.x/solrcore.properties
new file mode 100644
index 0000000..d7d045b
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.7/conf/6.x/solrcore.properties
@@ -0,0 +1,20 @@
+# Defines Solr properties for this specific core.
+solr.replication.master=false
+solr.replication.slave=false
+solr.replication.pollInterval=00:00:60
+solr.replication.masterUrl=http://localhost:8983/solr
+solr.replication.confFiles=schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml
+solr.mlt.timeAllowed=2000
+# You should not set your luceneMatchVersion to anything lower than your Solr
+# Version.
+solr.luceneMatchVersion=6.0
+solr.selectSearchHandler.timeAllowed=-1
+# autoCommit after 10000 docs
+solr.autoCommit.MaxDocs=10000
+# autoCommit after 2 minutes
+solr.autoCommit.MaxTime=120000
+# autoSoftCommit after 2000 docs
+solr.autoSoftCommit.MaxDocs=2000
+# autoSoftCommit after 10 seconds
+solr.autoSoftCommit.MaxTime=10000
+solr.install.dir=../../..
diff --git a/configsets/search_api_solr_8.x-2.7/conf/6.x/stopwords.txt b/configsets/search_api_solr_8.x-2.7/conf/6.x/stopwords.txt
new file mode 100644
index 0000000..d7f243e
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.7/conf/6.x/stopwords.txt
@@ -0,0 +1,4 @@
+# Contains words which shouldn't be indexed for fulltext fields, e.g., because
+# they're too common. For documentation of the format, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.StopFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_8.x-2.7/conf/6.x/synonyms.txt b/configsets/search_api_solr_8.x-2.7/conf/6.x/synonyms.txt
new file mode 100644
index 0000000..7d22eea
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.7/conf/6.x/synonyms.txt
@@ -0,0 +1,3 @@
+# Contains synonyms to use for your index. For the format used, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.SynonymFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_8.x-2.7/conf/7.x/elevate.xml b/configsets/search_api_solr_8.x-2.7/conf/7.x/elevate.xml
new file mode 100644
index 0000000..193a0e7
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.7/conf/7.x/elevate.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-2.7/conf/7.x/mapping-ISOLatin1Accent.txt b/configsets/search_api_solr_8.x-2.7/conf/7.x/mapping-ISOLatin1Accent.txt
new file mode 100644
index 0000000..b92d03c
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.7/conf/7.x/mapping-ISOLatin1Accent.txt
@@ -0,0 +1,14 @@
+# This file contains character mappings for the default fulltext field type.
+# The source characters (on the left) will be replaced by the respective target
+# characters before any other processing takes place.
+# Lines starting with a pound character # are ignored.
+#
+# For sensible defaults, use the mapping-ISOLatin1Accent.txt file distributed
+# with the example application of your Solr version.
+#
+# Examples:
+# "À" => "A"
+# "\u00c4" => "A"
+# "\u00c4" => "\u0041"
+# "æ" => "ae"
+# "\n" => " "
diff --git a/configsets/search_api_solr_8.x-2.7/conf/7.x/protwords.txt b/configsets/search_api_solr_8.x-2.7/conf/7.x/protwords.txt
new file mode 100644
index 0000000..cda8581
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.7/conf/7.x/protwords.txt
@@ -0,0 +1,7 @@
+#-----------------------------------------------------------------------
+# This file blocks words from being operated on by the stemmer and word delimiter.
+&
+<
+>
+'
+"
diff --git a/configsets/search_api_solr_8.x-2.7/conf/7.x/schema.xml b/configsets/search_api_solr_8.x-2.7/conf/7.x/schema.xml
new file mode 100644
index 0000000..fcc662a
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.7/conf/7.x/schema.xml
@@ -0,0 +1,696 @@
+
+
+
+
+]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ &extrafields;
+
+
+ &extratypes;
+
+
+ id
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-2.7/conf/7.x/schema_extra_fields.xml b/configsets/search_api_solr_8.x-2.7/conf/7.x/schema_extra_fields.xml
new file mode 100644
index 0000000..4cb53ea
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.7/conf/7.x/schema_extra_fields.xml
@@ -0,0 +1,13 @@
+
+Don't use the config XML templates directly. Use the config generator to get
+your individual config files. Use the "Get config.zip" button in the UI or
+drush solr-gsc my_solr_server
+See INSTALL.md for details.
diff --git a/configsets/search_api_solr_8.x-2.7/conf/7.x/schema_extra_types.xml b/configsets/search_api_solr_8.x-2.7/conf/7.x/schema_extra_types.xml
new file mode 100644
index 0000000..38b90dc
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.7/conf/7.x/schema_extra_types.xml
@@ -0,0 +1,59 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-2.7/conf/7.x/solrconfig.xml b/configsets/search_api_solr_8.x-2.7/conf/7.x/solrconfig.xml
new file mode 100644
index 0000000..4077b01
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.7/conf/7.x/solrconfig.xml
@@ -0,0 +1,1413 @@
+
+
+
+
+
+]>
+
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+ ${solr.luceneMatchVersion:LUCENE_70}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.data.dir:}
+
+
+
+
+
+
+
+
+ ${solr.hdfs.home:}
+
+ ${solr.hdfs.confdir:}
+
+ ${solr.hdfs.blockcache.enabled:true}
+
+ ${solr.hdfs.blockcache.global:true}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.lock.type:native}
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+ &index;
+
+
+
+
+
+
+
+
+ ${solr.ulog.dir:}
+
+
+
+
+ ${solr.autoCommit.MaxDocs:-1}
+ ${solr.autoCommit.MaxTime:15000}
+ false
+
+
+
+
+
+ ${solr.autoSoftCommit.MaxDocs:-1}
+ ${solr.autoSoftCommit.MaxTime:-1}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+ 20
+
+
+ 200
+
+
+
+
+
+
+
+
+
+
+
+ static firstSearcher warming in solrconfig.xml
+
+
+
+
+
+ false
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ lucene
+ id
+ explicit
+ true
+
+ ${solr.selectSearchHandler.timeAllowed:-1}
+
+
+ false
+
+ true
+ false
+
+ 1
+
+
+ spellcheck
+ elevator
+
+
+
+
+
+
+ explicit
+ json
+ true
+ text
+
+
+
+
+
+
+
+
+
+ content
+ 1
+ 1
+ 3
+ 15
+ 20
+ false
+
+ ${solr.mlt.timeAllowed:2000}
+
+
+
+
+
+
+ content
+ explicit
+ true
+
+
+
+
+
+ text
+
+
+
+
+
+
+ true
+ ignored_
+
+
+ true
+ links
+ ignored_
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+ ${solr.replication.master:false}
+ commit
+ startup
+ ${solr.replication.confFiles:schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml}
+
+
+ ${solr.replication.slave:false}
+ ${solr.replication.masterUrl:http://localhost:8983/solr}/replication
+ ${solr.replication.pollInterval:00:00:60}
+
+
+
+
+
+
+ true
+ json
+ true
+
+
+
+
+
+
+
+ &spellcheck;
+
+
+
+
+ spell
+
+ default
+ wordbreak
+ on
+ false
+ false
+ 1
+ 5
+ 5
+ true
+ true
+ 10
+ 5
+
+
+ spellcheck
+
+
+
+
+ &extra;
+
+
+
+ true
+ und
+ 10
+
+
+ suggest
+
+
+
+
+
+
+
+
+ text
+ true
+
+
+ tvComponent
+
+
+
+
+
+
+
+
+
+ true
+ false
+
+
+ terms
+
+
+
+
+
+
+ false
+ false
+ false
+ true
+ false
+ 1
+ false
+ 10
+
+
+ terms
+ spellcheck
+ suggest
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+ text
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ,,
+ ,,
+ ,,
+ ,,
+ ,]]>
+ ]]>
+
+
+
+
+
+ 10
+ .,!?
+
+
+
+
+
+
+ WORD
+
+
+ en
+ US
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-2.7/conf/7.x/solrconfig_extra.xml b/configsets/search_api_solr_8.x-2.7/conf/7.x/solrconfig_extra.xml
new file mode 100644
index 0000000..0d41026
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.7/conf/7.x/solrconfig_extra.xml
@@ -0,0 +1,12 @@
+
+
+ und
+ AnalyzingInfixLookupFactory
+ DocumentDictionaryFactory
+ twm_suggest
+ text
+ sm_context_tags
+ true
+ false
+
+
diff --git a/configsets/search_api_solr_8.x-2.7/conf/7.x/solrconfig_index.xml b/configsets/search_api_solr_8.x-2.7/conf/7.x/solrconfig_index.xml
new file mode 100644
index 0000000..e69de29
diff --git a/configsets/search_api_solr_8.x-2.7/conf/7.x/solrconfig_spellcheck.xml b/configsets/search_api_solr_8.x-2.7/conf/7.x/solrconfig_spellcheck.xml
new file mode 100644
index 0000000..5c9d7ad
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.7/conf/7.x/solrconfig_spellcheck.xml
@@ -0,0 +1,89 @@
+
+
+
+ textSpell
+
+
+
+
+
+
+ default
+ spell
+ solr.DirectSolrSpellChecker
+
+ internal
+
+ 0.5
+
+ 2
+
+ 1
+
+ 5
+
+ 4
+
+ 0.01
+
+
+
+
+
+ wordbreak
+ solr.WordBreakSolrSpellChecker
+ name
+ true
+ true
+ 10
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-2.7/conf/7.x/solrcore.properties b/configsets/search_api_solr_8.x-2.7/conf/7.x/solrcore.properties
new file mode 100644
index 0000000..99f68c9
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.7/conf/7.x/solrcore.properties
@@ -0,0 +1,20 @@
+# Defines Solr properties for this specific core.
+solr.replication.master=false
+solr.replication.slave=false
+solr.replication.pollInterval=00:00:60
+solr.replication.masterUrl=http://localhost:8983/solr
+solr.replication.confFiles=schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml
+solr.mlt.timeAllowed=2000
+# You should not set your luceneMatchVersion to anything lower than your Solr
+# Version.
+solr.luceneMatchVersion=7.0
+solr.selectSearchHandler.timeAllowed=-1
+# don't autoCommit after x docs
+solr.autoCommit.MaxDocs=-1
+# autoCommit after 15 seconds
+solr.autoCommit.MaxTime=15000
+# don't autoSoftCommit after x docs
+solr.autoSoftCommit.MaxDocs=-1
+# don't autoSoftCommit after x seconds
+solr.autoSoftCommit.MaxTime=-1
+solr.install.dir=../../..
diff --git a/configsets/search_api_solr_8.x-2.7/conf/7.x/stopwords.txt b/configsets/search_api_solr_8.x-2.7/conf/7.x/stopwords.txt
new file mode 100644
index 0000000..d7f243e
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.7/conf/7.x/stopwords.txt
@@ -0,0 +1,4 @@
+# Contains words which shouldn't be indexed for fulltext fields, e.g., because
+# they're too common. For documentation of the format, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.StopFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_8.x-2.7/conf/7.x/synonyms.txt b/configsets/search_api_solr_8.x-2.7/conf/7.x/synonyms.txt
new file mode 100644
index 0000000..7d22eea
--- /dev/null
+++ b/configsets/search_api_solr_8.x-2.7/conf/7.x/synonyms.txt
@@ -0,0 +1,3 @@
+# Contains synonyms to use for your index. For the format used, see
+# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.SynonymFilterFactory
+# (Lines starting with a pound character # are ignored.)
diff --git a/configsets/search_api_solr_8.x-3.0/conf/6.x/accents_en.txt b/configsets/search_api_solr_8.x-3.0/conf/6.x/accents_en.txt
new file mode 100644
index 0000000..bed0514
--- /dev/null
+++ b/configsets/search_api_solr_8.x-3.0/conf/6.x/accents_en.txt
@@ -0,0 +1,164 @@
+# À => A
+"\u00C0" => "A"
+# Á => A
+"\u00C1" => "A"
+# Â => A
+"\u00C2" => "A"
+# Ã => A
+"\u00C3" => "A"
+# Ä => A
+"\u00C4" => "A"
+# Å => A
+"\u00C5" => "A"
+# Ą => A
+"\u0104" => "A"
+# Æ => AE
+"\u00C6" => "AE"
+# Ç => C
+"\u00C7" => "C"
+# Ć => C
+"\U0106" => "C"
+# È => E
+"\u00C8" => "E"
+# É => E
+"\u00C9" => "E"
+# Ê => E
+"\u00CA" => "E"
+# Ë => E
+"\u00CB" => "E"
+# Ę => E
+"\u0118" => "E"
+# Ì => I
+"\u00CC" => "I"
+# Í => I
+"\u00CD" => "I"
+# Î => I
+"\u00CE" => "I"
+# Ï => I
+"\u00CF" => "I"
+# IJ => IJ
+"\u0132" => "IJ"
+# Ð => D
+"\u00D0" => "D"
+# Ł => L
+"\u0141" => "L"
+# Ñ => N
+"\u00D1" => "N"
+# Ń => N
+"\u0143" => "N"
+# Ò => O
+"\u00D2" => "O"
+# Ó => O
+"\u00D3" => "O"
+# Ô => O
+"\u00D4" => "O"
+# Õ => O
+"\u00D5" => "O"
+# Ö => O
+"\u00D6" => "O"
+# Ø => O
+"\u00D8" => "O"
+# Œ => OE
+"\u0152" => "OE"
+# Þ
+"\u00DE" => "TH"
+# Ù => U
+"\u00D9" => "U"
+# Ú => U
+"\u00DA" => "U"
+# Û => U
+"\u00DB" => "U"
+# Ü => U
+"\u00DC" => "U"
+# Ý => Y
+"\u00DD" => "Y"
+# Ÿ => Y
+"\u0178" => "Y"
+# à => a
+"\u00E0" => "a"
+# á => a
+"\u00E1" => "a"
+# â => a
+"\u00E2" => "a"
+# ã => a
+"\u00E3" => "a"
+# ä => a
+"\u00E4" => "a"
+# å => a
+"\u00E5" => "a"
+# æ => ae
+"\u00E6" => "ae"
+# ç => c
+"\u00E7" => "c"
+# è => e
+"\u00E8" => "e"
+# é => e
+"\u00E9" => "e"
+# ê => e
+"\u00EA" => "e"
+# ë => e
+"\u00EB" => "e"
+# ì => i
+"\u00EC" => "i"
+# í => i
+"\u00ED" => "i"
+# î => i
+"\u00EE" => "i"
+# ï => i
+"\u00EF" => "i"
+# ij => ij
+"\u0133" => "ij"
+# ð => d
+"\u00F0" => "d"
+# ñ => n
+"\u00F1" => "n"
+# ò => o
+"\u00F2" => "o"
+# ó => o
+"\u00F3" => "o"
+# ô => o
+"\u00F4" => "o"
+# õ => o
+"\u00F5" => "o"
+# ö => o
+"\u00F6" => "o"
+# ø => o
+"\u00F8" => "o"
+# œ => oe
+"\u0153" => "oe"
+# ß => ss
+"\u00DF" => "ss"
+# Ś => S
+"\u015a" => "S"
+# þ => th
+"\u00FE" => "th"
+# ù => u
+"\u00F9" => "u"
+# ú => u
+"\u00FA" => "u"
+# û => u
+"\u00FB" => "u"
+# ü => u
+"\u00FC" => "u"
+# ý => y
+"\u00FD" => "y"
+# ÿ => y
+"\u00FF" => "y"
+# Ź => Z
+"\u0179" => "Z"
+# Ż => Z
+"\u017b" => "Z"
+# ff => ff
+"\uFB00" => "ff"
+# fi => fi
+"\uFB01" => "fi"
+# fl => fl
+"\uFB02" => "fl"
+# ffi => ffi
+"\uFB03" => "ffi"
+# ffl => ffl
+"\uFB04" => "ffl"
+# ſt => st
+"\uFB05" => "st"
+# st => st
+"\uFB06" => "st"
diff --git a/configsets/search_api_solr_8.x-3.0/conf/6.x/accents_und.txt b/configsets/search_api_solr_8.x-3.0/conf/6.x/accents_und.txt
new file mode 100644
index 0000000..7c883f8
--- /dev/null
+++ b/configsets/search_api_solr_8.x-3.0/conf/6.x/accents_und.txt
@@ -0,0 +1,148 @@
+# À => A
+"\u00C0" => "A"
+# Á => A
+"\u00C1" => "A"
+# Â => A
+"\u00C2" => "A"
+# Ã => A
+"\u00C3" => "A"
+# Ä => A
+"\u00C4" => "A"
+# Å => A
+"\u00C5" => "A"
+# Æ => AE
+"\u00C6" => "AE"
+# Ç => C
+"\u00C7" => "C"
+# È => E
+"\u00C8" => "E"
+# É => E
+"\u00C9" => "E"
+# Ê => E
+"\u00CA" => "E"
+# Ë => E
+"\u00CB" => "E"
+# Ì => I
+"\u00CC" => "I"
+# Í => I
+"\u00CD" => "I"
+# Î => I
+"\u00CE" => "I"
+# Ï => I
+"\u00CF" => "I"
+# IJ => IJ
+"\u0132" => "IJ"
+# Ð => D
+"\u00D0" => "D"
+# Ñ => N
+"\u00D1" => "N"
+# Ò => O
+"\u00D2" => "O"
+# Ó => O
+"\u00D3" => "O"
+# Ô => O
+"\u00D4" => "O"
+# Õ => O
+"\u00D5" => "O"
+# Ö => O
+"\u00D6" => "O"
+# Ø => O
+"\u00D8" => "O"
+# Œ => OE
+"\u0152" => "OE"
+# Þ
+"\u00DE" => "TH"
+# Ù => U
+"\u00D9" => "U"
+# Ú => U
+"\u00DA" => "U"
+# Û => U
+"\u00DB" => "U"
+# Ü => U
+"\u00DC" => "U"
+# Ý => Y
+"\u00DD" => "Y"
+# Ÿ => Y
+"\u0178" => "Y"
+# à => a
+"\u00E0" => "a"
+# á => a
+"\u00E1" => "a"
+# â => a
+"\u00E2" => "a"
+# ã => a
+"\u00E3" => "a"
+# ä => a
+"\u00E4" => "a"
+# å => a
+"\u00E5" => "a"
+# æ => ae
+"\u00E6" => "ae"
+# ç => c
+"\u00E7" => "c"
+# è => e
+"\u00E8" => "e"
+# é => e
+"\u00E9" => "e"
+# ê => e
+"\u00EA" => "e"
+# ë => e
+"\u00EB" => "e"
+# ì => i
+"\u00EC" => "i"
+# í => i
+"\u00ED" => "i"
+# î => i
+"\u00EE" => "i"
+# ï => i
+"\u00EF" => "i"
+# ij => ij
+"\u0133" => "ij"
+# ð => d
+"\u00F0" => "d"
+# ñ => n
+"\u00F1" => "n"
+# ò => o
+"\u00F2" => "o"
+# ó => o
+"\u00F3" => "o"
+# ô => o
+"\u00F4" => "o"
+# õ => o
+"\u00F5" => "o"
+# ö => o
+"\u00F6" => "o"
+# ø => o
+"\u00F8" => "o"
+# œ => oe
+"\u0153" => "oe"
+# ß => ss
+"\u00DF" => "ss"
+# þ => th
+"\u00FE" => "th"
+# ù => u
+"\u00F9" => "u"
+# ú => u
+"\u00FA" => "u"
+# û => u
+"\u00FB" => "u"
+# ü => u
+"\u00FC" => "u"
+# ý => y
+"\u00FD" => "y"
+# ÿ => y
+"\u00FF" => "y"
+# ff => ff
+"\uFB00" => "ff"
+# fi => fi
+"\uFB01" => "fi"
+# fl => fl
+"\uFB02" => "fl"
+# ffi => ffi
+"\uFB03" => "ffi"
+# ffl => ffl
+"\uFB04" => "ffl"
+# ſt => st
+"\uFB05" => "st"
+# st => st
+"\uFB06" => "st"
diff --git a/configsets/search_api_solr_8.x-3.0/conf/6.x/elevate.xml b/configsets/search_api_solr_8.x-3.0/conf/6.x/elevate.xml
new file mode 100644
index 0000000..193a0e7
--- /dev/null
+++ b/configsets/search_api_solr_8.x-3.0/conf/6.x/elevate.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-3.0/conf/6.x/protwords_en.txt b/configsets/search_api_solr_8.x-3.0/conf/6.x/protwords_en.txt
new file mode 100644
index 0000000..e69de29
diff --git a/configsets/search_api_solr_8.x-3.0/conf/6.x/protwords_und.txt b/configsets/search_api_solr_8.x-3.0/conf/6.x/protwords_und.txt
new file mode 100644
index 0000000..e69de29
diff --git a/configsets/search_api_solr_8.x-3.0/conf/6.x/schema.xml b/configsets/search_api_solr_8.x-3.0/conf/6.x/schema.xml
new file mode 100644
index 0000000..ad766d9
--- /dev/null
+++ b/configsets/search_api_solr_8.x-3.0/conf/6.x/schema.xml
@@ -0,0 +1,480 @@
+
+
+
+
+]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ &extrafields;
+
+
+ &extratypes;
+
+
+ id
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-3.0/conf/6.x/schema_extra_fields.xml b/configsets/search_api_solr_8.x-3.0/conf/6.x/schema_extra_fields.xml
new file mode 100644
index 0000000..894e01f
--- /dev/null
+++ b/configsets/search_api_solr_8.x-3.0/conf/6.x/schema_extra_fields.xml
@@ -0,0 +1,71 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-3.0/conf/6.x/schema_extra_types.xml b/configsets/search_api_solr_8.x-3.0/conf/6.x/schema_extra_types.xml
new file mode 100644
index 0000000..c0d9565
--- /dev/null
+++ b/configsets/search_api_solr_8.x-3.0/conf/6.x/schema_extra_types.xml
@@ -0,0 +1,180 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-3.0/conf/6.x/solrconfig.xml b/configsets/search_api_solr_8.x-3.0/conf/6.x/solrconfig.xml
new file mode 100644
index 0000000..577d4af
--- /dev/null
+++ b/configsets/search_api_solr_8.x-3.0/conf/6.x/solrconfig.xml
@@ -0,0 +1,1454 @@
+
+
+
+
+]>
+
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+ ${solr.luceneMatchVersion:LUCENE_64}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.data.dir:}
+
+
+
+
+
+
+
+
+ ${solr.hdfs.home:}
+
+ ${solr.hdfs.confdir:}
+
+ ${solr.hdfs.blockcache.enabled:true}
+
+ ${solr.hdfs.blockcache.global:true}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 4
+
+
+
+
+
+
+ ${solr.lock.type:native}
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+ &index;
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.ulog.dir:}
+
+
+
+
+ ${solr.autoCommit.MaxDocs:10000}
+ ${solr.autoCommit.MaxTime:120000}
+ false
+
+
+
+
+ ${solr.autoSoftCommit.MaxDocs:2000}
+ ${solr.autoSoftCommit.MaxTime:10000}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+ 20
+
+
+ 200
+
+
+
+
+
+
+
+
+
+
+
+ static firstSearcher warming in solrconfig.xml
+
+
+
+
+
+ false
+
+
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ lucene
+ id
+ explicit
+ true
+
+ ${solr.selectSearchHandler.timeAllowed:-1}
+
+ false
+
+
+ spellcheck
+ elevator
+
+
+
+
+
+
+ explicit
+ json
+ true
+ id
+
+
+
+
+
+
+
+
+
+ id
+ 1
+ 1
+ false
+
+ ${solr.mlt.timeAllowed:2000}
+
+
+
+
+
+
+ id
+ explicit
+ true
+
+
+
+
+
+ id
+
+
+
+
+
+
+ true
+ ignored_
+
+
+ true
+ links
+ ignored_
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+ ${solr.replication.master:false}
+ commit
+ startup
+ ${solr.replication.confFiles:schema.xml,elevate.xml}
+
+
+ ${solr.replication.slave:false}
+ ${solr.replication.masterUrl:http://localhost:8983/solr}/replication
+ ${solr.replication.pollInterval:00:00:60}
+
+
+
+
+
+
+ true
+ json
+ true
+
+
+
+
+
+
+ &extra;
+
+
+
+
+ id
+ und
+ on
+ false
+ false
+ 1
+ 5
+ 5
+ true
+ true
+ 10
+ 5
+
+
+ spellcheck
+
+
+
+
+
+ true
+ und
+ 10
+
+
+ suggest
+
+
+
+
+
+
+
+
+ id
+ true
+
+
+ tvComponent
+
+
+
+
+
+
+
+
+
+ true
+ false
+
+
+ terms
+
+
+
+
+
+
+ false
+ false
+ false
+ true
+ false
+ 1
+ false
+ 10
+
+
+ terms
+ spellcheck
+ suggest
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+ id
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ,,
+ ,,
+ ,,
+ ,,
+ ,]]>
+ ]]>
+
+
+
+
+
+ 10
+ .,!?
+
+
+
+
+
+
+ WORD
+
+
+ en
+ US
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ application/json; charset=UTF-8
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-3.0/conf/6.x/solrconfig_extra.xml b/configsets/search_api_solr_8.x-3.0/conf/6.x/solrconfig_extra.xml
new file mode 100644
index 0000000..4c71569
--- /dev/null
+++ b/configsets/search_api_solr_8.x-3.0/conf/6.x/solrconfig_extra.xml
@@ -0,0 +1,54 @@
+
+
+ en
+ spellcheck_en
+ solr.DirectSolrSpellChecker
+ internal
+ 0.5
+ 2
+ 1
+ 5
+ 4
+ 0.01
+ .01
+ true
+
+
+
+ und
+ spellcheck_und
+ solr.DirectSolrSpellChecker
+ internal
+ 0.5
+ 2
+ 1
+ 5
+ 4
+ 0.01
+ .01
+ true
+
+
+
+
+ en
+ AnalyzingInfixLookupFactory
+ DocumentDictionaryFactory
+ twm_suggest
+ text_en
+ sm_context_tags
+ true
+ false
+
+
+
+ und
+ AnalyzingInfixLookupFactory
+ DocumentDictionaryFactory
+ twm_suggest
+ text_und
+ sm_context_tags
+ true
+ false
+
+
diff --git a/configsets/search_api_solr_8.x-3.0/conf/6.x/solrconfig_index.xml b/configsets/search_api_solr_8.x-3.0/conf/6.x/solrconfig_index.xml
new file mode 100644
index 0000000..e69de29
diff --git a/configsets/search_api_solr_8.x-3.0/conf/6.x/solrcore.properties b/configsets/search_api_solr_8.x-3.0/conf/6.x/solrcore.properties
new file mode 100644
index 0000000..f6f458f
--- /dev/null
+++ b/configsets/search_api_solr_8.x-3.0/conf/6.x/solrcore.properties
@@ -0,0 +1,13 @@
+solr.replication.master=false
+solr.replication.slave=false
+solr.replication.pollInterval=00:00:60
+solr.replication.masterUrl=http://localhost:8983/solr
+solr.replication.confFiles=schema.xml,elevate.xml,stopwords_en.txt,synonyms_en.txt,protwords_en.txt,accents_en.txt,stopwords_und.txt,synonyms_und.txt,protwords_und.txt,accents_und.txt
+solr.mlt.timeAllowed=2000
+solr.luceneMatchVersion=6.6
+solr.selectSearchHandler.timeAllowed=-1
+solr.autoCommit.MaxDocs=10000
+solr.autoCommit.MaxTime=120000
+solr.autoSoftCommit.MaxDocs=2000
+solr.autoSoftCommit.MaxTime=10000
+solr.install.dir=../../..
diff --git a/configsets/search_api_solr_8.x-3.0/conf/6.x/stopwords_en.txt b/configsets/search_api_solr_8.x-3.0/conf/6.x/stopwords_en.txt
new file mode 100644
index 0000000..6981050
--- /dev/null
+++ b/configsets/search_api_solr_8.x-3.0/conf/6.x/stopwords_en.txt
@@ -0,0 +1,35 @@
+a
+an
+and
+are
+as
+at
+be
+but
+by
+for
+if
+in
+into
+is
+it
+no
+not
+of
+on
+or
+s
+such
+t
+that
+the
+their
+then
+there
+these
+they
+this
+to
+was
+will
+with
diff --git a/configsets/search_api_solr_8.x-3.0/conf/6.x/stopwords_und.txt b/configsets/search_api_solr_8.x-3.0/conf/6.x/stopwords_und.txt
new file mode 100644
index 0000000..e69de29
diff --git a/configsets/search_api_solr_8.x-3.0/conf/6.x/synonyms_en.txt b/configsets/search_api_solr_8.x-3.0/conf/6.x/synonyms_en.txt
new file mode 100644
index 0000000..91689ff
--- /dev/null
+++ b/configsets/search_api_solr_8.x-3.0/conf/6.x/synonyms_en.txt
@@ -0,0 +1 @@
+drupal, durpal
diff --git a/configsets/search_api_solr_8.x-3.0/conf/6.x/synonyms_und.txt b/configsets/search_api_solr_8.x-3.0/conf/6.x/synonyms_und.txt
new file mode 100644
index 0000000..91689ff
--- /dev/null
+++ b/configsets/search_api_solr_8.x-3.0/conf/6.x/synonyms_und.txt
@@ -0,0 +1 @@
+drupal, durpal
diff --git a/configsets/search_api_solr_8.x-3.0/conf/7.x/accents_en.txt b/configsets/search_api_solr_8.x-3.0/conf/7.x/accents_en.txt
new file mode 100644
index 0000000..bed0514
--- /dev/null
+++ b/configsets/search_api_solr_8.x-3.0/conf/7.x/accents_en.txt
@@ -0,0 +1,164 @@
+# À => A
+"\u00C0" => "A"
+# Á => A
+"\u00C1" => "A"
+# Â => A
+"\u00C2" => "A"
+# Ã => A
+"\u00C3" => "A"
+# Ä => A
+"\u00C4" => "A"
+# Å => A
+"\u00C5" => "A"
+# Ą => A
+"\u0104" => "A"
+# Æ => AE
+"\u00C6" => "AE"
+# Ç => C
+"\u00C7" => "C"
+# Ć => C
+"\U0106" => "C"
+# È => E
+"\u00C8" => "E"
+# É => E
+"\u00C9" => "E"
+# Ê => E
+"\u00CA" => "E"
+# Ë => E
+"\u00CB" => "E"
+# Ę => E
+"\u0118" => "E"
+# Ì => I
+"\u00CC" => "I"
+# Í => I
+"\u00CD" => "I"
+# Î => I
+"\u00CE" => "I"
+# Ï => I
+"\u00CF" => "I"
+# IJ => IJ
+"\u0132" => "IJ"
+# Ð => D
+"\u00D0" => "D"
+# Ł => L
+"\u0141" => "L"
+# Ñ => N
+"\u00D1" => "N"
+# Ń => N
+"\u0143" => "N"
+# Ò => O
+"\u00D2" => "O"
+# Ó => O
+"\u00D3" => "O"
+# Ô => O
+"\u00D4" => "O"
+# Õ => O
+"\u00D5" => "O"
+# Ö => O
+"\u00D6" => "O"
+# Ø => O
+"\u00D8" => "O"
+# Œ => OE
+"\u0152" => "OE"
+# Þ
+"\u00DE" => "TH"
+# Ù => U
+"\u00D9" => "U"
+# Ú => U
+"\u00DA" => "U"
+# Û => U
+"\u00DB" => "U"
+# Ü => U
+"\u00DC" => "U"
+# Ý => Y
+"\u00DD" => "Y"
+# Ÿ => Y
+"\u0178" => "Y"
+# à => a
+"\u00E0" => "a"
+# á => a
+"\u00E1" => "a"
+# â => a
+"\u00E2" => "a"
+# ã => a
+"\u00E3" => "a"
+# ä => a
+"\u00E4" => "a"
+# å => a
+"\u00E5" => "a"
+# æ => ae
+"\u00E6" => "ae"
+# ç => c
+"\u00E7" => "c"
+# è => e
+"\u00E8" => "e"
+# é => e
+"\u00E9" => "e"
+# ê => e
+"\u00EA" => "e"
+# ë => e
+"\u00EB" => "e"
+# ì => i
+"\u00EC" => "i"
+# í => i
+"\u00ED" => "i"
+# î => i
+"\u00EE" => "i"
+# ï => i
+"\u00EF" => "i"
+# ij => ij
+"\u0133" => "ij"
+# ð => d
+"\u00F0" => "d"
+# ñ => n
+"\u00F1" => "n"
+# ò => o
+"\u00F2" => "o"
+# ó => o
+"\u00F3" => "o"
+# ô => o
+"\u00F4" => "o"
+# õ => o
+"\u00F5" => "o"
+# ö => o
+"\u00F6" => "o"
+# ø => o
+"\u00F8" => "o"
+# œ => oe
+"\u0153" => "oe"
+# ß => ss
+"\u00DF" => "ss"
+# Ś => S
+"\u015a" => "S"
+# þ => th
+"\u00FE" => "th"
+# ù => u
+"\u00F9" => "u"
+# ú => u
+"\u00FA" => "u"
+# û => u
+"\u00FB" => "u"
+# ü => u
+"\u00FC" => "u"
+# ý => y
+"\u00FD" => "y"
+# ÿ => y
+"\u00FF" => "y"
+# Ź => Z
+"\u0179" => "Z"
+# Ż => Z
+"\u017b" => "Z"
+# ff => ff
+"\uFB00" => "ff"
+# fi => fi
+"\uFB01" => "fi"
+# fl => fl
+"\uFB02" => "fl"
+# ffi => ffi
+"\uFB03" => "ffi"
+# ffl => ffl
+"\uFB04" => "ffl"
+# ſt => st
+"\uFB05" => "st"
+# st => st
+"\uFB06" => "st"
diff --git a/configsets/search_api_solr_8.x-3.0/conf/7.x/accents_und.txt b/configsets/search_api_solr_8.x-3.0/conf/7.x/accents_und.txt
new file mode 100644
index 0000000..7c883f8
--- /dev/null
+++ b/configsets/search_api_solr_8.x-3.0/conf/7.x/accents_und.txt
@@ -0,0 +1,148 @@
+# À => A
+"\u00C0" => "A"
+# Á => A
+"\u00C1" => "A"
+# Â => A
+"\u00C2" => "A"
+# Ã => A
+"\u00C3" => "A"
+# Ä => A
+"\u00C4" => "A"
+# Å => A
+"\u00C5" => "A"
+# Æ => AE
+"\u00C6" => "AE"
+# Ç => C
+"\u00C7" => "C"
+# È => E
+"\u00C8" => "E"
+# É => E
+"\u00C9" => "E"
+# Ê => E
+"\u00CA" => "E"
+# Ë => E
+"\u00CB" => "E"
+# Ì => I
+"\u00CC" => "I"
+# Í => I
+"\u00CD" => "I"
+# Î => I
+"\u00CE" => "I"
+# Ï => I
+"\u00CF" => "I"
+# IJ => IJ
+"\u0132" => "IJ"
+# Ð => D
+"\u00D0" => "D"
+# Ñ => N
+"\u00D1" => "N"
+# Ò => O
+"\u00D2" => "O"
+# Ó => O
+"\u00D3" => "O"
+# Ô => O
+"\u00D4" => "O"
+# Õ => O
+"\u00D5" => "O"
+# Ö => O
+"\u00D6" => "O"
+# Ø => O
+"\u00D8" => "O"
+# Œ => OE
+"\u0152" => "OE"
+# Þ
+"\u00DE" => "TH"
+# Ù => U
+"\u00D9" => "U"
+# Ú => U
+"\u00DA" => "U"
+# Û => U
+"\u00DB" => "U"
+# Ü => U
+"\u00DC" => "U"
+# Ý => Y
+"\u00DD" => "Y"
+# Ÿ => Y
+"\u0178" => "Y"
+# à => a
+"\u00E0" => "a"
+# á => a
+"\u00E1" => "a"
+# â => a
+"\u00E2" => "a"
+# ã => a
+"\u00E3" => "a"
+# ä => a
+"\u00E4" => "a"
+# å => a
+"\u00E5" => "a"
+# æ => ae
+"\u00E6" => "ae"
+# ç => c
+"\u00E7" => "c"
+# è => e
+"\u00E8" => "e"
+# é => e
+"\u00E9" => "e"
+# ê => e
+"\u00EA" => "e"
+# ë => e
+"\u00EB" => "e"
+# ì => i
+"\u00EC" => "i"
+# í => i
+"\u00ED" => "i"
+# î => i
+"\u00EE" => "i"
+# ï => i
+"\u00EF" => "i"
+# ij => ij
+"\u0133" => "ij"
+# ð => d
+"\u00F0" => "d"
+# ñ => n
+"\u00F1" => "n"
+# ò => o
+"\u00F2" => "o"
+# ó => o
+"\u00F3" => "o"
+# ô => o
+"\u00F4" => "o"
+# õ => o
+"\u00F5" => "o"
+# ö => o
+"\u00F6" => "o"
+# ø => o
+"\u00F8" => "o"
+# œ => oe
+"\u0153" => "oe"
+# ß => ss
+"\u00DF" => "ss"
+# þ => th
+"\u00FE" => "th"
+# ù => u
+"\u00F9" => "u"
+# ú => u
+"\u00FA" => "u"
+# û => u
+"\u00FB" => "u"
+# ü => u
+"\u00FC" => "u"
+# ý => y
+"\u00FD" => "y"
+# ÿ => y
+"\u00FF" => "y"
+# ff => ff
+"\uFB00" => "ff"
+# fi => fi
+"\uFB01" => "fi"
+# fl => fl
+"\uFB02" => "fl"
+# ffi => ffi
+"\uFB03" => "ffi"
+# ffl => ffl
+"\uFB04" => "ffl"
+# ſt => st
+"\uFB05" => "st"
+# st => st
+"\uFB06" => "st"
diff --git a/configsets/search_api_solr_8.x-3.0/conf/7.x/elevate.xml b/configsets/search_api_solr_8.x-3.0/conf/7.x/elevate.xml
new file mode 100644
index 0000000..193a0e7
--- /dev/null
+++ b/configsets/search_api_solr_8.x-3.0/conf/7.x/elevate.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-3.0/conf/7.x/protwords_en.txt b/configsets/search_api_solr_8.x-3.0/conf/7.x/protwords_en.txt
new file mode 100644
index 0000000..e69de29
diff --git a/configsets/search_api_solr_8.x-3.0/conf/7.x/protwords_und.txt b/configsets/search_api_solr_8.x-3.0/conf/7.x/protwords_und.txt
new file mode 100644
index 0000000..e69de29
diff --git a/configsets/search_api_solr_8.x-3.0/conf/7.x/schema.xml b/configsets/search_api_solr_8.x-3.0/conf/7.x/schema.xml
new file mode 100644
index 0000000..632a184
--- /dev/null
+++ b/configsets/search_api_solr_8.x-3.0/conf/7.x/schema.xml
@@ -0,0 +1,474 @@
+
+
+
+
+]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ &extrafields;
+
+
+ &extratypes;
+
+
+ id
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-3.0/conf/7.x/schema_extra_fields.xml b/configsets/search_api_solr_8.x-3.0/conf/7.x/schema_extra_fields.xml
new file mode 100644
index 0000000..f5d7418
--- /dev/null
+++ b/configsets/search_api_solr_8.x-3.0/conf/7.x/schema_extra_fields.xml
@@ -0,0 +1,89 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-3.0/conf/7.x/schema_extra_types.xml b/configsets/search_api_solr_8.x-3.0/conf/7.x/schema_extra_types.xml
new file mode 100644
index 0000000..8b5e82f
--- /dev/null
+++ b/configsets/search_api_solr_8.x-3.0/conf/7.x/schema_extra_types.xml
@@ -0,0 +1,228 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-3.0/conf/7.x/solrconfig.xml b/configsets/search_api_solr_8.x-3.0/conf/7.x/solrconfig.xml
new file mode 100644
index 0000000..76d8084
--- /dev/null
+++ b/configsets/search_api_solr_8.x-3.0/conf/7.x/solrconfig.xml
@@ -0,0 +1,1386 @@
+
+
+
+
+]>
+
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+ ${solr.luceneMatchVersion:LUCENE_70}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.data.dir:}
+
+
+
+
+
+
+
+
+ ${solr.hdfs.home:}
+
+ ${solr.hdfs.confdir:}
+
+ ${solr.hdfs.blockcache.enabled:true}
+
+ ${solr.hdfs.blockcache.global:true}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.lock.type:native}
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+ &index;
+
+
+
+
+
+
+
+
+ ${solr.ulog.dir:}
+
+
+
+
+ ${solr.autoCommit.MaxDocs:-1}
+ ${solr.autoCommit.MaxTime:15000}
+ false
+
+
+
+
+
+ ${solr.autoSoftCommit.MaxDocs:-1}
+ ${solr.autoSoftCommit.MaxTime:-1}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+ 20
+
+
+ 200
+
+
+
+
+
+
+
+
+
+
+
+ static firstSearcher warming in solrconfig.xml
+
+
+
+
+
+ false
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ lucene
+ id
+ explicit
+ true
+
+ ${solr.selectSearchHandler.timeAllowed:-1}
+
+ false
+
+
+ spellcheck
+ elevator
+
+
+
+
+
+
+ explicit
+ json
+ true
+ id
+
+
+
+
+
+
+
+
+
+ 1
+ 1
+ false
+
+ ${solr.mlt.timeAllowed:2000}
+
+
+
+
+
+
+ id
+ explicit
+ true
+
+
+
+
+
+ id
+
+
+
+
+
+
+ true
+ ignored_
+
+
+ true
+ links
+ ignored_
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+ ${solr.replication.master:false}
+ commit
+ startup
+ ${solr.replication.confFiles:schema.xml,elevate.xml}
+
+
+ ${solr.replication.slave:false}
+ ${solr.replication.masterUrl:http://localhost:8983/solr}/replication
+ ${solr.replication.pollInterval:00:00:60}
+
+
+
+
+
+
+ true
+ json
+ true
+
+
+
+
+
+
+ &extra;
+
+
+
+
+ id
+ und
+ on
+ false
+ false
+ 1
+ 5
+ 5
+ true
+ true
+ 10
+ 5
+
+
+ spellcheck
+
+
+
+
+
+ true
+ und
+ 10
+
+
+ suggest
+
+
+
+
+
+
+
+
+ id
+ true
+
+
+ tvComponent
+
+
+
+
+
+
+
+
+
+ true
+ false
+
+
+ terms
+
+
+
+
+
+
+ false
+ false
+ false
+ true
+ false
+ 1
+ false
+ 10
+
+
+ terms
+ spellcheck
+ suggest
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+ id
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ,,
+ ,,
+ ,,
+ ,,
+ ,]]>
+ ]]>
+
+
+
+
+
+ 10
+ .,!?
+
+
+
+
+
+
+ WORD
+
+
+ en
+ US
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-3.0/conf/7.x/solrconfig_extra.xml b/configsets/search_api_solr_8.x-3.0/conf/7.x/solrconfig_extra.xml
new file mode 100644
index 0000000..4c71569
--- /dev/null
+++ b/configsets/search_api_solr_8.x-3.0/conf/7.x/solrconfig_extra.xml
@@ -0,0 +1,54 @@
+
+
+ en
+ spellcheck_en
+ solr.DirectSolrSpellChecker
+ internal
+ 0.5
+ 2
+ 1
+ 5
+ 4
+ 0.01
+ .01
+ true
+
+
+
+ und
+ spellcheck_und
+ solr.DirectSolrSpellChecker
+ internal
+ 0.5
+ 2
+ 1
+ 5
+ 4
+ 0.01
+ .01
+ true
+
+
+
+
+ en
+ AnalyzingInfixLookupFactory
+ DocumentDictionaryFactory
+ twm_suggest
+ text_en
+ sm_context_tags
+ true
+ false
+
+
+
+ und
+ AnalyzingInfixLookupFactory
+ DocumentDictionaryFactory
+ twm_suggest
+ text_und
+ sm_context_tags
+ true
+ false
+
+
diff --git a/configsets/search_api_solr_8.x-3.0/conf/7.x/solrconfig_index.xml b/configsets/search_api_solr_8.x-3.0/conf/7.x/solrconfig_index.xml
new file mode 100644
index 0000000..e69de29
diff --git a/configsets/search_api_solr_8.x-3.0/conf/7.x/solrcore.properties b/configsets/search_api_solr_8.x-3.0/conf/7.x/solrcore.properties
new file mode 100644
index 0000000..5e73b79
--- /dev/null
+++ b/configsets/search_api_solr_8.x-3.0/conf/7.x/solrcore.properties
@@ -0,0 +1,13 @@
+solr.replication.master=false
+solr.replication.slave=false
+solr.replication.pollInterval=00:00:60
+solr.replication.masterUrl=http://localhost:8983/solr
+solr.replication.confFiles=schema.xml,elevate.xml,stopwords_en.txt,synonyms_en.txt,protwords_en.txt,accents_en.txt,stopwords_und.txt,synonyms_und.txt,protwords_und.txt,accents_und.txt
+solr.mlt.timeAllowed=2000
+solr.luceneMatchVersion=7.7
+solr.selectSearchHandler.timeAllowed=-1
+solr.autoCommit.MaxDocs=-1
+solr.autoCommit.MaxTime=15000
+solr.autoSoftCommit.MaxDocs=-1
+solr.autoSoftCommit.MaxTime=-1
+solr.install.dir=../../..
diff --git a/configsets/search_api_solr_8.x-3.0/conf/7.x/stopwords_en.txt b/configsets/search_api_solr_8.x-3.0/conf/7.x/stopwords_en.txt
new file mode 100644
index 0000000..6981050
--- /dev/null
+++ b/configsets/search_api_solr_8.x-3.0/conf/7.x/stopwords_en.txt
@@ -0,0 +1,35 @@
+a
+an
+and
+are
+as
+at
+be
+but
+by
+for
+if
+in
+into
+is
+it
+no
+not
+of
+on
+or
+s
+such
+t
+that
+the
+their
+then
+there
+these
+they
+this
+to
+was
+will
+with
diff --git a/configsets/search_api_solr_8.x-3.0/conf/7.x/stopwords_und.txt b/configsets/search_api_solr_8.x-3.0/conf/7.x/stopwords_und.txt
new file mode 100644
index 0000000..e69de29
diff --git a/configsets/search_api_solr_8.x-3.0/conf/7.x/synonyms_en.txt b/configsets/search_api_solr_8.x-3.0/conf/7.x/synonyms_en.txt
new file mode 100644
index 0000000..91689ff
--- /dev/null
+++ b/configsets/search_api_solr_8.x-3.0/conf/7.x/synonyms_en.txt
@@ -0,0 +1 @@
+drupal, durpal
diff --git a/configsets/search_api_solr_8.x-3.0/conf/7.x/synonyms_und.txt b/configsets/search_api_solr_8.x-3.0/conf/7.x/synonyms_und.txt
new file mode 100644
index 0000000..91689ff
--- /dev/null
+++ b/configsets/search_api_solr_8.x-3.0/conf/7.x/synonyms_und.txt
@@ -0,0 +1 @@
+drupal, durpal
diff --git a/configsets/search_api_solr_8.x-3.0/conf/8.x/accents_en.txt b/configsets/search_api_solr_8.x-3.0/conf/8.x/accents_en.txt
new file mode 100644
index 0000000..bed0514
--- /dev/null
+++ b/configsets/search_api_solr_8.x-3.0/conf/8.x/accents_en.txt
@@ -0,0 +1,164 @@
+# À => A
+"\u00C0" => "A"
+# Á => A
+"\u00C1" => "A"
+# Â => A
+"\u00C2" => "A"
+# Ã => A
+"\u00C3" => "A"
+# Ä => A
+"\u00C4" => "A"
+# Å => A
+"\u00C5" => "A"
+# Ą => A
+"\u0104" => "A"
+# Æ => AE
+"\u00C6" => "AE"
+# Ç => C
+"\u00C7" => "C"
+# Ć => C
+"\U0106" => "C"
+# È => E
+"\u00C8" => "E"
+# É => E
+"\u00C9" => "E"
+# Ê => E
+"\u00CA" => "E"
+# Ë => E
+"\u00CB" => "E"
+# Ę => E
+"\u0118" => "E"
+# Ì => I
+"\u00CC" => "I"
+# Í => I
+"\u00CD" => "I"
+# Î => I
+"\u00CE" => "I"
+# Ï => I
+"\u00CF" => "I"
+# IJ => IJ
+"\u0132" => "IJ"
+# Ð => D
+"\u00D0" => "D"
+# Ł => L
+"\u0141" => "L"
+# Ñ => N
+"\u00D1" => "N"
+# Ń => N
+"\u0143" => "N"
+# Ò => O
+"\u00D2" => "O"
+# Ó => O
+"\u00D3" => "O"
+# Ô => O
+"\u00D4" => "O"
+# Õ => O
+"\u00D5" => "O"
+# Ö => O
+"\u00D6" => "O"
+# Ø => O
+"\u00D8" => "O"
+# Œ => OE
+"\u0152" => "OE"
+# Þ
+"\u00DE" => "TH"
+# Ù => U
+"\u00D9" => "U"
+# Ú => U
+"\u00DA" => "U"
+# Û => U
+"\u00DB" => "U"
+# Ü => U
+"\u00DC" => "U"
+# Ý => Y
+"\u00DD" => "Y"
+# Ÿ => Y
+"\u0178" => "Y"
+# à => a
+"\u00E0" => "a"
+# á => a
+"\u00E1" => "a"
+# â => a
+"\u00E2" => "a"
+# ã => a
+"\u00E3" => "a"
+# ä => a
+"\u00E4" => "a"
+# å => a
+"\u00E5" => "a"
+# æ => ae
+"\u00E6" => "ae"
+# ç => c
+"\u00E7" => "c"
+# è => e
+"\u00E8" => "e"
+# é => e
+"\u00E9" => "e"
+# ê => e
+"\u00EA" => "e"
+# ë => e
+"\u00EB" => "e"
+# ì => i
+"\u00EC" => "i"
+# í => i
+"\u00ED" => "i"
+# î => i
+"\u00EE" => "i"
+# ï => i
+"\u00EF" => "i"
+# ij => ij
+"\u0133" => "ij"
+# ð => d
+"\u00F0" => "d"
+# ñ => n
+"\u00F1" => "n"
+# ò => o
+"\u00F2" => "o"
+# ó => o
+"\u00F3" => "o"
+# ô => o
+"\u00F4" => "o"
+# õ => o
+"\u00F5" => "o"
+# ö => o
+"\u00F6" => "o"
+# ø => o
+"\u00F8" => "o"
+# œ => oe
+"\u0153" => "oe"
+# ß => ss
+"\u00DF" => "ss"
+# Ś => S
+"\u015a" => "S"
+# þ => th
+"\u00FE" => "th"
+# ù => u
+"\u00F9" => "u"
+# ú => u
+"\u00FA" => "u"
+# û => u
+"\u00FB" => "u"
+# ü => u
+"\u00FC" => "u"
+# ý => y
+"\u00FD" => "y"
+# ÿ => y
+"\u00FF" => "y"
+# Ź => Z
+"\u0179" => "Z"
+# Ż => Z
+"\u017b" => "Z"
+# ff => ff
+"\uFB00" => "ff"
+# fi => fi
+"\uFB01" => "fi"
+# fl => fl
+"\uFB02" => "fl"
+# ffi => ffi
+"\uFB03" => "ffi"
+# ffl => ffl
+"\uFB04" => "ffl"
+# ſt => st
+"\uFB05" => "st"
+# st => st
+"\uFB06" => "st"
diff --git a/configsets/search_api_solr_8.x-3.0/conf/8.x/accents_und.txt b/configsets/search_api_solr_8.x-3.0/conf/8.x/accents_und.txt
new file mode 100644
index 0000000..7c883f8
--- /dev/null
+++ b/configsets/search_api_solr_8.x-3.0/conf/8.x/accents_und.txt
@@ -0,0 +1,148 @@
+# À => A
+"\u00C0" => "A"
+# Á => A
+"\u00C1" => "A"
+# Â => A
+"\u00C2" => "A"
+# Ã => A
+"\u00C3" => "A"
+# Ä => A
+"\u00C4" => "A"
+# Å => A
+"\u00C5" => "A"
+# Æ => AE
+"\u00C6" => "AE"
+# Ç => C
+"\u00C7" => "C"
+# È => E
+"\u00C8" => "E"
+# É => E
+"\u00C9" => "E"
+# Ê => E
+"\u00CA" => "E"
+# Ë => E
+"\u00CB" => "E"
+# Ì => I
+"\u00CC" => "I"
+# Í => I
+"\u00CD" => "I"
+# Î => I
+"\u00CE" => "I"
+# Ï => I
+"\u00CF" => "I"
+# IJ => IJ
+"\u0132" => "IJ"
+# Ð => D
+"\u00D0" => "D"
+# Ñ => N
+"\u00D1" => "N"
+# Ò => O
+"\u00D2" => "O"
+# Ó => O
+"\u00D3" => "O"
+# Ô => O
+"\u00D4" => "O"
+# Õ => O
+"\u00D5" => "O"
+# Ö => O
+"\u00D6" => "O"
+# Ø => O
+"\u00D8" => "O"
+# Œ => OE
+"\u0152" => "OE"
+# Þ
+"\u00DE" => "TH"
+# Ù => U
+"\u00D9" => "U"
+# Ú => U
+"\u00DA" => "U"
+# Û => U
+"\u00DB" => "U"
+# Ü => U
+"\u00DC" => "U"
+# Ý => Y
+"\u00DD" => "Y"
+# Ÿ => Y
+"\u0178" => "Y"
+# à => a
+"\u00E0" => "a"
+# á => a
+"\u00E1" => "a"
+# â => a
+"\u00E2" => "a"
+# ã => a
+"\u00E3" => "a"
+# ä => a
+"\u00E4" => "a"
+# å => a
+"\u00E5" => "a"
+# æ => ae
+"\u00E6" => "ae"
+# ç => c
+"\u00E7" => "c"
+# è => e
+"\u00E8" => "e"
+# é => e
+"\u00E9" => "e"
+# ê => e
+"\u00EA" => "e"
+# ë => e
+"\u00EB" => "e"
+# ì => i
+"\u00EC" => "i"
+# í => i
+"\u00ED" => "i"
+# î => i
+"\u00EE" => "i"
+# ï => i
+"\u00EF" => "i"
+# ij => ij
+"\u0133" => "ij"
+# ð => d
+"\u00F0" => "d"
+# ñ => n
+"\u00F1" => "n"
+# ò => o
+"\u00F2" => "o"
+# ó => o
+"\u00F3" => "o"
+# ô => o
+"\u00F4" => "o"
+# õ => o
+"\u00F5" => "o"
+# ö => o
+"\u00F6" => "o"
+# ø => o
+"\u00F8" => "o"
+# œ => oe
+"\u0153" => "oe"
+# ß => ss
+"\u00DF" => "ss"
+# þ => th
+"\u00FE" => "th"
+# ù => u
+"\u00F9" => "u"
+# ú => u
+"\u00FA" => "u"
+# û => u
+"\u00FB" => "u"
+# ü => u
+"\u00FC" => "u"
+# ý => y
+"\u00FD" => "y"
+# ÿ => y
+"\u00FF" => "y"
+# ff => ff
+"\uFB00" => "ff"
+# fi => fi
+"\uFB01" => "fi"
+# fl => fl
+"\uFB02" => "fl"
+# ffi => ffi
+"\uFB03" => "ffi"
+# ffl => ffl
+"\uFB04" => "ffl"
+# ſt => st
+"\uFB05" => "st"
+# st => st
+"\uFB06" => "st"
diff --git a/configsets/search_api_solr_8.x-3.0/conf/8.x/elevate.xml b/configsets/search_api_solr_8.x-3.0/conf/8.x/elevate.xml
new file mode 100644
index 0000000..193a0e7
--- /dev/null
+++ b/configsets/search_api_solr_8.x-3.0/conf/8.x/elevate.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-3.0/conf/8.x/protwords_en.txt b/configsets/search_api_solr_8.x-3.0/conf/8.x/protwords_en.txt
new file mode 100644
index 0000000..e69de29
diff --git a/configsets/search_api_solr_8.x-3.0/conf/8.x/protwords_und.txt b/configsets/search_api_solr_8.x-3.0/conf/8.x/protwords_und.txt
new file mode 100644
index 0000000..e69de29
diff --git a/configsets/search_api_solr_8.x-3.0/conf/8.x/schema.xml b/configsets/search_api_solr_8.x-3.0/conf/8.x/schema.xml
new file mode 100644
index 0000000..632a184
--- /dev/null
+++ b/configsets/search_api_solr_8.x-3.0/conf/8.x/schema.xml
@@ -0,0 +1,474 @@
+
+
+
+
+]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ &extrafields;
+
+
+ &extratypes;
+
+
+ id
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-3.0/conf/8.x/schema_extra_fields.xml b/configsets/search_api_solr_8.x-3.0/conf/8.x/schema_extra_fields.xml
new file mode 100644
index 0000000..f5d7418
--- /dev/null
+++ b/configsets/search_api_solr_8.x-3.0/conf/8.x/schema_extra_fields.xml
@@ -0,0 +1,89 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-3.0/conf/8.x/schema_extra_types.xml b/configsets/search_api_solr_8.x-3.0/conf/8.x/schema_extra_types.xml
new file mode 100644
index 0000000..8b5e82f
--- /dev/null
+++ b/configsets/search_api_solr_8.x-3.0/conf/8.x/schema_extra_types.xml
@@ -0,0 +1,228 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-3.0/conf/8.x/solrconfig.xml b/configsets/search_api_solr_8.x-3.0/conf/8.x/solrconfig.xml
new file mode 100644
index 0000000..76d8084
--- /dev/null
+++ b/configsets/search_api_solr_8.x-3.0/conf/8.x/solrconfig.xml
@@ -0,0 +1,1386 @@
+
+
+
+
+]>
+
+
+
+
+
+
+ ${solr.abortOnConfigurationError:true}
+
+
+ ${solr.luceneMatchVersion:LUCENE_70}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.data.dir:}
+
+
+
+
+
+
+
+
+ ${solr.hdfs.home:}
+
+ ${solr.hdfs.confdir:}
+
+ ${solr.hdfs.blockcache.enabled:true}
+
+ ${solr.hdfs.blockcache.global:true}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${solr.lock.type:native}
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+ &index;
+
+
+
+
+
+
+
+
+ ${solr.ulog.dir:}
+
+
+
+
+ ${solr.autoCommit.MaxDocs:-1}
+ ${solr.autoCommit.MaxTime:15000}
+ false
+
+
+
+
+
+ ${solr.autoSoftCommit.MaxDocs:-1}
+ ${solr.autoSoftCommit.MaxTime:-1}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1024
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+
+
+
+
+
+ 20
+
+
+ 200
+
+
+
+
+
+
+
+
+
+
+
+ static firstSearcher warming in solrconfig.xml
+
+
+
+
+
+ false
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ lucene
+ id
+ explicit
+ true
+
+ ${solr.selectSearchHandler.timeAllowed:-1}
+
+ false
+
+
+ spellcheck
+ elevator
+
+
+
+
+
+
+ explicit
+ json
+ true
+ id
+
+
+
+
+
+
+
+
+
+ 1
+ 1
+ false
+
+ ${solr.mlt.timeAllowed:2000}
+
+
+
+
+
+
+ id
+ explicit
+ true
+
+
+
+
+
+ id
+
+
+
+
+
+
+ true
+ ignored_
+
+
+ true
+ links
+ ignored_
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ explicit
+ true
+
+
+
+
+
+
+ ${solr.replication.master:false}
+ commit
+ startup
+ ${solr.replication.confFiles:schema.xml,elevate.xml}
+
+
+ ${solr.replication.slave:false}
+ ${solr.replication.masterUrl:http://localhost:8983/solr}/replication
+ ${solr.replication.pollInterval:00:00:60}
+
+
+
+
+
+
+ true
+ json
+ true
+
+
+
+
+
+
+ &extra;
+
+
+
+
+ id
+ und
+ on
+ false
+ false
+ 1
+ 5
+ 5
+ true
+ true
+ 10
+ 5
+
+
+ spellcheck
+
+
+
+
+
+ true
+ und
+ 10
+
+
+ suggest
+
+
+
+
+
+
+
+
+ id
+ true
+
+
+ tvComponent
+
+
+
+
+
+
+
+
+
+ true
+ false
+
+
+ terms
+
+
+
+
+
+
+ false
+ false
+ false
+ true
+ false
+ 1
+ false
+ 10
+
+
+ terms
+ spellcheck
+ suggest
+
+
+
+
+
+
+ string
+ elevate.xml
+
+
+
+
+
+ explicit
+ id
+
+
+ elevator
+
+
+
+
+
+
+
+
+
+
+ 100
+
+
+
+
+
+
+
+ 70
+
+ 0.5
+
+ [-\w ,/\n\"']{20,200}
+
+
+
+
+
+
+ ]]>
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ,,
+ ,,
+ ,,
+ ,,
+ ,]]>
+ ]]>
+
+
+
+
+
+ 10
+ .,!?
+
+
+
+
+
+
+ WORD
+
+
+ en
+ US
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/configsets/search_api_solr_8.x-3.0/conf/8.x/solrconfig_extra.xml b/configsets/search_api_solr_8.x-3.0/conf/8.x/solrconfig_extra.xml
new file mode 100644
index 0000000..4c71569
--- /dev/null
+++ b/configsets/search_api_solr_8.x-3.0/conf/8.x/solrconfig_extra.xml
@@ -0,0 +1,54 @@
+
+
+ en
+ spellcheck_en
+ solr.DirectSolrSpellChecker
+ internal
+ 0.5
+ 2
+ 1
+ 5
+ 4
+ 0.01
+ .01
+ true
+
+
+
+ und
+ spellcheck_und
+ solr.DirectSolrSpellChecker
+ internal
+ 0.5
+ 2
+ 1
+ 5
+ 4
+ 0.01
+ .01
+ true
+
+
+
+
+ en
+ AnalyzingInfixLookupFactory
+ DocumentDictionaryFactory
+ twm_suggest
+ text_en
+ sm_context_tags
+ true
+ false
+
+
+
+ und
+ AnalyzingInfixLookupFactory
+ DocumentDictionaryFactory
+ twm_suggest
+ text_und
+ sm_context_tags
+ true
+ false
+
+
diff --git a/configsets/search_api_solr_8.x-3.0/conf/8.x/solrconfig_index.xml b/configsets/search_api_solr_8.x-3.0/conf/8.x/solrconfig_index.xml
new file mode 100644
index 0000000..e69de29
diff --git a/configsets/search_api_solr_8.x-3.0/conf/8.x/solrcore.properties b/configsets/search_api_solr_8.x-3.0/conf/8.x/solrcore.properties
new file mode 100644
index 0000000..5e73b79
--- /dev/null
+++ b/configsets/search_api_solr_8.x-3.0/conf/8.x/solrcore.properties
@@ -0,0 +1,13 @@
+solr.replication.master=false
+solr.replication.slave=false
+solr.replication.pollInterval=00:00:60
+solr.replication.masterUrl=http://localhost:8983/solr
+solr.replication.confFiles=schema.xml,elevate.xml,stopwords_en.txt,synonyms_en.txt,protwords_en.txt,accents_en.txt,stopwords_und.txt,synonyms_und.txt,protwords_und.txt,accents_und.txt
+solr.mlt.timeAllowed=2000
+solr.luceneMatchVersion=7.7
+solr.selectSearchHandler.timeAllowed=-1
+solr.autoCommit.MaxDocs=-1
+solr.autoCommit.MaxTime=15000
+solr.autoSoftCommit.MaxDocs=-1
+solr.autoSoftCommit.MaxTime=-1
+solr.install.dir=../../..
diff --git a/configsets/search_api_solr_8.x-3.0/conf/8.x/stopwords_en.txt b/configsets/search_api_solr_8.x-3.0/conf/8.x/stopwords_en.txt
new file mode 100644
index 0000000..6981050
--- /dev/null
+++ b/configsets/search_api_solr_8.x-3.0/conf/8.x/stopwords_en.txt
@@ -0,0 +1,35 @@
+a
+an
+and
+are
+as
+at
+be
+but
+by
+for
+if
+in
+into
+is
+it
+no
+not
+of
+on
+or
+s
+such
+t
+that
+the
+their
+then
+there
+these
+they
+this
+to
+was
+will
+with
diff --git a/configsets/search_api_solr_8.x-3.0/conf/8.x/stopwords_und.txt b/configsets/search_api_solr_8.x-3.0/conf/8.x/stopwords_und.txt
new file mode 100644
index 0000000..e69de29
diff --git a/configsets/search_api_solr_8.x-3.0/conf/8.x/synonyms_en.txt b/configsets/search_api_solr_8.x-3.0/conf/8.x/synonyms_en.txt
new file mode 100644
index 0000000..91689ff
--- /dev/null
+++ b/configsets/search_api_solr_8.x-3.0/conf/8.x/synonyms_en.txt
@@ -0,0 +1 @@
+drupal, durpal
diff --git a/configsets/search_api_solr_8.x-3.0/conf/8.x/synonyms_und.txt b/configsets/search_api_solr_8.x-3.0/conf/8.x/synonyms_und.txt
new file mode 100644
index 0000000..91689ff
--- /dev/null
+++ b/configsets/search_api_solr_8.x-3.0/conf/8.x/synonyms_und.txt
@@ -0,0 +1 @@
+drupal, durpal
diff --git a/configsets/search_api_solr_8.x-3.0/conf/README.md b/configsets/search_api_solr_8.x-3.0/conf/README.md
new file mode 100644
index 0000000..5e4b690
--- /dev/null
+++ b/configsets/search_api_solr_8.x-3.0/conf/README.md
@@ -0,0 +1,10 @@
+The `solr-conf-templates` directory contains config-set templates for different
+Solr versions.
+
+**These are templates and are not to be used as config-sets!**
+
+To get a functional config-set you need to generate it via the Drupal admin UI
+or with `drush solr-gsc`. See INSTALL.md in the module directory for details.
+
+**Note:** The config generator uses the 7.x template for Solr 8.x, too. The
+required adjustments for Solr 8 are done during the generation.
diff --git a/scripts/docksal-preinit b/scripts/docksal-preinit
index 9200c0c..dcac4ab 100755
--- a/scripts/docksal-preinit
+++ b/scripts/docksal-preinit
@@ -17,12 +17,17 @@ else
fi
# Remove old symlinks
-find -L ${SOLR_HOME} -type l -delete
+find ${SOLR_HOME}/configsets/ -type l -delete
# Symlinks config set to volume.
-ln -sf "${CONFIG_SET_PATH}/" "${SOLR_HOME}/configsets/${SOLR_DEFAULT_CONFIG_SET}";
+ln -sf "${CONFIG_SET_PATH}" "${SOLR_HOME}/configsets/${SOLR_DEFAULT_CONFIG_SET}";
# set default core
touch "${SOLR_HOME}/configsets/${SOLR_DEFAULT_CONFIG_SET}/core.properties"
-sed -i 's@^SOLR_HEAP=".*"@'"SOLR_HEAP=${SOLR_HEAP}"'@' /opt/solr/bin/solr.in.sh
+# Comment out solr.install.dir param in solrcore.properties
+sed -i 's/^solr.install.dir=/#solr.install.dir=/' ${SOLR_HOME}/configsets/${SOLR_DEFAULT_CONFIG_SET}/conf/solrcore.properties
+
+[[ -n "$SOLR_INCLUDE" ]] || SOLR_INCLUDE="/opt/solr/bin/solr.in.sh"
+
+sudo sed -i 's@^SOLR_HEAP=".*"@'"SOLR_HEAP=${SOLR_HEAP}"'@' $SOLR_INCLUDE
diff --git a/scripts/download_configsets.sh b/scripts/download_configsets.sh
deleted file mode 100755
index c681c03..0000000
--- a/scripts/download_configsets.sh
+++ /dev/null
@@ -1,35 +0,0 @@
-#!/usr/bin/env bash
-
-set -e
-
-if [[ -n "${DEBUG}" ]]; then
- set -x
-fi
-
-drupal_projects=$(curl -s https://ftp.drupal.org/files/projects/ | cut -d'"' -f2)
-
-rm -rf configsets
-
-for module in search_api_solr apachesolr
-do
- files=$(echo "${drupal_projects}" | grep -E "^${module}-(7.x|8.x).*.tar.gz" | grep -vE "(-beta|-dev|-alpha|-rc|-unstable)")
-
- for file in ${files}
- do
- tmp=$(mktemp -d)
- drupal_version=$(echo ${file} | cut -d'-' -f2)
- module_version=$(echo ${file} | cut -d'-' -f3 | sed 's/.tar.gz//g')
-
- curl -s https://ftp.drupal.org/files/projects/${file} | tar xz -C ${tmp}
- dirs=$(find ${tmp}/${module}/solr-conf/ -type d -path "*${VERSION:0:1}.x")
- for dir in ${dirs}
- do
- src_dir=${dir##*/}
- conf_dir="configsets/${module}_${drupal_version}-${module_version}/conf"
- mkdir -p "${conf_dir}"
- cp "${dir}"/* "${conf_dir}"
- echo Add support ${module}_${drupal_version}-${module_version}
- done
- rm -rf ${tmp}
- done
-done
diff --git a/scripts/prepare_configsets.sh b/scripts/prepare_configsets.sh
new file mode 100755
index 0000000..dc20ebe
--- /dev/null
+++ b/scripts/prepare_configsets.sh
@@ -0,0 +1,29 @@
+#!/usr/bin/env bash
+
+set -e
+
+if [[ -n "${DEBUG}" ]]; then
+ set -x
+fi
+
+pwd=$(pwd)
+tmp=$(mktemp -d)
+
+mv configsets/* ${tmp}
+cd ${tmp}
+
+for module in search_api_solr apachesolr
+do
+ dirs=$(find . -type d -path "*/${module}_*/conf/${VERSION:0:1}.x")
+
+ for dir in ${dirs}
+ do
+ conf_dir="${pwd}/configsets/$(echo ${dir} | cut -d'/' -f2- | rev | cut -d'/' -f2- | rev)"
+ mkdir -p ${conf_dir}
+ cp -r ${dir}/* ${conf_dir}
+ echo Add support $(echo ${dir} | cut -d'/' -f2)
+ done
+done
+
+rm -rf ${tmp}
+cd ${pwd}
\ No newline at end of file