Debugging search results

이상민·2021년 5월 11일
0
post-thumbnail

Debugging unexpected search results

GET /product/_doc/1/_explain
{
    "query" : {
        "term" : {
            "name" : "lobster"
        }
    }
}
  • using _explain API, developers can see why or why not a doc was included in the search result
profile
편하게 읽기 좋은 단위의 포스트를 추구하는 개발자입니다

0개의 댓글