アプリケーションバージョンの詳細です。
例
{
"id": "100303063",
"description": "",
"status": "ok",
"fetchFields": [
"id",
"title",
"buy",
"cate_id",
"cate_name"
],
"type": "enhanced",
"schema": {
"tables": {
"main": {
"primaryTable": true,
"name": "main",
"fields": {
"id": {
"name": "id",
"type": "LITERAL",
"primaryKey": true
},
"title": {
"name": "title",
"type": "TEXT",
"primaryKey": false
},
"buy": {
"name": "buy",
"type": "INT",
"primaryKey": false
},
"cate_id": {
"name": "cate_id",
"type": "INT",
"primaryKey": false
},
"cate_name": {
"name": "cate_name",
"type": "LITERAL",
"primaryKey": false
}
}
}
},
"indexes": {
"searchFields": {
"id": {
"fields": [
"id"
]
},
"default": {
"fields": [
"title"
],
"analyzer": "chn_standard"
},
"buy": {
"fields": [
"buy"
]
}
},
"filterFields": [
"id",
"buy",
"cate_id",
"cate_name"
]
}
},
"algoDeploymentId": 0,
"firstRanks": [{
"id": "",
"name": "default",
"description": "",
"active": false,
"meta": [{
"attribute": "static_bm25()",
"arg": "",
"weight": 1
}],
"created": 0,
"updated": 0
},
{
"id": "887857",
"name": "first_rank_lsh_1",
"description": "",
"active": true,
"meta": [{
"attribute": "static_bm25()",
"arg": "",
"weight": 10
},
{
"attribute": "exact_match_boost()",
"arg": "",
"weight": 20
},
{
"attribute": "buy",
"arg": "",
"weight": 30
}
],
"created": 1590977140,
"updated": 1590977140
}
],
"secondRanks": [{
"id": "-1",
"name": "default",
"meta": "",
"active": true,
"description": "",
"created": 0,
"updated": 0
}],
"dataSources": [],
"summaries": [{
"name": "default",
"meta": [{
"field": "title",
"len": 50,
"element": "em",
"ellipsis": "...",
"snippet": 1
}]
}],
"created": 1590977140,
"queryProcessors": [{
"name": "sum_lsh_test_1",
"active": true,
"indexes": [
"default"
],
"processors": [{
"useSystemDictionary": true,
"interventionDictionary": "",
"name": "stop_word"
},
{
"useSystemDictionary": true,
"interventionDictionary": "",
"name": "spell_check"
},
{
"useSystemDictionary": true,
"interventionDictionary": "",
"name": "term_weighting"
},
{
"useSystemDictionary": true,
"interventionDictionary": "",
"name": "synonym"
}
],
"domain": "GENERAL",
"created": 1590977142,
"updated": 1590977142
}],
"progressPercent": 100
}フィールド
| フィールド | タイプ | 説明 |
|---|---|---|
| id | String | バージョンのID。 |
| description | String | バージョンの説明。 |
| status | String | バージョンのステータス。有効な値:ok、stopped、frozen、initializing、unavailable、data_waiting、data_preparing。 |
| fetchFields | Array | デフォルト表示フィールド。 |
| type | String | バージョンのタイプ。有効な値:standard (標準アプリケーション)、advance (旧タイプの高度なアプリケーション — 新しいアプリケーションはこのタイプを使用できません)、enhanced (新タイプの高度なアプリケーション)。 |
| schema | Object | アプリケーションのスキーマ。詳細については、「Schema」をご参照ください。 |
| algoDeploymentId | Integer | 基本ソート式のID。 |
| progressPercent | Integer | データインポートの進捗率 (パーセンテージ)。例:83 は 83% を示します。 |
| created | Integer | バージョンが作成されたタイムスタンプ。 |
| firstRanks[] | Object | 基本ソート式。詳細については、「FirstRank」をご参照ください。 |
| secondRanks[] | Object | 高度ソート式。詳細については、「SecondRank」をご参照ください。 |
| dataSources[] | Object | データソース。詳細については、「DataSource」をご参照ください。 |
| summaries[] | Object | 検索結果のサマリー設定。詳細については、「Summary」をご参照ください。 |
| queryProcessors[] | Object | クエリ分析ルール。詳細については、「QueryProcessor」をご参照ください。 |