base_indexer 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/config/initializers/base_indexer.rb +1 -1
- data/lib/base_indexer/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2d118d2ed75c9c51447b0478817540be6e771d70
|
4
|
+
data.tar.gz: af50248dadb044c772d0617941c65a5f35089755
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 41a51441cf151a7ae1e2c7eac35c21cf87915f70f27a68cb26bc112db87d3f8e56c0d4ce75c090cd9c969696df95135f46be72ba2771b12604bc0adc4a4c6870
|
7
|
+
data.tar.gz: 7301d83e547234ab2671bcc1bdae8bb008cd4f55c155cb2521d5365a28ba5c1e6a49a10ee573ab43d396daa20f4f9594d4b1d9391aa4510c4216708f13f910bc
|
@@ -4,5 +4,5 @@
|
|
4
4
|
BaseIndexer.indexer_class = 'BaseIndexer::MainIndexerEngine'
|
5
5
|
BaseIndexer.solr_configuration_class_name = 'BaseIndexer::SolrConfigurationFromFile'
|
6
6
|
# BaseIndexer.solr_configuration_class.constantize.new(Rails.configuration.solr_config_file_path)
|
7
|
-
BaseIndexer.mapper_class_name = 'DiscoveryIndexer::
|
7
|
+
BaseIndexer.mapper_class_name = 'DiscoveryIndexer::GeneralMapper'
|
8
8
|
BaseIndexer.solr_writer_class_name = 'BaseIndexer::Solr::Writer'
|
data/lib/base_indexer/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: base_indexer
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ahmed Alsum
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2016-02-
|
12
|
+
date: 2016-02-22 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|