Module: Google::Cloud::DiscoveryEngine::V1::SearchRequest::ContentSearchSpec::SearchResultMode
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1/search_service.rb
Overview
Specifies the search result mode. If unspecified, the
search result mode defaults to DOCUMENTS
.
Constant Summary collapse
- SEARCH_RESULT_MODE_UNSPECIFIED =
Default value.
0
- DOCUMENTS =
Returns documents in the search result.
1
- CHUNKS =
Returns chunks in the search result. Only available if the [DataStore.DocumentProcessingConfig.chunking_config][] is specified.
2