Method: JayAPI::Elasticsearch::Stats::Indices#user

Defined in:
lib/jay_api/elasticsearch/stats/indices.rb

#userEnumerator::Lazy<JayAPI::Elasticsearch::Stats::Index>

Returns A lazy enumerator of Index objects. Includes only the user-defined indices.

Returns:



38
39
40
# File 'lib/jay_api/elasticsearch/stats/indices.rb', line 38

def user
  @user ||= with_lazy_instantiation { indices.reject(&SYSTEM_SELECTOR) }
end