Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration SearchIndex

Index

Enumeration Members

BOOLEAN: "booleanValue"

Indexed as BOOLEAN

Used by BooleanFields

DATE: "dateValue"

Indexed as DATE

Used by both Date and DateTime Fields

EMAIL: "emailValue"

Indexed as TEXT

Used by User and UserListFields

FILE_EXTENSION: "fileExtensionValue"

Indexed as KEYWORD

Used by both File and FileList Fields

FILE_NAME: "fileNameValue"

Indexed as TEXT

Used by both File and FileList Fields

FULLTEXT: "fulltextValue"

Indexed as TEXT

Used by all fields

FULL_NAME: "fullNameValue"

Indexed as TEXT

Used by User and UserListFields

KEY: "keyValue"

Indexed as KEYWORD

Used by EnumerationMap and MultichoiceMap Fields

NUMBER: "numberValue"

Indexed as DOUBLE

Used by Number Fields

TEXT: "textValue"

Indexed as TEXT

Used by Text, Enumeration, EnumerationMap, Multichoice and MultichoiceMap Fields

TIMESTAMP: "timestampValue"

Indexed as LONG

Used by both Date and DateTime Fields

USER_ID: "userIdValue"

Indexed as LONG

Used by User and UserListFields

Generated using TypeDoc