Uses of Class
org.elasticsearch.indices.mapper.MapperRegistry
-
Packages that use MapperRegistry Package Description org.elasticsearch.cluster.metadata org.elasticsearch.index org.elasticsearch.index.mapper org.elasticsearch.indices -
-
Uses of MapperRegistry in org.elasticsearch.cluster.metadata
Constructors in org.elasticsearch.cluster.metadata with parameters of type MapperRegistry Constructor Description MetaDataIndexUpgradeService(Settings settings, NamedXContentRegistry xContentRegistry, MapperRegistry mapperRegistry, IndexScopedSettings indexScopedSettings) -
Uses of MapperRegistry in org.elasticsearch.index
Methods in org.elasticsearch.index with parameters of type MapperRegistry Modifier and Type Method Description MapperServiceIndexModule. newIndexMapperService(NamedXContentRegistry xContentRegistry, MapperRegistry mapperRegistry, ScriptService scriptService)creates a new mapper service to do administrative work like mapping updates.IndexServiceIndexModule. newIndexService(IndexService.IndexCreationContext indexCreationContext, NodeEnvironment environment, NamedXContentRegistry xContentRegistry, IndexService.ShardStoreDeleter shardStoreDeleter, CircuitBreakerService circuitBreakerService, BigArrays bigArrays, ThreadPool threadPool, ScriptService scriptService, ClusterService clusterService, Client client, IndicesQueryCache indicesQueryCache, MapperRegistry mapperRegistry, IndicesFieldDataCache indicesFieldDataCache, NamedWriteableRegistry namedWriteableRegistry) -
Uses of MapperRegistry in org.elasticsearch.index.mapper
Constructors in org.elasticsearch.index.mapper with parameters of type MapperRegistry 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 MapperRegistry in org.elasticsearch.indices
Methods in org.elasticsearch.indices that return MapperRegistry Modifier and Type Method Description MapperRegistryIndicesModule. getMapperRegistry()A registry for all field mappers.Constructors in org.elasticsearch.indices with parameters of type MapperRegistry Constructor Description IndicesService(Settings settings, PluginsService pluginsService, NodeEnvironment nodeEnv, NamedXContentRegistry xContentRegistry, AnalysisRegistry analysisRegistry, IndexNameExpressionResolver indexNameExpressionResolver, MapperRegistry mapperRegistry, NamedWriteableRegistry namedWriteableRegistry, ThreadPool threadPool, IndexScopedSettings indexScopedSettings, CircuitBreakerService circuitBreakerService, BigArrays bigArrays, ScriptService scriptService, ClusterService clusterService, Client client, MetaStateService metaStateService, Collection<Function<IndexSettings,Optional<EngineFactory>>> engineFactoryProviders, Map<String,IndexStorePlugin.DirectoryFactory> directoryFactories)
-