Package org.elasticsearch.common.lucene.index

  • Class Summary 
    Class Description
    ElasticsearchDirectoryReader
    A FilterDirectoryReader that exposes Elasticsearch internal per shard / index information like the shard ID.
    ElasticsearchLeafReader
    A FilterLeafReader that exposes Elasticsearch internal per shard / index information like the shard ID.
    FilterableTermsEnum
    A frequency TermsEnum that returns frequencies derived from a collection of cached leaf termEnums.
    FreqTermsEnum
    A frequency terms enum that maintains a cache of docFreq, totalTermFreq, or both for repeated term lookup.