python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Migrating negative boost to elasticsearch v7
Elastic search disallows negative boost values with v7. Is there a way to reproduce the same behaviour in the new version v7 as it worked in v6 or lower?
I.e. if I had a should query with various mult...

ju_
Votes: 0
Answers: 1
How to populate data for existing documents after new fields are added in mapping
recently we came across a requirement where we need to add 3 new fields to our Existing Index. We pull this data from our source database using logstash. We have 1000's of documents stored in the curr...

Kris
Votes: 0
Answers: 1
Is this possible to customize the elasticsearch result in magento2?
When i search a product it gives many irrelevant product i want to skip those. Please help if someone know how it is possible.
Kashan Ali
Votes: 0
Answers: 1
Elasticsearch java client stopped supporting custom query type values, such as enum
Looks like there is a regression\change in Elasticsearch java client, it stopped supporting custom query type values, such as enum:
String query = QueryBuilders.boolQuery().
must(Query...
Doron Levi
Votes: 0
Answers: 1