Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

DATASOLR-564 - Add support for JSON facets. #116

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jlinn
Copy link

@jlinn jlinn commented May 11, 2020

This change adds basic JSON faceting support. As noted in the commentary in NestedJsonFacet, there is a bug in Solr / SolrJ which prevents us from easily parsing the results of percentile facets. There is a proposed patch which should fix the issue, but it has not been merged yet. We could work around the issue to parse those results now, but it'd be pretty nasty.

  • You have read the Spring Data contribution guidelines.
  • There is a ticket in the bug tracker for the project in our JIRA.
  • You use the code formatters provided here and have them applied to your changes. Don’t submit any formatting related changes.
  • You submit test cases (unit or integration tests) that back your changes.
  • You added yourself as author in the headers of the classes you touched. Amend the date range in the Apache license header if needed. For new types, add the license header (copy from another file and set the current year only).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
status: waiting-for-triage An issue we've not yet triaged
Development

Successfully merging this pull request may close these issues.

2 participants