Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
4.9
-
None
Description
When using TermsComponent in SolrCloud there are differences in the JSON response if parameter distrib is true or false. If distrib=true JSON is not well formed (please note at the [ ] marks)
JSON Response when distrib=false. Correct response:
{"responseHeader":{
"status":0,
"QTime":3
},
"terms":
JSON Response when distrib=true. Incorrect response:
{
"responseHeader":{
"status":0,
"QTime":94
},
"terms":{
"FileType":
} }
Attachments
Attachments
Issue Links
- is related to
-
SOLR-13333 terms.ttf=true doesn't work when distrib=false and terms.list is not specified
- Closed