Uses of Class
org.graylog2.indexer.fieldtypes.FieldTypes.Type
Packages that use FieldTypes.Type
Package
Description
-
Uses of FieldTypes.Type in org.graylog.plugins.views.search.engine.suggestions
Methods in org.graylog.plugins.views.search.engine.suggestions with parameters of type FieldTypes.TypeModifier and TypeMethodDescriptionstatic SuggestionFieldTypeSuggestionFieldType.fromFieldType(FieldTypes.Type field) -
Uses of FieldTypes.Type in org.graylog.plugins.views.search.rest
Methods in org.graylog.plugins.views.search.rest that return FieldTypes.TypeMethods in org.graylog.plugins.views.search.rest with parameters of type FieldTypes.TypeModifier and TypeMethodDescriptionstatic MappedFieldTypeDTOMappedFieldTypeDTO.create(String name, FieldTypes.Type type) -
Uses of FieldTypes.Type in org.graylog2.indexer.fieldtypes
Fields in org.graylog2.indexer.fieldtypes declared as FieldTypes.TypeModifier and TypeFieldDescriptionstatic final FieldTypes.TypeFieldTypeMapper.BINARY_TYPEstatic final FieldTypes.TypeFieldTypeMapper.BOOLEAN_TYPEstatic final FieldTypes.TypeFieldTypeMapper.BYTE_TYPEstatic final FieldTypes.TypeFieldTypeMapper.DATE_TYPEstatic final FieldTypes.TypeFieldTypeMapper.DOUBLE_TYPEstatic final FieldTypes.TypeFieldTypeMapper.FLOAT_TYPEstatic final FieldTypes.TypeFieldTypeMapper.GEO_POINT_TYPEstatic final FieldTypes.TypeFieldTypeMapper.INT_TYPEstatic final FieldTypes.TypeFieldTypeMapper.IP_TYPEstatic final FieldTypes.TypeFieldTypeMapper.LONG_TYPEstatic final FieldTypes.TypeFieldTypeMapper.SHORT_TYPEstatic final FieldTypes.TypeFieldTypeMapper.STRING_FTS_TYPEstatic final FieldTypes.TypeFieldTypeMapper.STRING_TYPEMethods in org.graylog2.indexer.fieldtypes that return FieldTypes.TypeModifier and TypeMethodDescriptionabstract FieldTypes.TypeFieldTypes.Type.Builder.build()static FieldTypes.TypeFieldTypes.Type.createType(String type, Set<String> properties) FieldTypes.Type.withIndexNames(Set<String> indexNames) Methods in org.graylog2.indexer.fieldtypes that return types with arguments of type FieldTypes.TypeModifier and TypeMethodDescriptionFieldTypeMapper.mapType(FieldTypeDTO type) Map the given Elasticsearch field type to a Graylog type.abstract com.google.common.collect.ImmutableSet<FieldTypes.Type>FieldTypes.types()Methods in org.graylog2.indexer.fieldtypes with parameters of type FieldTypes.TypeMethod parameters in org.graylog2.indexer.fieldtypes with type arguments of type FieldTypes.TypeModifier and TypeMethodDescriptionstatic FieldTypesFieldTypes.create(String fieldName, Set<FieldTypes.Type> types) FieldTypes.Builder.types(Set<FieldTypes.Type> types)