Commit cdc5c3de58db97f0afcbe4214eba901299f7420b
1 parent
0d8abe31
Exists in
master
and in
19 other branches
Cleaned up old comment [skip ci]
Showing
1 changed file
with
1 additions
and
2 deletions
Show diff stats
lib/searchkick/query.rb
... | ... | @@ -466,8 +466,7 @@ module Searchkick |
466 | 466 | payload[:timeout] ||= "#{Searchkick.search_timeout + 1}s" |
467 | 467 | |
468 | 468 | # An empty array will cause only the _id and _type for each hit to be returned |
469 | - # doc for :select - http://www.elasticsearch.org/guide/reference/api/search/fields/ | |
470 | - # doc for :select_v2 - https://www.elastic.co/guide/en/elasticsearch/reference/current/search-request-source-filtering.html | |
469 | + # https://www.elastic.co/guide/en/elasticsearch/reference/current/search-request-source-filtering.html | |
471 | 470 | if options[:select] |
472 | 471 | if options[:select] == [] |
473 | 472 | # intuitively [] makes sense to return no fields, but ES by default returns all fields | ... | ... |