Enum Field.FieldType (2.0.0)

public enum Field.FieldType extends Enum<Field.FieldType>

The type of the field value.

Static Fields

NameDescription
ATOM

An indivisible text content.

DATE

A Date with no time component.

GEO_POINT

Geographical coordinates of a point, in WGS84.

HTML

HTML content.

NUMBER

Double precision floating-point number.

TEXT

Text content.

TOKENIZED_PREFIX

Tokenized prefix field content.

UNTOKENIZED_PREFIX

Untokenized prefix field content.

VECTOR

Vector field content.

Static Methods

NameDescription
valueOf(String name)
values()