SearchResultProcessing
    • PDF

    SearchResultProcessing

    • PDF

    기사 요약

    설명

    검색 결과 후처리 설정

    구문

    private String section_name;
    private Object result_processing;
    

    검색 요청 시 예시

    {
      "search": {
        "content": {
          "main": {
            "query": "키보드"
          }
        }
      },
      "result_processing": {
        "writer": {
          "remove_duplicate": true
        }
      }
    }
    

    필드

    필드 명필수 여부타입제약사항설명
    section_nameYesString기존에 생성된 섹션 중에서 선택후처리의 기준이 되는 섹션 지정
    result_processingYesObject검색 결과 후처리를 지정하는 Map 형태의 Object
  • key : 후처리 방식 (예 : 중복 제거 - "remove_duplicate")
  • value : 후처리 방식 사용 여부(true, false)

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

    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.