elastics-client 1.0.5 → 1.0.6
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/lib/elastics-client.rb +1 -0
- data/lib/elastics/client_live_reindex.rb +17 -0
- metadata +3 -2
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.6
|
data/lib/elastics-client.rb
CHANGED
@@ -0,0 +1,17 @@
|
|
1
|
+
module Elastics
|
2
|
+
module LiveReindex
|
3
|
+
|
4
|
+
extend self
|
5
|
+
|
6
|
+
# this method will be overridden by the flex-admin gem
|
7
|
+
def should_prefix_index?
|
8
|
+
false
|
9
|
+
end
|
10
|
+
|
11
|
+
# this method will be overridden by the flex-admin gem
|
12
|
+
def should_track_change?
|
13
|
+
false
|
14
|
+
end
|
15
|
+
|
16
|
+
end
|
17
|
+
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: elastics-client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.6
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-08-
|
12
|
+
date: 2013-08-22 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: multi_json
|
@@ -84,6 +84,7 @@ files:
|
|
84
84
|
- lib/elastics/class_proxy/templates.rb
|
85
85
|
- lib/elastics/class_proxy/templates/doc.rb
|
86
86
|
- lib/elastics/class_proxy/templates/search.rb
|
87
|
+
- lib/elastics/client_live_reindex.rb
|
87
88
|
- lib/elastics/configuration.rb
|
88
89
|
- lib/elastics/errors.rb
|
89
90
|
- lib/elastics/http_clients/base.rb
|