co-elastic-query 1.0.4 → 1.0.5

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: 6b4f754d95872b184d47e43938ab77ba7ead62dd
4
- data.tar.gz: aca341b09604fc28b093ca935ed93915b9835d2c
3
+ metadata.gz: d7cf122783303d47b0df499179ae68b7c651c7c7
4
+ data.tar.gz: f1e3677f0bdd09fe62c47e85a39e8ad71d65b31c
5
5
  SHA512:
6
- metadata.gz: ef2c4b80f074cb8b94d9c9a2447b012ee25dff5ebcf9956413889d44f373ac0acfb5be632a12af07637e8951d5550067c434af7d1a38fd658f870e05ac1749d6
7
- data.tar.gz: 3a783054d18e7a96a5fc7675551d1bfa01bb2d510d86730fef0e04c9febcc374bc1241f558134a526485c3b9944f1bd0e03d9c0956f95693d5cdb225fbaf960a
6
+ metadata.gz: 4dc30af59ddb3292ce6f00124cea1a12e40fed3973acb57e9aca2b0da54a538791d73cb3e5107ba4cca313c331d9ab7fd0cb0b8d5b1c9afcb21551243b85948c
7
+ data.tar.gz: 0173e9e5e5735ac2599d902ae0f4c84d342a2f4292bd6667aa631be7ad940f0b2d2cc2545d27a544a030e7c250639617a84f7a3badffbe86c044a85b2441b3bd
@@ -229,11 +229,10 @@ class Elastic
229
229
  end
230
230
 
231
231
  DEFAULT_SORT = [{
232
- created_at: {
233
- order: :desc,
234
- unmapped_type: :integer
235
- }
236
- }]
232
+ 'doc.created_at' => {
233
+ order: :desc
234
+ }
235
+ }]
237
236
 
238
237
 
239
238
  #protected
@@ -1,3 +1,3 @@
1
1
  module CoElasticQuery
2
- VERSION = "1.0.4"
2
+ VERSION = "1.0.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: co-elastic-query
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4
4
+ version: 1.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stephen von Takach
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-08-10 00:00:00.000000000 Z
12
+ date: 2015-08-11 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler