module Esearch::Mixin::Exist

Mixin for exist predicate

Public Instance Methods

exist?() click to toggle source

Test if index does exist

@return [true]

if index exists

@return [false]

otherwise

@api private

# File lib/esearch/mixin.rb, line 20
def exist?
  Command::Exist.run(self)
end