Class IndexCache

java.lang.Object
org.elasticsearch.index.AbstractIndexComponent
org.elasticsearch.index.cache.IndexCache
All Implemented Interfaces:
java.io.Closeable, java.lang.AutoCloseable, IndexComponent

public class IndexCache
extends AbstractIndexComponent
implements java.io.Closeable
  • Constructor Details

  • Method Details

    • query

      public QueryCache query()
    • bitsetFilterCache

      public BitsetFilterCache bitsetFilterCache()
      Return the BitsetFilterCache for this index.
    • close

      public void close() throws java.io.IOException
      Specified by:
      close in interface java.lang.AutoCloseable
      Specified by:
      close in interface java.io.Closeable
      Throws:
      java.io.IOException
    • clear

      public void clear​(java.lang.String reason)