Schema 이력 조회
    • PDF

    Schema 이력 조회

    • PDF

    Article Summary

    해당 도메인에 설정된 검색 설정(Schema)의 이력을 조회합니다. 해당 요청을 수행하기 이전에 Domain 생성이 되어져 있어야 합니다.
    Schema 변경 이력이 있을 때에만 데이터가 출력됩니다.

    GET https://cloudsearch.apigw.gov-ntruss.com/CloudSearch/real/v1/domain/{name}/schema/history
    

    요청

    요청 파라미터

    파라미터 명필수 여부타입제약사항설명
    nameYesstring생성되어져 있는 Domain 이름Schema 이력을 조회하고자 하는 Domain 이름
    limitYesnumberMin:1 MAX:30Pagination Limit
    offsetYesnumberPagination Offset
    orderYesstringDESC, ASC결과 정렬 기준

    응답

    응답 바디

    필드명필수 여부타입설명비고
    toBeSchema.documentNoSchema변경된 Schema
    asIsSchema.documentNoSchema변경 전 Schema
    createdDateNostringSchema 변경 시간

    응답 Status

    HTTP StatusDesc
    200OK(조회 완료)
    400Bad Request
    401Unauthorized
    403Forbidden
    404Not Found
    500Internal Server Error

    예시

    요청 예시

    GET https://cloudsearch.apigw.gov-ntruss.com/CloudSearch/real/v1/domain/car_beta/schema/history?limit=10&offset=0&order=DESC
    

    응답 예시

    [
      {
        "toBeSchema": {
          "document": {
            "autocomplete": {
              "indexName": "brand_name",
              "sectionName": "name"
            },
            "primarySectionName": "docid",
            "sections": [
              {
                "name": "docid"
              },
              {
                "name": "brand"
              },
              {
                "name": "name"
              },
              {
                "docProperties": [
                  {
                    "type": "string",
                    "name": "dp_color"
                  }
                ],
                "name": "color"
              },
              {
                "docProperties": [
                  {
                    "type": "uint32",
                    "name": "dp_price"
                  }
                ],
                "name": "price"
              },
              {
                "docProperties": [
                  {
                    "type": "string",
                    "name": "dp_type"
                  }
                ],
                "name": "type"
              },
              {
                "docProperties": [
                  {
                    "type": "uint32",
                    "name": "dp_sell_cnt"
                  }
                ],
                "name": "sell_cnt"
              },
              {
                "name": "image_url"
              }
            ],
            "indexes": [
              {
                "documentTermWeight": "sum_wgt",
                "buildInfos": [
                  {
                    "indexProcessors": [
                      {
                        "type": "hanaterm",
                        "method": "sgmt",
                        "option": "+korea +josacat +eomicat"
                      }
                    ],
                    "sectionTermWeight": "1.0 * stw_2p(tf, 0.5, 0.25, 0., length / 128.0)",
                    "sections": [
                      "brand",
                      "name"
                    ],
                    "name": "index_build"
                  }
                ],
                "name": "brand_name"
              },
              {
                "name": "color",
                "documentTermWeight": "sum_wgt",
                "buildInfos": [
                  {
                    "name": "index_build_color",
                    "sections": [
                      "color"
                    ],
                    "sectionTermWeight": "1.0 * stw_2p(tf, 0.5, 0.25, 0., length / 128.0)",
                    "indexProcessors": [
                      {
                        "type": "hanaterm",
                        "method": "sgmt",
                        "option": "+korea +josacat +eomicat"
                      }
                    ]
                  }
                ]
              }
            ]
          }
        },
        "asIsSchema": {
          "document": {
            "primarySectionName": "docid",
            "sections": [
              {
                "name": "docid"
              },
              {
                "name": "brand"
              },
              {
                "name": "name"
              },
              {
                "docProperties": [
                  {
                    "type": "string",
                    "name": "dp_color"
                  }
                ],
                "name": "color"
              },
              {
                "docProperties": [
                  {
                    "type": "uint32",
                    "name": "dp_price"
                  }
                ],
                "name": "price"
              },
              {
                "docProperties": [
                  {
                    "type": "string",
                    "name": "dp_type"
                  }
                ],
                "name": "type"
              },
              {
                "docProperties": [
                  {
                    "type": "uint32",
                    "name": "dp_sell_cnt"
                  }
                ],
                "name": "sell_cnt"
              },
              {
                "name": "image_url"
              }
            ],
            "indexes": [
              {
                "name": "brand_name",
                "documentTermWeight": "sum_wgt",
                "buildInfos": [
                  {
                    "indexProcessors": [
                      {
                        "type": "hanaterm",
                        "method": "sgmt",
                        "option": "+korea +josacat +eomicat"
                      }
                    ],
                    "sectionTermWeight": "1.0 * stw_2p(tf, 0.5, 0.25, 0., length / 128.0)",
                    "sections": [
                      "brand",
                      "name"
                    ],
                    "name": "index_build"
                  }
                ]
              }
            ]
          }
        },
        "createdDate": "2019-03-04T06:39:56.072Z"
      }
    ]
    

    이 문서가 도움이 되었습니까?

    What's Next
    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.