arclight 0.1.2 → 0.1.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
  SHA1:
3
- metadata.gz: 174cb3857b5e31e7df7839174cf5ea2dc89d610f
4
- data.tar.gz: 729d53e8aed403a002ecc41d2f4cd234a5b258de
3
+ metadata.gz: 732e4a7442ecd59d43412a2abadd49f4b1888faf
4
+ data.tar.gz: ffab1450652296e861c892e395f2e4de165610f2
5
5
  SHA512:
6
- metadata.gz: a27eeb3926a4957b0e2a72a1e0033925dda3a17435382b052c6b212e96801459a34d29361a278f708da61f17e51215adc468184e681ac8594089ffa780c0f73b
7
- data.tar.gz: 15daaad8d5c85e33be3dbe3a68d7fb5ab389e8fc49bd0ee12e31c1e9dc9306904510c1fb803ebae1d9ebcd30a9c784f564d25fa6a846a94844a6f567d5e92347
6
+ metadata.gz: 799727925462d5c0369c035ef6bfae5698399781a8db0f90b2b57381854753a58ceb84f64449665f78133fb1324090d98b44994cfbf646cd73bfc9dd18e69c1b
7
+ data.tar.gz: 5a01b1972ba2313f65e65e785882113a79c835accf10efcde4445bd8f1e56a05be8792fedf9f58fb88f7e2c6b7459d54c46c6c0a1df1761e652ca3d0c7142197
data/.solr_wrapper CHANGED
@@ -3,4 +3,3 @@
3
3
  collection:
4
4
  dir: solr/conf/
5
5
  name: blacklight-core
6
- version: 6.6.1
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Arclight
4
- VERSION = '0.1.2'
4
+ VERSION = '0.1.3'
5
5
  end
data/solr/conf/schema.xml CHANGED
@@ -531,11 +531,6 @@
531
531
  -->
532
532
  <uniqueKey>id</uniqueKey>
533
533
 
534
- <!-- field for the QueryParser to use when an explicit fieldname is absent -->
535
- <defaultSearchField>text</defaultSearchField>
536
-
537
- <!-- SolrQueryParser configuration: defaultOperator="AND|OR" -->
538
- <solrQueryParser defaultOperator="OR"/>
539
534
 
540
535
  <!-- copyField commands copy one field to another at the time a document
541
536
  is added to the index. It's used either to index the same field differently,
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: arclight
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Darren Hardy
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: exe
13
13
  cert_chain: []
14
- date: 2017-09-26 00:00:00.000000000 Z
14
+ date: 2017-10-03 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: blacklight
@@ -386,7 +386,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
386
386
  version: '0'
387
387
  requirements: []
388
388
  rubyforge_project:
389
- rubygems_version: 2.6.11
389
+ rubygems_version: 2.6.13
390
390
  signing_key:
391
391
  specification_version: 4
392
392
  summary: ''