Schema

Prev Next

Available in Classic

This is the search settings information.

Syntax

The syntax is as follows.

private String primarySectionName;
private List<Section> sections = new ArrayList<Section>();
private List<Index> indexes = new ArrayList<Index>();

Field

The following describes the fields.

Field Type Required Description
primarySectionName String Required Main section (Document Key)
  • 3 to 20 characters, including English letters, numbers, and the special character "_", and must begin with an English letter or special character "_"
sections List<Section> Required Section information list
indexes List<Index> Required Index information list