Questions regarding Bonsai which provides on Demand Elasticsearch cluster
Questions tagged [bonsai-elasticsearch]
51 questions
0
votes
1 answer
Individual User Custom Search Engine with ElasticSearch/Django Haystack
We're in the process of writing a django app that lets users send private messages among themselves, as well as send message to a group, and are looking to implement a per-user customized search functionality so each user can search and view only…

NickCatal
- 718
- 7
- 16
0
votes
0 answers
Am I using the right elasticsearch query?
Using the elastsearch-rails gem, currently I have:
response = Employee.search(
size: 20,
query: {
multi_match: {
"query" => search_terms,
"type" => "cross_fields",
…

Nona
- 5,302
- 7
- 41
- 79
0
votes
1 answer
Bonsai ElasticSearch + Heroku + Python - Location of Synonym File
I'm using bonsai.io and want to point elasticsearch to my synonyms file.
I have kept the wn_s.pl in a folder on heroku and the django app can see the file:
>>> call(['ls', '-l', os.path.join(settings.BASE_DIR, 'data', 'wn_s.pl')])
-rwx------ 1…

Pratik Poddar
- 1,353
- 3
- 18
- 36
0
votes
1 answer
Grails and Bonsai Elasticsearch
I've been trying to use Bonsai Elasticsearch with my Grails application, but I can't get it to work using the Elasticsearch plugin. What I understood from the configuration manual, it should be just:
elasticSearch.client.mode =…

Alfredo Gago
- 81
- 1
- 7
0
votes
1 answer
What's the denominator for ElasticSearch scores?
I have a search which has multiple criterion.
Each criterion (grouped by should) has a different weighted score.
ElasticSearch returns a list of results; each with a score - which seems an arbitrary score to me. This is because I can't find a…

ncabral
- 2,512
- 1
- 19
- 20
0
votes
1 answer
Can't get geo_point to work with Bonsai on Heroku
I'm trying to use a geo_point field on Heroku/Bonsai but it just doesn't want to work.
It works in local, but whenever I check the mapping for my index on Heroku/Bonsai it says my field is a string: "coordinates":{"type":"string"}
My mapping looks…

mbillard
- 38,386
- 18
- 74
- 98