QueryInterpretationOptions
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
JSON 표현 |
{
"disableNlInterpretation": boolean,
"enableVerbatimMode": boolean,
"disableSupplementalResults": boolean
} |
필드 |
disableNlInterpretation |
boolean
쿼리의 자연어 (NL) 해석을 사용 중지하는 플래그입니다. 기본값은 false입니다. 자연어 해석을 사용 중지하려면 true로 설정하세요. NL 해석은 사전 정의된 데이터 소스에만 적용됩니다.
|
enableVerbatimMode |
boolean
이 플래그를 사용 설정하면 쿼리의 자연어 (NL) 해석, 보조 결과 검색, 맞춤 동의어를 포함한 동의어 사용과 같은 모든 내부 최적화가 사용 중지됩니다. 두 플래그 중 하나라도 true이면 Nl 해석이 사용 중지됩니다.
|
disableSupplementalResults |
boolean
이 플래그를 사용하여 쿼리의 보조 결과를 사용 중지합니다. SearchApplication 수준에서 선택한 보조 결과 설정이 true로 설정된 경우 우선 적용됩니다.
|
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-25(UTC)
[null,null,["최종 업데이트: 2025-07-25(UTC)"],[],[],null,["# QueryInterpretationOptions\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\noptions to interpret user query.\n\n| JSON representation |\n|----------------------------------------------------------------------------------------------------------------------|\n| ``` { \"disableNlInterpretation\": boolean, \"enableVerbatimMode\": boolean, \"disableSupplementalResults\": boolean } ``` |\n\n| Fields ||\n|------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `disableNlInterpretation` | `boolean` Flag to disable natural language (NL) interpretation of queries. Default is false, Set to true to disable natural language interpretation. NL interpretation only applies to predefined datasources. |\n| `enableVerbatimMode` | `boolean` Enable this flag to turn off all internal optimizations like natural language (NL) interpretation of queries, supplemental result retrieval, and usage of synonyms including custom ones. Nl interpretation will be disabled if either one of the two flags is true. |\n| `disableSupplementalResults` | `boolean` Use this flag to disable supplemental results for a query. Supplemental results setting chosen at SearchApplication level will take precedence if set to True. |"]]