| Package | Description |
|---|---|
| org.graylog2.indexer.fieldtypes |
| Modifier and Type | Method and Description |
|---|---|
abstract FieldTypes.Type |
FieldTypes.Type.Builder.build() |
static FieldTypes.Type |
FieldTypes.Type.createType(String type,
Set<String> properties) |
FieldTypes.Type |
FieldTypes.Type.withIndexNames(Set<String> indexNames) |
| Modifier and Type | Method and Description |
|---|---|
Optional<FieldTypes.Type> |
FieldTypeMapper.mapType(String typeName)
Map the given Elasticsearch field type to a Graylog type.
|
abstract com.google.common.collect.ImmutableSet<FieldTypes.Type> |
FieldTypes.types() |
| Modifier and Type | Method and Description |
|---|---|
FieldTypes.Builder |
FieldTypes.Builder.addType(FieldTypes.Type type) |
| Modifier and Type | Method and Description |
|---|---|
static FieldTypes |
FieldTypes.create(String fieldName,
Set<FieldTypes.Type> types) |
FieldTypes.Builder |
FieldTypes.Builder.types(Set<FieldTypes.Type> types) |
Copyright © 2012–2018 Graylog, Inc.. All rights reserved.