Method: JayAPI::Elasticsearch::Stats::Indices#system

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

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

Returns A lazy enumerator of Index objects. Includes only the system indices.

Returns:



31
32
33
# File 'lib/jay_api/elasticsearch/stats/indices.rb', line 31

def system
  @system ||= with_lazy_instantiation { indices.select(&SYSTEM_SELECTOR) }
end