SearchPassage
    • PDF

    SearchPassage

    • PDF

    기사 요약

    설명

    검색 결과 추출 방식 설정

    구문

    private String section_name;
    private String passage_type;
    private String passage_option
    private Integer max_length;
    

    검색 요청 시 예시

    {
      "search": {
        "content": {
          "main": {
            "query": "날씨"
          }
        }
      },
      "passage": {
        "TITLE": {
           "passage_type": "classic",
           "passage_option": "mspcnt=1;rmtag=on;",
           "max_length": 400
        },
        "TITLE+BODY": {
           "passage_type": "classic",
           "passage_option": "mspcnt=1;rmtag=on;",
           "max_length": 500
        }
      }
    }
    

    필드

    필드 명필수 여부타입제약사항설명
    section_nameYesString기존에 생성되어있는 섹션 중 선택결과로 출력할 섹션 지정
    passage_typeNoStringnone, classicpassage 추출 방식 지정
  • none: 섹션의 앞 부분부터 읽음
  • classic: 섹션에서 질의 색인어 주변을 읽음
  • passage_optionNoStringpassage 추출 옵션 지정 (CBT 범위 밖)
    max_lengthNoIntegerpassage 추출 길이 지정

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

    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.