Classic環境で利用できます。
検索設定情報です。
構文
構文は次の通りです。
private String primarySectionName;
private List<Section> sections = new ArrayList<Section>();
private List<Index> indexes = new ArrayList<Index>();
フィールド
フィールドの詳細は次の通りです。
フィールド | タイプ | 必須の有無 | 説明 |
---|---|---|---|
primarySectionName |
String | Required | メインセクション(Document Key)
|
sections |
List<Section> | Required | セクション情報リスト |
indexes |
List<Index> | Required | インデックス情報リスト |