Hi,
BlockJoin with Parent/Child is your solution.
See http://yonik.com/solr-nested-objects/ and
https://cwiki.apache.org/confluence/display/solr/BlockJoin+Faceting
--
Jan Høydahl, search solution architect
Cominvent AS - www.cominvent.com
> 3. mar. 2016 kl. 10.35 skrev Andreas Hubold :
>
> Hi,
Hi,
sorry, the subject may have been misleading. I want to get facet results
for only one field (tagIds) but restrict the returned values to those
with a matching tagDescription. Both multi-valued fields have the same
order.
Example docs
id:"1"
tagIds:["10","12","13"]
tagDescriptions:["News
It makes no sense to facet on a “text_general” ananlyzed field. Can you give a
concrete example with a few dummy docs and show some queries (do you query the
tagDescription field?) and wanted facet output?
There may be several ways to solve the task, depending on the exact use case.
One solutio