exhibits_solr_conf 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4053b33daa9e205060a42654637864d484d57909
4
- data.tar.gz: c766f0573b1b406b603954a8cb4e1452a9c4c013
3
+ metadata.gz: 6337dd6836fbc0642a72a9ff44b4cb71c9a48f44
4
+ data.tar.gz: cdaf04b4c6df1837f134fe7f6d5e054c650aa4b0
5
5
  SHA512:
6
- metadata.gz: 3cdc3897137cb460301373ae657427a05d7e26a1fe339c9a41bfdac55b680d241e04f992ef6c4b96754e77d8eee0e38f2fc27d2441e9c965da8791d5e4a8278f
7
- data.tar.gz: c4fb71ef3800ae32d3bc671a06b67dd7e3b07aa648f1e97cca9d95875c50fe02c9e463bf17e58c640b5f5a78ba2b3dd133117a02acd6d42f32d5e29d071a8c0b
6
+ metadata.gz: 5c401f6625e5199b6ca090d5f19d82354ac81ef9799530bded3372e9a330fe9f6f17bf8b1faf782a3a8e4b491e0a1c1c8fdaf1969bf972587aeebde8736f890a
7
+ data.tar.gz: 414d25ae01c3d15f19bef2adc3a2d4a665056bb96e570c5ca2ac381810b256de8b658514e0385bec79b68bc4fdb953b6f5e5f5915c0258b7b6f0619e782ef0e3
@@ -1,3 +1,3 @@
1
1
  module ExhibitsSolrConf
2
- VERSION = '0.0.3'
2
+ VERSION = '0.0.4'
3
3
  end
@@ -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="../lib/contrib/analysis-extras/lib" />
5
- <lib dir="../lib/contrib/analysis-extras/lucene-libs" />
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>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: exhibits_solr_conf
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Naomi Dushay