amazon-cloudsearch Questions
5
Following situation:
I´m storing elements in a DyanmoDb for my customers. HashKey is a Element ID and Range Key is the customer ID. In addition to these fields I´m storing an array of strings -> ...
Anselmi asked 31/5, 2017 at 17:30
2
Solved
I'm trying to use boto3 to query my CloudSearch domain using the docs as a guide: http://boto3.readthedocs.io/en/latest/reference/services/cloudsearchdomain.html#client
import boto3
import json
...
Shelled asked 16/5, 2018 at 13:2
1
I was wondering what are the main differences between Amazon CloudSearch and Kendra? Why are there two different tools from the same company that compete with each other? Both look the same, I am n...
Jinks asked 14/9, 2020 at 1:4
3
I've put together a simple search form, with a search box and a couple of filters as dropdowns. Everything works as you'd expect, except that I want the behavior to be that when the user leaves eve...
Denominational asked 30/12, 2013 at 22:52
0
I'm adding a search by name options in my current CloudSeach integration. I'm searching for a key name by passing phrase field=name 'Stratosphere Hotel, Casino' for filter_query. This is working fi...
Anus asked 25/7, 2019 at 11:30
3
I have about 1.5 million documents in an AWS CloudSearch index. It is costing me too much and I wish to migrate off the service. I have been unable to see how I can download or export my documents ...
Batsman asked 16/12, 2013 at 22:28
8
Solved
I have an AWS CloudSearch instance that I am still developing.
At times, such as when I make some modification to the format of a field, I find myself wanting to wipe out all of the data and regen...
Minx asked 9/7, 2013 at 20:11
3
Solved
I'm testing Amazon Cloudsearch for my web application and i'm running into some strange issues.
I have the following domain indexes: name, email, id.
For example, I have data such as: John Doe, [...
Tajo asked 28/4, 2015 at 16:37
0
I have a problem registering repository to aws elastic search.
Here is the link I use to do that:
[http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-managedomains-snapshots...
Are asked 11/11, 2017 at 3:40
4
Solved
I have an amazon cloudsearch domain. The aim is to filter if the field 'language' exists.
Not all objects have a language, and I want to have the ones which do have a language filtered, but the one...
Resume asked 27/10, 2014 at 16:4
1
Solved
When should I use AWS Elasticsearch over AWS CloudSearch and vice versa?
Billups asked 31/8, 2017 at 23:12
2
Solved
I'm using Dynamo DB pretty heavily for a service I'm building. A new client request has come in that requires cloud search. I see that a cloud search domain can be created from a dynamo table via t...
Weal asked 12/5, 2015 at 23:8
0
Im trying to add some flexible search functionality to my dynamoDB, so I set up the AWS CloudSearchDomain service. Which I believed could add a wrapper around my dynamoDB and retrieve documents wit...
Industrialism asked 13/6, 2017 at 20:22
2
Solved
How are phrase and term different in a Structured query?
I have this data in my CloudSearch domain:
{
"guid": 9,
"operating_systems": [
"12345", "123"
],
"manufacturer": "sealand",
"model":...
Congregationalism asked 10/3, 2016 at 8:57
5
Solved
I'm just starting to work with boto to connect to Amazon CloudSearch.
I got the examples working, but I can't find any examples of connecting to an existing domain, all the examples create a new ...
Palette asked 6/10, 2012 at 19:33
1
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 Describe...
Matthaus asked 4/4, 2017 at 20:36
2
Solved
I am attempting to delete a single document in AWS CloudSearch using the following batch document:
[{
"type": "delete",
"id": "532177"
}]
but I get the following error from AWS:
and when dow...
Chaldron asked 22/7, 2014 at 23:37
1
Solved
I am trying to get my head around how fuzzy search works on AWS CloudSearch
I want to find "Star Wars" but in my search, I spell it
ster wers
The logic of my app will add fuzzy but it never re...
Vannesavanness asked 31/3, 2015 at 11:55
3
Solved
What libraries are out there to perform searches in AWS' CloudSearch domains? The AWS SDK is virtually devoid of search capabilities.
I would like to use Amazon CloudSearch for a project to sear...
Madsen asked 21/8, 2012 at 9:8
3
I'm searching for information on how ElasticSearch would scale with the amount of data in its indexes and am surprised how little I can find on that topic. Maybe some experience from the crowd here...
Slater asked 30/4, 2013 at 12:5
1
Solved
I am trying to create a domain and uploading a sample data which is like :
[
{
"type": "add",
"id": "1371964",
"version": 1,
"lang": "eng",
"fields": {
"id": "1371964",
"uid": "1200983280",...
Reube asked 4/6, 2014 at 11:37
2
I want to retrieve all my searchable document from cloudsearch
I tried to do a negative search like that:
search-[mySearchEndPoint].cloudsearch.amazonaws.com/2011-02-01/search?bq=(not keywords: '...
Palacios asked 28/1, 2013 at 16:27
1
I'm interested in using AWS Cloud Search for my web app.
I have 3 different document types that I want to make searchable (users - articles - images).
What is the best way to do this with Cloud ...
Knuckleduster asked 3/4, 2013 at 20:15
2
Solved
can we upload files(text, pdf etc.) on AWS Cloud Search using API? I read its documentation but I didn't get any reference on
http://docs.amazonwebservices.com/cloudsearch/latest/developerguide/S...
Cholesterol asked 22/6, 2012 at 15:13
1
© 2022 - 2024 — McMap. All rights reserved.