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

java.lang.Object
  extended by org.elasticsearch.common.component.AbstractComponent
      extended by org.elasticsearch.cache.query.parser.support.AbstractJvmQueryParserCache
          extended by org.elasticsearch.cache.query.parser.soft.SoftQueryParserCache
All Implemented Interfaces:
QueryParserCache

public class SoftQueryParserCache
extends AbstractJvmQueryParserCache


Field Summary
 
Fields inherited from class org.elasticsearch.common.component.AbstractComponent
componentSettings, logger, settings
 
Constructor Summary
SoftQueryParserCache(Settings settings)
           
 
Method Summary
 
Methods inherited from class org.elasticsearch.cache.query.parser.support.AbstractJvmQueryParserCache
clear, get, put
 
Methods inherited from class org.elasticsearch.common.component.AbstractComponent
nodeName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SoftQueryParserCache

@Inject
public SoftQueryParserCache(Settings settings)