arclight 0.1.2 → 0.1.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 +4 -4
- data/.solr_wrapper +0 -1
- data/lib/arclight/version.rb +1 -1
- data/solr/conf/schema.xml +0 -5
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 732e4a7442ecd59d43412a2abadd49f4b1888faf
|
|
4
|
+
data.tar.gz: ffab1450652296e861c892e395f2e4de165610f2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 799727925462d5c0369c035ef6bfae5698399781a8db0f90b2b57381854753a58ceb84f64449665f78133fb1324090d98b44994cfbf646cd73bfc9dd18e69c1b
|
|
7
|
+
data.tar.gz: 5a01b1972ba2313f65e65e785882113a79c835accf10efcde4445bd8f1e56a05be8792fedf9f58fb88f7e2c6b7459d54c46c6c0a1df1761e652ca3d0c7142197
|
data/.solr_wrapper
CHANGED
data/lib/arclight/version.rb
CHANGED
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.
|
|
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-
|
|
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.
|
|
389
|
+
rubygems_version: 2.6.13
|
|
390
390
|
signing_key:
|
|
391
391
|
specification_version: 4
|
|
392
392
|
summary: ''
|