org.elasticsearch.index.cache
Class IndexCache

java.lang.Object
  extended by org.elasticsearch.index.AbstractIndexComponent
      extended by org.elasticsearch.index.cache.IndexCache
All Implemented Interfaces:
IndexComponent

public class IndexCache
extends AbstractIndexComponent


Field Summary
 
Fields inherited from class org.elasticsearch.index.AbstractIndexComponent
componentSettings, index, indexSettings, logger
 
Constructor Summary
IndexCache(Index index)
           
IndexCache(Index index, Settings indexSettings, FilterCache filterCache)
           
 
Method Summary
 FilterCache filter()
           
 
Methods inherited from class org.elasticsearch.index.AbstractIndexComponent
index, nodeName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexCache

public IndexCache(Index index)

IndexCache

@Inject
public IndexCache(Index index,
                         @IndexSettings
                         Settings indexSettings,
                         FilterCache filterCache)
Method Detail

filter

public FilterCache filter()