def create_signed_search_key()

in elastic_enterprise_search/_sync/client/__init__.py [0:0]


    def create_signed_search_key(
        *,
        api_key: str,
        api_key_name: str,
        search_fields: t.Optional[t.Dict[str, t.Any]] = DEFAULT,
        result_fields: t.Optional[t.Dict[str, t.Any]] = DEFAULT,
        filters: t.Optional[t.Dict[str, t.Any]] = DEFAULT,
        facets: t.Optional[t.Dict[str, t.Any]] = DEFAULT,