Uses of Interface
org.elasticsearch.indices.analysis.PreBuiltCacheFactory.PreBuiltCache
-
Packages that use PreBuiltCacheFactory.PreBuiltCache Package Description org.elasticsearch.index.analysis org.elasticsearch.indices.analysis -
-
Uses of PreBuiltCacheFactory.PreBuiltCache in org.elasticsearch.index.analysis
Fields in org.elasticsearch.index.analysis declared as PreBuiltCacheFactory.PreBuiltCache Modifier and Type Field Description protected PreBuiltCacheFactory.PreBuiltCache<T>PreConfiguredAnalysisComponent. cacheConstructors in org.elasticsearch.index.analysis with parameters of type PreBuiltCacheFactory.PreBuiltCache Constructor Description PreConfiguredAnalysisComponent(String name, PreBuiltCacheFactory.PreBuiltCache<T> cache) -
Uses of PreBuiltCacheFactory.PreBuiltCache in org.elasticsearch.indices.analysis
Fields in org.elasticsearch.indices.analysis declared as PreBuiltCacheFactory.PreBuiltCache Modifier and Type Field Description protected PreBuiltCacheFactory.PreBuiltCache<Analyzer>PreBuiltAnalyzers. cacheMethods in org.elasticsearch.indices.analysis that return PreBuiltCacheFactory.PreBuiltCache Modifier and Type Method Description PreBuiltCacheFactory.PreBuiltCache<Analyzer>PreBuiltAnalyzers. getCache()static <T> PreBuiltCacheFactory.PreBuiltCache<T>PreBuiltCacheFactory. getCache(PreBuiltCacheFactory.CachingStrategy cachingStrategy)
-