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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d133af0974917f55deead90426273ceec6f07b20d663522badd17db9f3f722eb
4
- data.tar.gz: d05f55c0b458f5a6df15047b8ca3402bd6fb57a35fcca82688561bd4f1be9332
3
+ metadata.gz: 1ab98eda44fe84f3e41ef31c8b639c8db952181dbce9af30a645876874400bde
4
+ data.tar.gz: 67298b43067fab18ed2b7d370aadbd9c1b3b4cb45e2261a3daf835fac656fa06
5
5
  SHA512:
6
- metadata.gz: eac59177a4af6e1cda7ae8136c476701e4916e050c8534e21420554f178110d051eb1bcab15d256e369d7462567d78f68cb3af74bde8d8c1d161101d88489022
7
- data.tar.gz: be99e61f6f3909fde71e2af9dac8788bf173e50416e3706224de2f4484959d096846e7ecf5f5305b8c80c4dc628d8906fc58aefcd9c0eea58e7cb2ef4b5d7efd
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
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Warclight
4
- VERSION = '0.6.2'
4
+ VERSION = '0.6.3'
5
5
  end
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="false" stored="true" multiValued="true"/>
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"/>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: warclight
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.2
4
+ version: 0.6.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nick Ruest