common_indexer 0.3.2 → 0.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e6c5f1c0055fe4bdeb9c7dad08297475856d799c
4
- data.tar.gz: d05665e59a8e3c99faf35b8f55f6ebc374f4d6a0
3
+ metadata.gz: cea67e29ca40474b04e30a1e8ec01597d142c7d9
4
+ data.tar.gz: 135e9a4372aaf56b23c5afde220d8943c8b5114a
5
5
  SHA512:
6
- metadata.gz: fa04a66478723c7ec415b8f8e16e185616f3325c9800c4ede8d2f6b025479af2a1ff6158194e13f6b13f2e836ad16c565aabb7307fc8a0591aed51225c9fcb78
7
- data.tar.gz: f6b867fcdc06b91171e35ac1d262253b29144ce163c61570dcbd3cfcf2fa8313f752b23e83a855d4826f67c51c59c8b32b4598dfa7aaec603636d0fdf2c46c79
6
+ metadata.gz: a96754a460b219e7f50425e8fab3b18ade0881f6fbc8e5c5cdbec2b66fc3c288371aebbea8dc2cdf297e6281758299f582e7f9403f13edd30b1311a8739ca019
7
+ data.tar.gz: 68b3111e720c34e4d50cccaed0ac8ce07053482eac4db18bdbec64d3fe6c7a77bca6ea520c7af7ab0806a64899288c7127ef2889280bc99bd256a95d8def999c
data/config/schema.json CHANGED
@@ -108,7 +108,8 @@
108
108
  "type": "keyword",
109
109
  "ignore_above": 512
110
110
  }
111
- }
111
+ },
112
+ "copy_to": ["full_text"]
112
113
  }
113
114
  }
114
115
  }
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module CommonIndexer
4
- VERSION = '0.3.2'
4
+ VERSION = '0.3.3'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: common_indexer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: 0.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Klein
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2019-02-26 00:00:00.000000000 Z
12
+ date: 2019-02-28 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: active-fedora