Schema

Prev Next

Classic環境で利用できます。

検索設定情報です。

構文

構文は次の通りです。

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

フィールド

フィールドの詳細は次の通りです。

フィールド タイプ 必須の有無 説明
primarySectionName String Required メインセクション(Document Key)
  • 英数字、記号「_」のみ使用して3~20文字以内で入力、先頭文字は英字または記号「_」のみ使用可能
sections List<Section> Required セクション情報リスト
indexes List<Index> Required インデックス情報リスト