Documents get returned that meet all criteria except the "range" one.
Do I have to do something special to match fields that have a number?
Currently the "price" field is of type long....there's a snippet of
the document's mapping below.
Documents get returned that meet all criteria except the "range" one.
Do I have to do something special to match fields that have a number?
Currently the "price" field is of type long....there's a snippet of
the document's mapping below.
Also, what's weird is that a query that uses the exact same filter,
but omits the "nested" query works. Now I'm starting to think it has
something to do with having multiple bool "must" clauses in a bool
query. Why would including the last must clause cause the query to no
longer match on a price range?
Documents get returned that meet all criteria except the "range" one.
Do I have to do something special to match fields that have a number?
Currently the "price" field is of type long....there's a snippet of
the document's mapping below.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.