var a = new FilterAggregation("Condiciones")
{
Filter = BoolQuery
{
Filter= new List<QueryContainer>
{
new TermsQuery
{
Field = "genre",
Terms = new List<string> { "M", "F", "I", "X" }
},
new TermsQuery
{
Field = "alive",
Terms = new List<string> { "false" }
}
},
// continue...
}
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.