Uses of Class
org.elasticsearch.index.similarity.SimilarityService
-
Packages that use SimilarityService Package Description org.elasticsearch.index org.elasticsearch.index.mapper org.elasticsearch.index.query org.elasticsearch.index.shard org.elasticsearch.search.internal -
-
Uses of SimilarityService in org.elasticsearch.index
Methods in org.elasticsearch.index that return SimilarityService Modifier and Type Method Description SimilarityServiceIndexService. similarityService() -
Uses of SimilarityService in org.elasticsearch.index.mapper
Constructors in org.elasticsearch.index.mapper with parameters of type SimilarityService Constructor Description DocumentMapperParser(IndexSettings indexSettings, MapperService mapperService, NamedXContentRegistry xContentRegistry, SimilarityService similarityService, MapperRegistry mapperRegistry, Supplier<QueryShardContext> queryShardContextSupplier)MapperService(IndexSettings indexSettings, IndexAnalyzers indexAnalyzers, NamedXContentRegistry xContentRegistry, SimilarityService similarityService, MapperRegistry mapperRegistry, Supplier<QueryShardContext> queryShardContextSupplier) -
Uses of SimilarityService in org.elasticsearch.index.query
Methods in org.elasticsearch.index.query that return SimilarityService Modifier and Type Method Description SimilarityServiceQueryShardContext. getSimilarityService()Constructors in org.elasticsearch.index.query with parameters of type SimilarityService Constructor Description QueryShardContext(int shardId, IndexSettings indexSettings, BigArrays bigArrays, BitsetFilterCache bitsetFilterCache, BiFunction<MappedFieldType,String,IndexFieldData<?>> indexFieldDataLookup, MapperService mapperService, SimilarityService similarityService, ScriptService scriptService, NamedXContentRegistry xContentRegistry, NamedWriteableRegistry namedWriteableRegistry, Client client, IndexSearcher searcher, LongSupplier nowInMillis, String clusterAlias, Predicate<String> indexNameMatcher) -
Uses of SimilarityService in org.elasticsearch.index.shard
Constructors in org.elasticsearch.index.shard with parameters of type SimilarityService Constructor Description IndexShard(ShardRouting shardRouting, IndexSettings indexSettings, ShardPath path, Store store, Supplier<Sort> indexSortSupplier, IndexCache indexCache, MapperService mapperService, SimilarityService similarityService, EngineFactory engineFactory, IndexEventListener indexEventListener, CheckedFunction<DirectoryReader,DirectoryReader,IOException> indexReaderWrapper, ThreadPool threadPool, BigArrays bigArrays, Engine.Warmer warmer, List<SearchOperationListener> searchOperationListener, List<IndexingOperationListener> listeners, Runnable globalCheckpointSyncer, RetentionLeaseSyncer retentionLeaseSyncer, CircuitBreakerService circuitBreakerService) -
Uses of SimilarityService in org.elasticsearch.search.internal
Methods in org.elasticsearch.search.internal that return SimilarityService Modifier and Type Method Description SimilarityServiceFilteredSearchContext. similarityService()abstract SimilarityServiceSearchContext. similarityService()
-