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)
Filter/Query Wildcard Issue - AWS OpenSearch
I'm looking into OpenSearch and trying out the dashboards & data querying but am having some difficulty with some specific queries I'd like to run.
The data I have streaming into OpenSearch is a s...
WillBV
Votes: 0
Answers: 0
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
An SPI class of type org.apache.lucene.codecs.DocValuesFormat with name 'Memory' does not exist
Getting error:
Diag message: User class threw exception: java.lang.IllegalArgumentException: An SPI class of type org.apache.lucene.codecs.DocValuesFormat with name 'Memory' does not exist.
You need t...

Mohit Gupta
Votes: 0
Answers: 1
How to use Lucene ToParentBlockJoinQuery to select a parent only when all conditions of a 'or' child query have been satisfied at least once
I use ToParentBlockJoinQuery in Lucene 7.7.2 which allows to specify conditions on child documents in order to select parent documents. What I am trying to achieve is to use a or condition to select a...
sebastienhamel
Votes: 0
Answers: 0