Commit 7f9e08f4e8acc972c09e630b58dc6149602b14ee

Authored by Andrew Kane
1 parent 326e97bb

Fixed total_doc method for ES 5

Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
lib/searchkick/index.rb
... ... @@ -177,7 +177,6 @@ module Searchkick
177 177 client.search(
178 178 index: name,
179 179 body: {
180   - fields: [],
181 180 query: {match_all: {}},
182 181 size: 0
183 182 }
... ...