app-search-python
app-search-python copied to clipboard
Elastic App Search Official Python Client
**Steps to reproduce** - Have an environment with Python version 3.4 or above. - Install app-search-python - Try the following script: ```python from elastic_app_search import Client endpoint = 'yourcoolentsearchcloudendpointhere.io/api/as/v1' engine_name...
App search allows you to copy a base_url. This includes the protocol e.g. https://6ddbb728b5014a0eb2bc89a469246231.app-search.us-central1.gcp.cloud.es.io Other app search clients allow you to use this as the base_url. Having to provide it...
The current implementation does not appear to work for self signed certificates. Proposing to implement the ability to specify to not verify the certificates.
Hi, I'm trying to upload 260k records, I'm uploading chunks of 100 records but at the 8th chunk I'm getting > Too Many Requests for url: https://host-oft7yr.api.swiftype.com/api/... How can I...
Hey, I'm not sure if this is a bug, but it was something that really messed up my afternoon. I was unable to get app-search-python to authenticate with a valid...