| 修飾子とタイプ | メソッドと説明 |
|---|---|
MapperService |
IndexService.mapperService() |
| コンストラクタと説明 |
|---|
IndexService(Injector injector,
Index index,
NodeEnvironment nodeEnv,
AnalysisService analysisService,
MapperService mapperService,
IndexQueryParserService queryParserService,
SimilarityService similarityService,
IndexAliasesService aliasesService,
IndexCache indexCache,
IndexSettingsService settingsService,
IndexFieldDataService indexFieldData,
BitsetFilterCache bitSetFilterCache,
IndicesService indicesServices) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
MapperService |
CodecService.mapperService() |
| コンストラクタと説明 |
|---|
CodecService(Index index,
IndexSettingsService indexSettingsService,
MapperService mapperService) |
PerFieldMappingPostingFormatCodec(org.apache.lucene.codecs.lucene50.Lucene50StoredFieldsFormat.Mode compressionMode,
MapperService mapperService,
ESLogger logger) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
IndexFieldData<?> |
IndexFieldData.Builder.build(Index index,
Settings indexSettings,
MappedFieldType fieldType,
IndexFieldDataCache cache,
CircuitBreakerService breakerService,
MapperService mapperService) |
| コンストラクタと説明 |
|---|
IndexFieldDataService(Index index,
IndexSettingsService indexSettingsService,
IndicesFieldDataCache indicesFieldDataCache,
CircuitBreakerService circuitBreakerService,
MapperService mapperService) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
IndexFieldData<?> |
ParentChildIndexFieldData.Builder.build(Index index,
Settings indexSettings,
MappedFieldType fieldType,
IndexFieldDataCache cache,
CircuitBreakerService breakerService,
MapperService mapperService) |
IndexOrdinalsFieldData |
PagedBytesIndexFieldData.Builder.build(Index index,
Settings indexSettings,
MappedFieldType fieldType,
IndexFieldDataCache cache,
CircuitBreakerService breakerService,
MapperService mapperService) |
IndexFieldData<AtomicNumericFieldData> |
PackedArrayIndexFieldData.Builder.build(Index index,
Settings indexSettings,
MappedFieldType fieldType,
IndexFieldDataCache cache,
CircuitBreakerService breakerService,
MapperService mapperService) |
IndexFieldData<?> |
IndexIndexFieldData.Builder.build(Index index,
Settings indexSettings,
MappedFieldType fieldType,
IndexFieldDataCache cache,
CircuitBreakerService breakerService,
MapperService mapperService) |
IndexFieldData<?> |
GeoPointArrayIndexFieldData.Builder.build(Index index,
Settings indexSettings,
MappedFieldType fieldType,
IndexFieldDataCache cache,
CircuitBreakerService breakerService,
MapperService mapperService) |
IndexFieldData<?> |
FloatArrayIndexFieldData.Builder.build(Index index,
Settings indexSettings,
MappedFieldType fieldType,
IndexFieldDataCache cache,
CircuitBreakerService breakerService,
MapperService mapperService) |
IndexFieldData<?> |
DoubleArrayIndexFieldData.Builder.build(Index index,
Settings indexSettings,
MappedFieldType fieldType,
IndexFieldDataCache cache,
CircuitBreakerService breakerService,
MapperService mapperService) |
IndexFieldData<?> |
DocValuesIndexFieldData.Builder.build(Index index,
Settings indexSettings,
MappedFieldType fieldType,
IndexFieldDataCache cache,
CircuitBreakerService breakerService,
MapperService mapperService) |
IndexFieldData<?> |
BytesBinaryDVIndexFieldData.Builder.build(Index index,
Settings indexSettings,
MappedFieldType fieldType,
IndexFieldDataCache cache,
CircuitBreakerService breakerService,
MapperService mapperService) |
IndexFieldData<?> |
AbstractGeoPointDVIndexFieldData.Builder.build(Index index,
Settings indexSettings,
MappedFieldType fieldType,
IndexFieldDataCache cache,
CircuitBreakerService breakerService,
MapperService mapperService) |
| コンストラクタと説明 |
|---|
ParentChildIndexFieldData(Index index,
Settings indexSettings,
MappedFieldType.Names fieldNames,
FieldDataType fieldDataType,
IndexFieldDataCache cache,
MapperService mapperService,
CircuitBreakerService breakerService) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
FieldsVisitor.postProcess(MapperService mapperService) |
| コンストラクタと説明 |
|---|
ShardGetService(IndexShard indexShard,
MapperService mapperService) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
abstract MapperService |
ParseContext.mapperService() |
MapperService |
ParseContext.InternalParseContext.mapperService() |
MapperService |
Mapper.TypeParser.ParserContext.mapperService() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
DocumentMapper |
DocumentMapper.Builder.build(MapperService mapperService) |
static DocumentMapper.Builder |
MapperBuilders.doc(RootObjectMapper.Builder objectBuilder,
MapperService mapperService) |
| コンストラクタと説明 |
|---|
Builder(RootObjectMapper.Builder builder,
MapperService mapperService) |
DocumentMapper(MapperService mapperService,
Mapping mapping) |
DocumentMapperParser(Settings indexSettings,
MapperService mapperService,
AnalysisService analysisService,
SimilarityLookupService similarityLookupService,
ScriptService scriptService,
MapperRegistry mapperRegistry) |
ParserContext(String type,
AnalysisService analysisService,
SimilarityLookupService similarityLookupService,
MapperService mapperService,
Map<String,Mapper.TypeParser> typeParsers,
Version indexVersionCreated,
ParseFieldMatcher parseFieldMatcher) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static MapperService |
MapperTestUtils.newMapperService(Path tempDir,
Settings indexSettings) |
static MapperService |
MapperTestUtils.newMapperService(Path tempDir,
Settings indexSettings,
IndicesModule indicesModule) |
| コンストラクタと説明 |
|---|
PercolatorQueriesRegistry(ShardId shardId,
Settings indexSettings,
IndexQueryParserService queryParserService,
ShardIndexingService indexingService,
IndicesLifecycle indicesLifecycle,
MapperService mapperService,
IndexFieldDataService indexFieldDataService,
ShardPercolateService shardPercolateService) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
MapperService |
QueryParseContext.mapperService() |
| コンストラクタと説明 |
|---|
IndexQueryParserService(Index index,
IndexSettingsService indexSettingsService,
IndicesQueriesRegistry indicesQueriesRegistry,
ScriptService scriptService,
AnalysisService analysisService,
MapperService mapperService,
IndexCache indexCache,
IndexFieldDataService fieldDataService,
BitsetFilterCache bitsetFilterCache,
SimilarityService similarityService) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
MapperService |
IndexShard.mapperService() |
| コンストラクタと説明 |
|---|
IndexShard(ShardId shardId,
IndexSettingsService indexSettingsService,
IndicesLifecycle indicesLifecycle,
Store store,
StoreRecoveryService storeRecoveryService,
ThreadPool threadPool,
MapperService mapperService,
IndexQueryParserService queryParserService,
IndexCache indexCache,
IndexAliasesService indexAliasesService,
IndicesQueryCache indicesQueryCache,
ShardPercolateService shardPercolateService,
CodecService codecService,
ShardTermVectorsService termVectorsService,
IndexFieldDataService indexFieldDataService,
IndexService indexService,
IndicesWarmer warmer,
SnapshotDeletionPolicy deletionPolicy,
SimilarityService similarityService,
EngineFactory factory,
ClusterService clusterService,
ShardPath path,
BigArrays bigArrays,
IndexSearcherWrappingService wrappingService,
IndexingMemoryController indexingMemoryController) |
ShadowIndexShard(ShardId shardId,
IndexSettingsService indexSettingsService,
IndicesLifecycle indicesLifecycle,
Store store,
StoreRecoveryService storeRecoveryService,
ThreadPool threadPool,
MapperService mapperService,
IndexQueryParserService queryParserService,
IndexCache indexCache,
IndexAliasesService indexAliasesService,
IndicesQueryCache indicesQueryCache,
ShardPercolateService shardPercolateService,
CodecService codecService,
ShardTermVectorsService termVectorsService,
IndexFieldDataService indexFieldDataService,
IndexService indexService,
IndicesWarmer warmer,
SnapshotDeletionPolicy deletionPolicy,
SimilarityService similarityService,
EngineFactory factory,
ClusterService clusterService,
ShardPath path,
BigArrays bigArrays,
IndexSearcherWrappingService wrappingService,
IndexingMemoryController indexingMemoryController) |
TranslogRecoveryPerformer(ShardId shardId,
MapperService mapperService,
IndexQueryParserService queryParserService,
IndexAliasesService indexAliasesService,
IndexCache indexCache,
ESLogger logger) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
MapperService |
SimilarityService.mapperService() |
| コンストラクタと説明 |
|---|
SimilarityService(Index index,
IndexSettingsService indexSettingsService,
SimilarityLookupService similarityLookupService,
MapperService mapperService) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
MapperService |
PercolateContext.mapperService() |
| コンストラクタと説明 |
|---|
ParentChildInnerHits(SearchContext context,
ParsedQuery query,
Map<String,InnerHitsContext.BaseInnerHits> childInnerHits,
MapperService mapperService,
DocumentMapper documentMapper) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
abstract MapperService |
SearchContext.mapperService() |
MapperService |
FilteredSearchContext.mapperService() |
MapperService |
DefaultSearchContext.mapperService() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
MapperService |
LeafDocLookup.mapperService() |
MapperService |
DocLookup.mapperService() |
| コンストラクタと説明 |
|---|
SearchLookup(MapperService mapperService,
IndexFieldDataService fieldDataService,
String[] types) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
SuggestionSearchContext.SuggestionContext |
SuggestContextParser.parse(XContentParser parser,
MapperService mapperService,
IndexQueryParserService queryParserService,
HasContextAndHeaders headersContext) |
SuggestionSearchContext |
SuggestParseElement.parseInternal(XContentParser parser,
MapperService mapperService,
IndexQueryParserService queryParserService,
String index,
int shardId,
HasContextAndHeaders headersContext) |
static boolean |
SuggestUtils.parseSuggestContext(XContentParser parser,
MapperService mapperService,
String fieldName,
SuggestionSearchContext.SuggestionContext suggestion,
ParseFieldMatcher parseFieldMatcher) |
static void |
SuggestUtils.verifySuggestion(MapperService mapperService,
org.apache.lucene.util.BytesRef globalText,
SuggestionSearchContext.SuggestionContext suggestion) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
SuggestionSearchContext.SuggestionContext |
CompletionSuggestParser.parse(XContentParser parser,
MapperService mapperService,
IndexQueryParserService queryParserService,
HasContextAndHeaders headersContext) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
SuggestionSearchContext.SuggestionContext |
PhraseSuggestParser.parse(XContentParser parser,
MapperService mapperService,
IndexQueryParserService queryParserService,
HasContextAndHeaders headersContext) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
SuggestionSearchContext.SuggestionContext |
TermSuggestParser.parse(XContentParser parser,
MapperService mapperService,
IndexQueryParserService queryParserService,
HasContextAndHeaders headersContext) |
Copyright © 2009–2016. All rights reserved.