exhibits_solr_conf 0.0.5 → 0.0.5.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: 0c7734c926440e3f699e3fb7915583a3e8c1361c
4
- data.tar.gz: 0c607b6fbc7c3bf27acae92ea79fb68d797edf0c
3
+ metadata.gz: b3e85c5158722107ed9e71b173768794c14b159e
4
+ data.tar.gz: 23bf86f53af0208485b15b087bde73d9b0139d99
5
5
  SHA512:
6
- metadata.gz: 124f53f6dc327f40268013d68d6ff2a0ee4a304dd662495cfc8a2ff06bb6b67568150bd892cbfd19db14b6f6dd72876bd1a7328a5fdf8fdfc0591570e2013c93
7
- data.tar.gz: c3d3e7b938387081b892697dcedf5bbd536116323d91ce0cf1077d69ff9854caf407314a241894461d31cdf7919ce61c8e47130bdcc1d1c7c049a2eaacd01492
6
+ metadata.gz: 105085848ae6f9d746d0a9ffd271d6d7727d0ff0e21bae372252635c715c02be5e22c89f3d837aa37de3edb9220a5d6cff121876b2b8b6f88b84dac231df9697
7
+ data.tar.gz: a24e939900fe886308c1aacff4cc5c1779abf4e7a4e2566b83b9904b4716484d98e67c6627f0910583f205916ec6d4f1470b79f7dd91d9053f0f6b8ce5265634
@@ -1,3 +1,3 @@
1
1
  module ExhibitsSolrConf
2
- VERSION = '0.0.5'
2
+ VERSION = '0.0.5.1'
3
3
  end
@@ -724,6 +724,26 @@
724
724
  <str name="pf3_number">callnum_search^3</str>
725
725
  <str name="pf2_number">callnum_search^2</str>
726
726
 
727
+
728
+ <!-- for exhibits -->
729
+ <str name="qf_full_text">
730
+ full_text_unstem_search^5
731
+ full_text_search
732
+ </str>
733
+ <str name="pf_full_text">
734
+ full_text_unstem_search^25
735
+ full_text_search^5
736
+ </str>
737
+ <str name="pf3_full_text">
738
+ full_text_unstem_search^15
739
+ full_text_search^3
740
+ </str>
741
+ <str name="pf2_full_text">
742
+ full_text_unstem_search^10
743
+ full_text_search^2
744
+ </str>
745
+
746
+
727
747
  <bool name="facet">true</bool>
728
748
  <int name="facet.mincount">1</int>
729
749
  <int name="facet.limit">21</int>
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.5
4
+ version: 0.0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Naomi Dushay