이 예제 프로젝트는 NCP Cloud Search 쉬운 시작 가이드에서 활용되는 예제로 create-react-app 과 spring-boot 로 작성했습니다.
API를 바로 이용하는 경우 아래 JSON 으로 요청하시기 바랍니다.
{
"name": "free-pdf-books",
"type": "small",
"indexerCount": 1,
"searcherCount": 1,
"description": "search for pdf books"
}
{
"document": {
"primarySectionName": "name",
"sections": [
{
"docProperties": [
{
"type": "string",
"name": "dp_name"
}
],
"name": "name"
},
{
"docProperties": [
{
"type": "string",
"name": "dp_topic"
}
],
"name": "topic"
},
{
"docProperties": [
{
"type": "string",
"name": "dp_url"
}
],
"name": "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": ["topic", "name"],
"name": "index_build"
}
],
"name": "index_name"
}
]
}
}
{
"search": {
"index_name": {
"main": {
"query": "test"
}
}
}
}