So I'm not sure how to point to the correct domain with:
boto3.client('cloudsearchdomain').upload_documents(file, type)
The documentation says to configure the domains with CloudSearch DescribeDomains
actions.
However, the documentation for CloudSearch only lists a method, describe_domains
, which merely lists the domains, info etc.
How do I point to the correct domain to upload documents to CloudSearch?
Amazon search is deprecated: Amazon search service is no longer supported. To set up a search functionality on your site(s), configure one of the three built-in search services instead. Amazon Cloud Search is deprecated in Sitefinity 13.3.
A facet is an index field that represents a category that you want to use to refine and filter search results. When you submit search requests to Amazon CloudSearch, you can request facet information to find out how many documents share the same value in a particular field.
when initializing the client, use the kwarg endpoint_url
->
boto3.client('cloudsearchdomain', endpoint_url="http://search.example.cloudsearch.aws")
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With