exhibits_solr_conf 0.1.0 → 0.1.1

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: 30dcb7832f59e8639f6252d753a151b714246f19
4
- data.tar.gz: aa9d295624c868d5300151954671eabca60cca64
3
+ metadata.gz: b6329a917591a16a04bbb912e8c26fdb3e25b298
4
+ data.tar.gz: be92e1e9bf9045832a09502a6b2d21db1aecf84f
5
5
  SHA512:
6
- metadata.gz: 77b57163e146c5cea170a841d0882e249de52bc5d74c33de0a0d327c80305c7c4dc31f4831d254c24a18e58d807a1ae28bbc0d5ad25449567ba3f4c18f88068d
7
- data.tar.gz: 8b04363acf580dfad3abb498c66a71502ae523a062d1a83b739a246a262205fdb597385b3c8bb1cec11f6d1b308c3174b0aca0c96e7f86c301a4baeeb1a8511a
6
+ metadata.gz: c222b0260dada8543ca09ad68cd83061f4b6432d14429562ec14945638337250c08cb6fcb129f32b4c351b4522185b34b339120bac0d21d1162416939b19ec2a
7
+ data.tar.gz: e7a4caea2c6f5878fd89f89efce378f4cce17fb0c9f9d30a0949ff56b2e74ff8924f31f118c8cfcb5b6c5764c852279446cc8270baaabaaf12731d8c3210597e
@@ -1,3 +1,3 @@
1
1
  module ExhibitsSolrConf
2
- VERSION = '0.1.0'.freeze
2
+ VERSION = '0.1.1'.freeze
3
3
  end
@@ -17,7 +17,8 @@
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 is now format_main_ssim: facet and display -->
20
+ <!-- Format Field: facet and display -->
21
+ <field name="format" type="string" indexed="true" stored="true" multiValued="true" />
21
22
 
22
23
  <!-- Language Field: facet and display -->
23
24
  <field name="language" type="string" indexed="true" stored="true" multiValued="true" />
@@ -216,7 +217,7 @@
216
217
  <!-- collection (facet and display): "sirsi" or, for DOR items, the id of their parent coll -->
217
218
  <field name="collection" type="string" indexed="true" stored="true" multiValued="true" omitNorms="true" />
218
219
  <!-- collection_with_title: easy way to indicate item's parent coll title in UI (may be deprecated in future) -->
219
- <field name="collection_with_title" type="string" indexed="false" stored="true" multiValued="true" />
220
+ <field name="collection_with_title" type="string" indexed="true" stored="true" multiValued="true" />
220
221
  <!-- collection_search: allow searching within collections for aggr. colls -->
221
222
  <field name="collection_search" type="string_punct_stop" indexed="true" stored="true" multiValued="true" omitNorms="true" />
222
223
  <!-- display_type: used by UI code, e.g. 'file' or 'image' -->
@@ -761,12 +761,15 @@
761
761
  <str name="f.format_physical_ssim.facet.method">enum</str>
762
762
  <str name="facet.field">genre_ssim</str>
763
763
  <str name="f.genre_ssim.facet.method">enum</str>
764
+ <str name="facet.field">format</str>
765
+ <str name="f.format.facet.method">enum</str>
764
766
  <str name="facet.field">geographic_facet</str>
765
767
  <str name="facet.field">language</str>
766
768
  <str name="facet.field">pub_year_no_approx_isi</str>
767
769
  <str name="facet.field">pub_year_w_approx_isi</str>
768
770
  <str name="facet.field">pub_year_tisim</str>
769
771
  <str name="facet.field">topic_facet</str>
772
+ <str name="facet.field">collection_with_title</str>
770
773
 
771
774
  <!-- Highlighting defaults -->
772
775
  <str name="hl.fl">all_search full_text_search</str>
@@ -785,6 +788,7 @@
785
788
  db_az_subject,
786
789
  display_type,
787
790
  file_id,
791
+ format,
788
792
  format_main_ssim,
789
793
  format_physical_ssim,
790
794
  genre_ssim,
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.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Naomi Dushay
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-07-06 00:00:00.000000000 Z
11
+ date: 2016-07-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler