すべてのプロダクト
Search
ドキュメントセンター

OpenSearch:アプリケーション

最終更新日:Apr 01, 2026

アプリケーションバージョンの詳細です。

{
    "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
}

フィールド

フィールドタイプ説明
idStringバージョンのID。
descriptionStringバージョンの説明。
statusStringバージョンのステータス。有効な値:okstoppedfrozeninitializingunavailabledata_waitingdata_preparing
fetchFieldsArrayデフォルト表示フィールド。
typeStringバージョンのタイプ。有効な値:standard (標準アプリケーション)、advance (旧タイプの高度なアプリケーション — 新しいアプリケーションはこのタイプを使用できません)、enhanced (新タイプの高度なアプリケーション)。
schemaObjectアプリケーションのスキーマ。詳細については、「Schema」をご参照ください。
algoDeploymentIdInteger基本ソート式のID。
progressPercentIntegerデータインポートの進捗率 (パーセンテージ)。例:83 は 83% を示します。
createdIntegerバージョンが作成されたタイムスタンプ。
firstRanks[]Object基本ソート式。詳細については、「FirstRank」をご参照ください。
secondRanks[]Object高度ソート式。詳細については、「SecondRank」をご参照ください。
dataSources[]Objectデータソース。詳細については、「DataSource」をご参照ください。
summaries[]Object検索結果のサマリー設定。詳細については、「Summary」をご参照ください。
queryProcessors[]Objectクエリ分析ルール。詳細については、「QueryProcessor」をご参照ください。