| パッケージ | 説明 |
|---|---|
| org.elasticsearch.index.mapper.object |
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected ObjectMapper.Dynamic |
ObjectMapper.Builder.dynamic |
static ObjectMapper.Dynamic |
ObjectMapper.Defaults.DYNAMIC |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
ObjectMapper.Dynamic |
ObjectMapper.dynamic() |
static ObjectMapper.Dynamic |
ObjectMapper.Dynamic.valueOf(String name)
指定した名前を持つこの型の列挙型定数を返します。
|
static ObjectMapper.Dynamic[] |
ObjectMapper.Dynamic.values()
この列挙型の定数を含む配列を宣言されている順序で返します。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected ObjectMapper |
RootObjectMapper.Builder.createMapper(String name,
String fullPath,
boolean enabled,
ObjectMapper.Nested nested,
ObjectMapper.Dynamic dynamic,
ContentPath.Type pathType,
Map<String,Mapper> mappers,
Settings settings) |
protected ObjectMapper |
ObjectMapper.Builder.createMapper(String name,
String fullPath,
boolean enabled,
ObjectMapper.Nested nested,
ObjectMapper.Dynamic dynamic,
ContentPath.Type pathType,
Map<String,Mapper> mappers,
Settings settings) |
T |
ObjectMapper.Builder.dynamic(ObjectMapper.Dynamic dynamic) |
Copyright © 2009–2016. All rights reserved.