warclight 0.6.2 → 0.6.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +7 -0
- data/lib/warclight/version.rb +1 -1
- data/solr/conf/schema.xml +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1ab98eda44fe84f3e41ef31c8b639c8db952181dbce9af30a645876874400bde
|
4
|
+
data.tar.gz: 67298b43067fab18ed2b7d370aadbd9c1b3b4cb45e2261a3daf835fac656fa06
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7e9f4d01d8d53f40c6bf61a68dea944392e0304a4afe30637fae7639629a6d3e6c23baa5f70d0c3b588b1647027851d3284cac668ddc761c02fdd273f59d2203
|
7
|
+
data.tar.gz: c0cba8eb52603d60bedb288f59af057d38258f478677ffce4492ab22c898134739e6374743bf8c94f5836bcc1c24c2d8736ffb926cd31c066d2afd17a9c0380b
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,12 @@
|
|
1
1
|
# Change Log
|
2
2
|
|
3
|
+
## [v0.6.2](https://github.com/archivesunleashed/warclight/tree/v0.6.2) (2018-09-25)
|
4
|
+
[Full Changelog](https://github.com/archivesunleashed/warclight/compare/v0.6.1...v0.6.2)
|
5
|
+
|
6
|
+
**Closed issues:**
|
7
|
+
|
8
|
+
- Update conf to handle large links\_hosts [\#44](https://github.com/archivesunleashed/warclight/issues/44)
|
9
|
+
|
3
10
|
## [v0.6.1](https://github.com/archivesunleashed/warclight/tree/v0.6.1) (2018-05-07)
|
4
11
|
[Full Changelog](https://github.com/archivesunleashed/warclight/compare/v0.6.0...v0.6.1)
|
5
12
|
|
data/lib/warclight/version.rb
CHANGED
data/solr/conf/schema.xml
CHANGED
@@ -46,7 +46,7 @@
|
|
46
46
|
<field name="content_type_full" type="string" indexed="true" docValues="true" multiValued="false"/>
|
47
47
|
<field name="content_type_norm" type="string" indexed="true" docValues="true" multiValued="false" default="other"/>
|
48
48
|
<field name="content_type_served" type="string" indexed="true" docValues="true" multiValued="false"/>
|
49
|
-
<field name="content" type="text_general" indexed="
|
49
|
+
<field name="content" type="text_general" indexed="true" stored="true" multiValued="true"/>
|
50
50
|
<field name="content_type_tika" type="string" indexed="true" docValues="true" multiValued="false"/>
|
51
51
|
<field name="content_type" type="string" indexed="true" docValues="true" multiValued="true"/>
|
52
52
|
<field name="content_type_version" type="string" indexed="true" docValues="true" multiValued="false"/>
|