Uses of Class
org.elasticsearch.index.mapper.MapperService

Packages that use MapperService
org.elasticsearch.index.get   
org.elasticsearch.index.mapper   
org.elasticsearch.index.percolator   
org.elasticsearch.index.query   
org.elasticsearch.index.search.geo   
org.elasticsearch.index.service   
org.elasticsearch.index.shard.service   
org.elasticsearch.script   
org.elasticsearch.search.internal   
org.elasticsearch.search.lookup   
 

Uses of MapperService in org.elasticsearch.index.get
 

Constructors in org.elasticsearch.index.get with parameters of type MapperService
ShardGetService(ShardId shardId, Settings indexSettings, ScriptService scriptService, MapperService mapperService, IndexCache indexCache)
           
 

Uses of MapperService in org.elasticsearch.index.mapper
 

Constructors in org.elasticsearch.index.mapper with parameters of type MapperService
MapperService.SmartNameFieldMappers(MapperService mapperService, FieldMappers fieldMappers, DocumentMapper docMapper, boolean explicitTypeInName)
           
 

Uses of MapperService in org.elasticsearch.index.percolator
 

Constructors in org.elasticsearch.index.percolator with parameters of type MapperService
PercolatorExecutor(Index index, Settings indexSettings, MapperService mapperService, IndexQueryParserService queryParserService, IndexCache indexCache)
           
 

Uses of MapperService in org.elasticsearch.index.query
 

Methods in org.elasticsearch.index.query that return MapperService
 MapperService QueryParseContext.mapperService()
           
 

Constructors in org.elasticsearch.index.query with parameters of type MapperService
IndexQueryParserService(Index index, Settings indexSettings, IndicesQueriesRegistry indicesQueriesRegistry, ScriptService scriptService, AnalysisService analysisService, MapperService mapperService, IndexCache indexCache, IndexEngine indexEngine, SimilarityService similarityService, Map<String,QueryParserFactory> namedQueryParsers, Map<String,FilterParserFactory> namedFilterParsers)
           
 

Uses of MapperService in org.elasticsearch.index.search.geo
 

Methods in org.elasticsearch.index.search.geo with parameters of type MapperService
static FieldDataType.ExtendedFieldComparatorSource GeoDistanceDataComparator.comparatorSource(String fieldName, double lat, double lon, DistanceUnit unit, GeoDistance geoDistance, FieldDataCache fieldDataCache, MapperService mapperService)
           
 

Constructors in org.elasticsearch.index.search.geo with parameters of type MapperService
GeoDistanceDataComparator(int numHits, String fieldName, double lat, double lon, DistanceUnit unit, GeoDistance geoDistance, FieldDataCache fieldDataCache, MapperService mapperService)
           
 

Uses of MapperService in org.elasticsearch.index.service
 

Methods in org.elasticsearch.index.service that return MapperService
 MapperService IndexService.mapperService()
           
 MapperService InternalIndexService.mapperService()
           
 

Constructors in org.elasticsearch.index.service with parameters of type MapperService
InternalIndexService(Injector injector, Index index, Settings indexSettings, NodeEnvironment nodeEnv, ThreadPool threadPool, PercolatorService percolatorService, AnalysisService analysisService, MapperService mapperService, IndexQueryParserService queryParserService, SimilarityService similarityService, IndexAliasesService aliasesService, IndexCache indexCache, IndexEngine indexEngine, IndexGateway indexGateway, IndexStore indexStore, IndexSettingsService settingsService)
           
 

Uses of MapperService in org.elasticsearch.index.shard.service
 

Constructors in org.elasticsearch.index.shard.service with parameters of type MapperService
InternalIndexShard(ShardId shardId, Settings indexSettings, IndexSettingsService indexSettingsService, IndicesLifecycle indicesLifecycle, Store store, Engine engine, MergeSchedulerProvider mergeScheduler, Translog translog, ThreadPool threadPool, MapperService mapperService, IndexQueryParserService queryParserService, IndexCache indexCache, IndexAliasesService indexAliasesService, ShardIndexingService indexingService, ShardGetService getService, ShardSearchService searchService, ShardIndexWarmerService shardWarmerService)
           
 

Uses of MapperService in org.elasticsearch.script
 

Methods in org.elasticsearch.script with parameters of type MapperService
 SearchScript ScriptService.search(MapperService mapperService, FieldDataCache fieldDataCache, String lang, String script, Map<String,Object> vars)
           
 

Uses of MapperService in org.elasticsearch.search.internal
 

Methods in org.elasticsearch.search.internal that return MapperService
 MapperService SearchContext.mapperService()
           
 

Uses of MapperService in org.elasticsearch.search.lookup
 

Methods in org.elasticsearch.search.lookup that return MapperService
 MapperService DocLookup.mapperService()
           
 

Constructors in org.elasticsearch.search.lookup with parameters of type MapperService
SearchLookup(MapperService mapperService, FieldDataCache fieldDataCache, String[] types)
           
 



Copyright © 2009-2012. All Rights Reserved.