Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Heliosearch json.facet Java code document #36

Open
YasserAndWesam opened this issue Dec 17, 2014 · 0 comments
Open

Heliosearch json.facet Java code document #36

YasserAndWesam opened this issue Dec 17, 2014 · 0 comments

Comments

@YasserAndWesam
Copy link

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

}
}}
}}
'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant