I have been trying out to use Elasticsearch for some weeks and must say it's very easy and usable. But now I've bumped in to my first problem that I can't seem to find a solution for. I'm trying to filter a query on one variable category and one type. Then I try to filter out some ids that I don't want in the query. I have set so the ids are indexed.
The not filter accepts a single filter, so it can handle a single term
filter, but if you want some sort of logic combination of filters, then you
need to wrap those two term filters it in an and/or filter.
I have been trying out to use Elasticsearch for some weeks and must say
it's
very easy and usable. But now I've bumped in to my first problem that I
can't seem to find a solution for. I'm trying to filter a query on one
variable category and one type. Then I try to filter out some ids that I
don't want in the query. I have set so the ids are indexed.
The not filter accepts a single filter, so it can handle a single term
filter, but if you want some sort of logic combination of filters, then you
need to wrap those two term filters it in an and/or filter.
I have been trying out to use Elasticsearch for some weeks and must say
it's
very easy and usable. But now I've bumped in to my first problem that I
can't seem to find a solution for. I'm trying to filter a query on one
variable category and one type. Then I try to filter out some ids that I
don't want in the query. I have set so the ids are indexed.
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.