python/alibabacloud_opensearch/client.py [436:450]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        self,
        app_name: str,
        collector_name: str,
        request: open_search_models.CollectDataRequestModel,
    ) -> open_search_models.CollectDataResponseModel:
        """
        为了给客户提供更高质量的搜索效果，opensearch目前支持客户通过server端上传点击数据。
        """
        runtime = util_models.RuntimeOptions(
            connect_timeout=5000,
            read_timeout=10000,
            autoretry=False,
            ignore_ssl=False,
            max_idle_conns=50
        )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



python/alibabacloud_opensearch/client.py [454:468]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        self,
        app_name: str,
        collector_name: str,
        request: open_search_models.CollectDataRequestModel,
    ) -> open_search_models.CollectDataResponseModel:
        """
        为了给客户提供更高质量的搜索效果，opensearch目前支持客户通过server端上传点击数据。
        """
        runtime = util_models.RuntimeOptions(
            connect_timeout=5000,
            read_timeout=10000,
            autoretry=False,
            ignore_ssl=False,
            max_idle_conns=50
        )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



