Heliosearch / heliosearch

The next generation of open source search
http://heliosearch.org
91 stars 19 forks source link

Heliosearch json.facet Java code document #36

Open YasserAndWesam opened 9 years ago

YasserAndWesam commented 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))" } }

} }} }} '