Yes I know about that, but design schema cannot be changed. This is not my
decision :)
--
View this message in context:
http://lucene.472066.n3.nabble.com/Nested-query-in-SOLR-filter-query-fq-tp4078020p4078047.html
Sent from the Solr - User mailing list archive at Nabble.com.
Hello,
it sounds like FieldCollapsing or Join scenarios, but given the only
information which you provided, it can be solved by indexing statuses as
multivalue field:
-ID- -STATUS-
id1(1 2 3 4)
id2(1 2)
id3(1)
q=*:*&fq=STATUS:1&fq=NOT STATUS:3
On Mon, Jul 15, 2