exhibits_solr_conf 0.0.5.1 → 0.0.6

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: b3e85c5158722107ed9e71b173768794c14b159e
4
- data.tar.gz: 23bf86f53af0208485b15b087bde73d9b0139d99
3
+ metadata.gz: 3d5e1b577a0ce17e99d5bd82aa4e182d2f427746
4
+ data.tar.gz: 6d0ff7fb509a6a1bd04f1d7e02b98978c8ac9f3b
5
5
  SHA512:
6
- metadata.gz: 105085848ae6f9d746d0a9ffd271d6d7727d0ff0e21bae372252635c715c02be5e22c89f3d837aa37de3edb9220a5d6cff121876b2b8b6f88b84dac231df9697
7
- data.tar.gz: a24e939900fe886308c1aacff4cc5c1779abf4e7a4e2566b83b9904b4716484d98e67c6627f0910583f205916ec6d4f1470b79f7dd91d9053f0f6b8ce5265634
6
+ metadata.gz: 1097abf7ac582c2dd6bd3748bd6dedfb4a720a97be0a8e73672423ae96a14df64238ea9c5a5f22cf40d4912f3f2aacd5225f4526af4e244bbe8ec794ab16b161
7
+ data.tar.gz: 8dd24e3d584856e18a931861de23b3df2f449e4b0a9c9d387bf14476cf239888bd3e034c47b113d356ab8e24307031e2b50b6fcdd54bae8875f9bc6ac3e6f98a
data/README.md CHANGED
@@ -4,9 +4,9 @@
4
4
 
5
5
  Gem supplying a set of Solr config files and a rake task to use in *testing* sul-dlss exhibit and spotlight git repos, such as:
6
6
 
7
- * sul-exhibits-templates
7
+ * sul_exhibits_templates
8
8
  * spotlight-dor-resources
9
- * exhibits-requests
9
+ * exhibits_requests
10
10
 
11
11
  Production Solr config files for exhibits are part of sul-solr-configs.
12
12
 
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
  spec.license = 'Apache-2.0'
12
12
 
13
13
  spec.summary = 'Solr config files for testing sul-dlss exhibit and spotlight git repos.'
14
- spec.description = 'A set of Solr config files and a rake task for testing sul-dlss exhibit and spotlight git repos (sul-exhibits-templates, spotlight-dor-resources, exhibits-requests'
14
+ spec.description = 'A set of Solr config files and a rake task for testing sul-dlss exhibit and spotlight git repos (sul_exhibits_templates, spotlight-dor-resources, exhibits_requests'
15
15
  spec.homepage = 'https://github.com/sul-dlss/exhibits_solr_conf'
16
16
 
17
17
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^spec/}) }
@@ -1,3 +1,3 @@
1
1
  module ExhibitsSolrConf
2
- VERSION = '0.0.5.1'
2
+ VERSION = '0.0.6'
3
3
  end
@@ -17,8 +17,7 @@
17
17
  <field name="all_unstem_search" type="textNoStem" indexed="true" stored="true" multiValued="true" />
18
18
  <field name="vern_all_search" type="text" indexed="true" stored="true" multiValued="true" />
19
19
 
20
- <!-- Format Field: facet and display -->
21
- <field name="format" type="string" indexed="true" stored="true" multiValued="true" />
20
+ <!-- Format Field is now format_main_ssim: facet and display -->
22
21
 
23
22
  <!-- Language Field: facet and display -->
24
23
  <field name="language" type="string" indexed="true" stored="true" multiValued="true" />
@@ -151,7 +150,6 @@
151
150
  <field name="pub_date" type="string" indexed="true" stored="true" />
152
151
  <field name="pub_year_tisim" type="tint" indexed="true" stored="true" multiValued="true" />
153
152
  <field name="pub_display" type="string" indexed="false" stored="true" multiValued="true"/>
154
- <field name="pub_date_display" type="string" indexed="false" stored="true"/>
155
153
  <field name="imprint_display" type="string" indexed="false" stored="true" multiValued="true"/>
156
154
 
157
155
  <!-- URL Fields -->
@@ -774,11 +774,11 @@
774
774
  <str name="f.format_physical_ssim.facet.method">enum</str>
775
775
  <str name="facet.field">genre_ssim</str>
776
776
  <str name="f.genre_ssim.facet.method">enum</str>
777
- <str name="facet.field">format</str>
778
- <str name="f.format.facet.method">enum</str>
779
777
  <str name="facet.field">geographic_facet</str>
780
778
  <str name="facet.field">language</str>
781
- <str name="facet.field">pub_date</str>
779
+ <str name="facet.field">pub_date</str> <!-- deprecated -->
780
+ <str name="facet.field">pub_year_no_approx_isi</str>
781
+ <str name="facet.field">pub_year_w_approx_isi</str>
782
782
  <str name="facet.field">pub_year_tisim</str>
783
783
  <str name="facet.field">topic_facet</str>
784
784
 
@@ -799,7 +799,6 @@
799
799
  db_az_subject,
800
800
  display_type,
801
801
  file_id,
802
- format,
803
802
  format_main_ssim,
804
803
  format_physical_ssim,
805
804
  genre_ssim,
@@ -825,7 +824,6 @@
825
824
  production_year_isi,
826
825
  original_year_isi,
827
826
  copyright_year_isi,
828
- pub_date_display,
829
827
  summary_display,
830
828
  title_245a_display, vern_title_245a_display,
831
829
  title_245c_display, vern_title_245c_display,
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: exhibits_solr_conf
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5.1
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Naomi Dushay
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-11-13 00:00:00.000000000 Z
11
+ date: 2016-01-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -109,7 +109,7 @@ dependencies:
109
109
  - !ruby/object:Gem::Version
110
110
  version: '0'
111
111
  description: A set of Solr config files and a rake task for testing sul-dlss exhibit
112
- and spotlight git repos (sul-exhibits-templates, spotlight-dor-resources, exhibits-requests
112
+ and spotlight git repos (sul_exhibits_templates, spotlight-dor-resources, exhibits_requests
113
113
  email:
114
114
  - ndushay@stanford.edu
115
115
  executables: []
@@ -160,7 +160,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
160
160
  version: '0'
161
161
  requirements: []
162
162
  rubyforge_project:
163
- rubygems_version: 2.4.8
163
+ rubygems_version: 2.4.5.1
164
164
  signing_key:
165
165
  specification_version: 4
166
166
  summary: Solr config files for testing sul-dlss exhibit and spotlight git repos.