org.elasticsearch.index.cache.query.parser.soft
Class SoftQueryParserCache

java.lang.Object
  extended by org.elasticsearch.index.AbstractIndexComponent
      extended by org.elasticsearch.index.cache.query.parser.support.AbstractJvmQueryParserCache
          extended by org.elasticsearch.index.cache.query.parser.soft.SoftQueryParserCache
All Implemented Interfaces:
CloseableComponent, QueryParserCache, IndexComponent

public class SoftQueryParserCache
extends AbstractJvmQueryParserCache


Field Summary
 
Fields inherited from class org.elasticsearch.index.AbstractIndexComponent
componentSettings, index, indexSettings, logger
 
Constructor Summary
SoftQueryParserCache(Index index, Settings indexSettings)
           
 
Method Summary
 
Methods inherited from class org.elasticsearch.index.cache.query.parser.support.AbstractJvmQueryParserCache
clear, close, get, put
 
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
 
Methods inherited from interface org.elasticsearch.index.IndexComponent
index
 

Constructor Detail

SoftQueryParserCache

@Inject
public SoftQueryParserCache(Index index,
                                   @IndexSettings
                                   Settings indexSettings)