Hello,
Relatively new to SOLR, I am quite happy with the API.
I am a bit challenged by the faceting response in JSON though.
This is what i am getting which mirrors what is in the documentation:
"facet_counts":{"facet_queries":{},
"facet_fields":{"metadata_meta_last_author":["Nick",330,"standarduser",153,"Mohan",52,"wwd",49,"gerald",45,"Riggins",36,"fallon",31,"blister",28,"
",26,"morfitelli",24,"Administrator",22,"morrow",22,"richard",22,"egilhoi",18,"USer
Group",16],
This is not trivial to parse - I've read the docs but can't seem to figure out
who one might get a more structured response to this.
Assuming I am not missing anything, I guess i have to write a custom parser to
build a separate data structure that can be more easily presented in a UI.
Thank you
Cord