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 +4 -4
- data/lib/exhibits_solr_conf/version.rb +1 -1
- data/solr_conf_4_testing/solrconfig.xml +20 -0
- 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: b3e85c5158722107ed9e71b173768794c14b159e
|
4
|
+
data.tar.gz: 23bf86f53af0208485b15b087bde73d9b0139d99
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 105085848ae6f9d746d0a9ffd271d6d7727d0ff0e21bae372252635c715c02be5e22c89f3d837aa37de3edb9220a5d6cff121876b2b8b6f88b84dac231df9697
|
7
|
+
data.tar.gz: a24e939900fe886308c1aacff4cc5c1779abf4e7a4e2566b83b9904b4716484d98e67c6627f0910583f205916ec6d4f1470b79f7dd91d9053f0f6b8ce5265634
|
@@ -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>
|