exhibits_solr_conf 0.0.3 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/exhibits_solr_conf/version.rb +1 -1
- data/solr_conf_4_testing/solrconfig.xml +3 -3
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6337dd6836fbc0642a72a9ff44b4cb71c9a48f44
|
|
4
|
+
data.tar.gz: cdaf04b4c6df1837f134fe7f6d5e054c650aa4b0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5c401f6625e5199b6ca090d5f19d82354ac81ef9799530bded3372e9a330fe9f6f17bf8b1faf782a3a8e4b491e0a1c1c8fdaf1969bf972587aeebde8736f890a
|
|
7
|
+
data.tar.gz: 414d25ae01c3d15f19bef2adc3a2d4a665056bb96e570c5ca2ac381810b256de8b658514e0385bec79b68bc4fdb953b6f5e5f5915c0258b7b6f0619e782ef0e3
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8" ?>
|
|
2
2
|
<config>
|
|
3
3
|
<!-- NOTE: these 2 lib dirs are here for testing only and do NOT go in the prod file -->
|
|
4
|
-
<lib dir="
|
|
5
|
-
<lib dir="
|
|
4
|
+
<lib dir="${solr.install.dir:..}/lib/contrib/analysis-extras/lib" />
|
|
5
|
+
<lib dir="${solr.install.dir:..}/lib/contrib/analysis-extras/lucene-libs" />
|
|
6
6
|
|
|
7
7
|
<!-- NOTE: various comments and unused configuration possibilities have been purged
|
|
8
8
|
from this file. Please refer to http://wiki.apache.org/solr/SolrConfigXml,
|
|
@@ -878,4 +878,4 @@
|
|
|
878
878
|
<defaultQuery>search</defaultQuery>
|
|
879
879
|
</admin>
|
|
880
880
|
|
|
881
|
-
</config>
|
|
881
|
+
</config>
|