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)
|
sections |
List<Section> | Required | Section information list |
indexes |
List<Index> | Required | Index information list |