@Singleton public class IndexMapping extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
TYPE_INDEX_RANGE |
static String |
TYPE_MESSAGE |
| Constructor and Description |
|---|
IndexMapping(org.elasticsearch.client.Client client) |
| Modifier and Type | Method and Description |
|---|---|
org.elasticsearch.action.ActionFuture<org.elasticsearch.action.admin.indices.mapping.put.PutMappingResponse> |
createMapping(String index,
String type,
Map<String,Object> mapping) |
Map<String,Object> |
messageMapping(String analyzer) |
Map<String,Object> |
metaMapping() |
public static final String TYPE_MESSAGE
public static final String TYPE_INDEX_RANGE
Copyright © 2012-2015 Graylog, Inc.. All Rights Reserved.