Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
mdavis95 committed Feb 25, 2020
2 parents e597d10 + 18ae4b4 commit 9957c62
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ else if (facet != null && !facet.isEmpty() && rows == 0) {
for (FacetCount facetCount : facetGroup.getFacetCountList()) {
response.append(facetGroup.getCountRequest().getFacetField().getLabel());
response.append(",");
response.append(facetCount.getFacet());
response.append("\"").append(facetCount.getFacet()).append("\"");
response.append(",");
response.append(Long.valueOf(facetCount.getCount()));
response.append("\n");
Expand Down

0 comments on commit 9957c62

Please sign in to comment.