Schema
- 印刷する
- PDF
Schema
- 印刷する
- PDF
記事の要約
この要約は役に立ちましたか?
ご意見ありがとうございます
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 | インデックス情報リスト |
この記事は役に立ちましたか?