Questions tagged [app-search]
16 questions
13
votes
3 answers
JSON.net deserialize object nested data
I'm working with SwiftType Elastic Search + C# and running into an issue deserializing the response due to the fact that SwiftType returns all of the fields as objects with a raw property (https://swiftype.com/documentation/app-search/api/search)…

ForrestLyman
- 1,544
- 2
- 17
- 24
6
votes
1 answer
iOS 9 App Search sendUserActivityToServer after it had been invalidated, so doing nothing
I want to index my notes for global search. I used a tutorial by Ray Wenderlich.
I added string into info.plist:
"myapp.com.notes.note"
Here is my object:
struct Note {
public static let domainIdentifier = "myapp.com.notes.note"
public…

Arti
- 7,356
- 12
- 57
- 122
2
votes
0 answers
Can you hook an existing Elasticsearch index to Elastic App search
I want to integrate App Search in my project. App search runs fine out of the box. But I have an application that is running on Elasticsearch, I was wondering if I could use this existing index as a backend for App search? If No, is it because…

Sanshila
- 158
- 1
- 6
1
vote
0 answers
Android: what dependencies to import for Futures and AppSearch Android 12
I'm following this tutorial https://developer.android.com/guide/topics/search/appsearch#groovy
to make a sample app using AppSearch. However, when I get the schema part, I have unknown references on "Futures". I tried to look for any dependencies…

Itoun
- 3,713
- 5
- 27
- 47
1
vote
0 answers
Can I use more than 3 parts in my Android applicationId?
Can I use more than 3 parts in my Android applicationId like com.polanji.learning.english.reading.writting.listening.speaking.grammar.vocabulary?
Is it good or bad practice for ASO? Is there any kind of issue if I use more than 3 parts?

Fahmidul Hasan
- 11
- 1
- 1
1
vote
0 answers
not able to index documents using app search(7.6.1)
I was able successfully install app search on linux(ubuntu) with nginx as reverse proxy to app search, my configs are:
Nginx:
upstream kombare-search {
server 127.0.0.1:3002;
keepalive 15;
}
server {
server_name kombare-search.com;
…

Javed
- 5,904
- 4
- 46
- 71
0
votes
0 answers
Connecting Multiple Bluetooth Speakers to Play Synchronously
I have two bluetooth speakers. I want to connect these two to play synchronously. I want to connect both to my pc. But if there is no possibility to do so, I can connect one to my iphone, other one to my pc..
Waiting for your ideas..
I've tried an…

Ozkan lV
- 3
- 2
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
0
votes
1 answer
Store only in Elastic AppSearch / Enterprise Search
I am trying to apply enterprise search for our e-commerce webapp.
Actually we have some fields which doesn't need to be indexed / searched, but only stored.
The schema documentation does only allow 4 types for a…

Phil
- 325
- 1
- 2
- 7
0
votes
1 answer
Too many open files Elasticsearch & App Search
I have elastic search index on linux vm.
I am getting below error, please advise how to resolve.
The index was working fine some reason the server went offline and while client app pushing data to the elastic.
I have a managed appsearch service is…

Srinivas Dontula
- 11
- 1
- 2
0
votes
1 answer
Searching for words such as "c#" using app search
We are using Elasticsearch in combination with App Search to power our site's search pages. We've encountered an issue where we noticed that we can't search for keywords such as "C#", "C++" and alike. Does anyone have any advice on how we can…

louis_coetzee
- 393
- 7
- 14
0
votes
1 answer
Elasticsearch indices eating too much space
I'm using Elasticsearch 7.5.2 on Ubuntu. Recently, I began using Elasticsearch to display relevant search results on every page load. This shot up the volume, but I also found out that it has created large index files. Note that I'm using…

TheBigK
- 451
- 5
- 17
0
votes
1 answer
AppSearch configuration doesn't have index name in it
I'm a newbie installing elasticsearch and app search on AWS ec2. I got elastic search working on an Ubuntu instance and I can add documents to it using Postman locally. Then I installed app-search on a local VMWare Linux instance (I can't get it…

user441058
- 1,188
- 1
- 16
- 32
-2
votes
1 answer
How to connect Swift project to Kibana elastic search?
I am doing a swift project and I need to send some data from my swift project to Kibana Elastick search. Any idea how can I possibly do that ? any link or reference is appreciated
Background
I am creating a fitness app and I need to send my data to…

Danial Kosarifa
- 1,044
- 4
- 18
- 51