How to Add Fields

To add a field, take the following steps:

  1. Click the Indices tab on the top.
  2. On the left pane, under the Index Configuration section, click Fields.
  3. On the Fields page, click + Add Field on the top-right.
  4. In the Add Field dialog box, enter a name in the Field Name field.
  5. Select a field type from the Field Type dropdown list.
    It can be:

    • String
    • Number
    • Trait
    • Dense Vector
    • Entity
    • Keyword  
    • Array
    • Object
  6. Under the Select ones that apply section, select the condition that is applicable to the selected field type in the previous step:Multi-Valued  to indicate that a document can contain multiple values for this field type. It’s enabled by default.
    • Required to not consider a document that does not have a value for this field for the index pipeline. It’s disabled by default.
    • Stored  to query and retrieve the actual values of the field. It’s enabled by default.
    • Indexed  to let the field values retrieve matching documents. Only these fields can be used in Manage Relevance  
  7. Click Add.