Package org.elasticsearch.common.lucene.index


package org.elasticsearch.common.lucene.index
  • Class Summary
    Class
    Description
    A FilterDirectoryReader that exposes Elasticsearch internal per shard / index information like the shard ID.
    A FilterLeafReader that exposes Elasticsearch internal per shard / index information like the shard ID.
    A frequency TermsEnum that returns frequencies derived from a collection of cached leaf termEnums.
    A frequency terms enum that maintains a cache of docFreq, totalTermFreq, or both for repeated term lookup.
    A FilterLeafReader that exposes a StoredFieldsReader optimized for sequential access.