Questions tagged [elastic-appsearch]
28 questions
3
votes
2 answers
Elastic Enterprise/App search installation problem on ubuntu
I'm running a vagrant box which runs ubuntu inside a vm (using Laravel Homestead box)
I'm trying to install the Elastic App-search product.
The first requirement is to install Elastic search, which i have done multiple times. I did the following…

Christophvh
- 12,586
- 7
- 48
- 70
2
votes
1 answer
Implement search based on tags with elastic app-search
Context
I am building a website for a local commune, I have a list of "contact people" which among other things are assigned responsibilities.
Users of the site should be able to search for a given responsibility and then find the person that is…

Patrick Hollweck
- 5,604
- 2
- 19
- 34
1
vote
0 answers
Gatsby with Elastic Search UI, breaks SSR
Im building a page on Gatsby, and the site uses Elastic Cloud, with their search ui components. Pretty nice library actually, but I have a major problem.
If I have one wrapping the in the header and one to wrap the…

chilly
- 193
- 2
- 13
1
vote
0 answers
AND, OR, NOT operator not available in Elastic App Search?
Do we have AND, OR, and NOT operator in Elastic APP SEARCH(not Elasticsearch)? I read the documentation and felt it is not exhaustive for all use cases.
I tried:
{
"search_fields": {
"title": {},
"description": {},
"states": {}
},
…

Arnob
- 43
- 5
1
vote
0 answers
Show Filters button is not displayed when sideContent disappear (on small device)
I am tying to set up elasticsearch and I saw on the park example that there is a "show filters" button when window size gets small.
But I can't find the related settings for it on my actual program, I can see on inspection that the button is there…

eliezra236
- 547
- 1
- 4
- 16
1
vote
1 answer
Updating document in Elastic App Search with script not working
I am fairly new to the elastic search, and I am using the Elastic App Search.
So I am trying to update data in elastic app-search through MongoDB Realm App which basically provide triggers on CRUD operations.
I am able to add documents or update…

Bhupen Pal
- 31
- 4
1
vote
1 answer
Is it possible to use Elastic Enterprise Search through NEST client in C#
I want to use Elastic Enterprise Search in C#, is it possible to do it with the NEST client?
Enterprise Search (also known as App Search) offers powerful functionalities for search engines on the web platform. I am trying to use it with NEST Client;…

DAme
- 697
- 8
- 21
1
vote
2 answers
Elasticsearch not accepting size
So I have a search created with elasticsearch request within Vuejs that runs great and all works but as soon as I add any size/from parameters into the query I get the error "Options contains invalid key: size" but I'm unsure of where it's going…
user10639908
1
vote
0 answers
Unable to start Elasticsearch Enterprise/App Search
I've got a self-hosted Elasticsearch + Kibana environment that I'm trying to add Elasticsearch Enterprise/App Search to.
While trying to start up Elasticsearch Enterprise/App Search I'm getting the below error:
Elasticsearch API key service must be…

Cole
- 676
- 8
- 24
0
votes
1 answer
How to prevent ignored fields from being returned from Elastic Search
We have an Elastic Search engine that has been provisioned through App Search, and has a very large schema (large amount of fields). A lot of these fields are not necessary to the scope of our search requests and are returned in the _ignored section…

Luke
- 776
- 9
- 24
0
votes
0 answers
How to create App Engine using API from existing index?
There is a way to create engine from exiting index using the Kibana UI. Does any one know how to create engine from existing index using python API or rest API

Nivid Dholakia
- 5,272
- 4
- 30
- 55
0
votes
0 answers
Elastic App Search - Search each field with different queries
I am trying to use Elastic App Search to search each field with different queries,
I can't find the support for this in the Docs.
Does anyone know if there is any way to accomplish this with Elastic Search?
For Example if the object was:
Customer:…

Baldvin Bui
- 63
- 1
- 5
0
votes
0 answers
Refresh engines/indices in Elastic App search
Want to refresh engines/indices once we add/update any document in Elastic App Search engine. There is refresh API in elastic search but I did not find similar thing in Elastic App Search. Does anyone know how to refresh engines in elastic app…

Sats17
- 95
- 1
- 1
- 10
0
votes
1 answer
Elastic App Search login fails even after correct credentials
I am unable to login to the Elastic App Search (7.6.0)
I see the Request URL in the header is set to localhost:3002. The request to localhost:3002 would fail on the browser as localhost refers to 127.0.0.1
You can see favicons are trying to load…

Murlidhar Fichadia
- 2,589
- 6
- 43
- 93
0
votes
1 answer
Error: App Search is unable to connect to Elasticsearch. Ensure a healthy Elasticsearch cluster is running at http://localhost:9200 for user elastic
I am trying to connect App Search to the Elastic Search and both of them run in a separate docker containers but the website is not part of the docker.
so, I have a virtual host from the digital ocean, the website is running in /var/www/
My Elastic…

Murlidhar Fichadia
- 2,589
- 6
- 43
- 93