I have discovered that missing filter doesn't work in ES 1.4 as it does in
1.1.1. I have two instances running and have run the following query on
both but in 1.4 everytime i get nothing and 1.1.1 does exactly what i want
it to do. could you please look into it.
Similarly when i run the following to get records having values in
"abstract" field only, it gives me everything including those which have
null values. when i run this query in 1.1.1, it does it perfectly allright.
There have been a change in order for better performance. Empty or null
values are not the same semantics as missing field and this unfortunately
changed without a notice. There is a workaround using range filter to get
the old behavior.
I have discovered that missing filter doesn't work in ES 1.4 as it does in
1.1.1. I have two instances running and have run the following query on
both but in 1.4 everytime i get nothing and 1.1.1 does exactly what i want
it to do. could you please look into it.
Similarly when i run the following to get records having values in
"abstract" field only, it gives me everything including those which have
null values. when i run this query in 1.1.1, it does it perfectly allright.
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.