You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
curl --location --request GET 'http://localhost:8080/v1/documents?query=galaxy&sort=accuracy&page=2&size=5'
curl --location --request GET 'http://localhost:8080/v1/documents?query=%EA%B0%A4%EB%9F%AD%EC%8B%9C&sort=accuracy&page=2&size=5'
Response JSON
{
"code": "0000",
"message": "Success",
"data": {
"meta": {
"totalCount": 2993144,
"pageableCount": 797,
"isEnd": false
},
"documents": [
{
"title": "<b>갤럭시</b>Z폴드4 구매이유",
"contents": "삼성 <b>갤럭시</b> Z폴드 4가 드디어 출시했습니다. 완전 역대급 스펙과 디자인으로 출시가 되어, 많은 폴드시리즈 팬들이 사전예약 주문을 해서 쓰고 있다고 하는데요, 지금 살까 말까 고민하시는 분들을 위해, 디자인/성능/스펙/ 가격 모두 정리해서 한눈에 보기 쉽게 정리해드리도록 하겠습니다. <b>갤럭시</b> Z폴드 4 5G 자급제...",
"url": "http://bottle33.tistory.com/3",
"blogname": "물병세개",
"thumbnail": "https://search2.kakaocdn.net/argon/130x130_85_c/DwsYX8L6Dvy",
"datetime": "2022-09-09T04:25:15Z"
},
...
]
}
}
/v1/keywords/popularTop10: 인기 검색어 조회
Response Data
Name
Type
Description
popularKeywordInfos
Array(PopularKeywordInfo)
인기검색어 정보
PopularKeywordInfo
Name
Type
Description
keyword
String
검색어
searchCount
Integer
검색 건수
Sample
Request curl
curl --location --request GET 'http://localhost:8080/v1/keywords/popularTop10'