Open YasserAndWesam opened 9 years ago
Regarding the below Heliosearch query which contains json.facet, I am trying to convert it to HS SOLRJ java code, is there a document for this?
http://localhost:8080/solr/reports_core/select?q=764035_EXACT_PARTS%3A*&rows=0& json.facet= { MAIN_CATEGORYAndROHS:{ terms:{ field: MAIN_CATEGORY, facet:{ ROHS:{ terms:{ field: ROHS, facet:{ sum: "sum(field(764035_EXACT_PARTS))" } }
} }} }} '
Regarding the below Heliosearch query which contains json.facet, I am trying to convert it to HS SOLRJ java code, is there a document for this?
http://localhost:8080/solr/reports_core/select?q=764035_EXACT_PARTS%3A*&rows=0& json.facet= { MAIN_CATEGORYAndROHS:{ terms:{ field: MAIN_CATEGORY, facet:{ ROHS:{ terms:{ field: ROHS, facet:{ sum: "sum(field(764035_EXACT_PARTS))" } }
} }} }} '