Hello all,
I wondering if I can write a faceting query for something like this
My document structure
UserID, AnswerID[] (int array)
1 , [9,10,11,56,78,99]
2 , [10,11,56,78,99]
3 , [8,10,12,56, 79,99]
4 , [9,10,11,56,78,99]
If want the count of users who answered 9,56 I can write a query. But I
have two lists
List A - 9,10,11
ListB - 56,78,99
I want the permutation of the two lists.
Count of users who answered [9,56], [9,78], [9,99], [10,56], [10,78],
[10,99], [11,56]...
How do I write a query to achieve something like this.
Any help is appreciated,
Thanks.
--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.