solr icon indicating copy to clipboard operation
solr copied to clipboard

SOLR-15152: Export Tool should export regular and nested docs cleanly in .json, .jsonl, and javabin (second take)

Open epugh opened this issue 1 year ago • 1 comments

https://issues.apache.org/jira/browse/SOLR-15152

Description

This replaces https://github.com/apache/solr/pull/33, which has many changes that have been already committed in seperate PRs already.

Solution

Started migrating over tests and the fixes to make them pass.

Tests

New tests

Checklist

Please review the following and check all that apply:

  • [ ] I have reviewed the guidelines for How to Contribute and my code conforms to the standards described there to the best of my ability.
  • [ ] I have created a Jira issue and added the issue ID to my pull request title.
  • [ ] I have given Solr maintainers access to contribute to my PR branch. (optional but recommended)
  • [ ] I have developed this patch against the main branch.
  • [ ] I have run ./gradlew check.
  • [ ] I have added tests for my changes.
  • [ ] I have added documentation for the Reference Guide

epugh avatar Aug 11 '24 14:08 epugh

This PR has had no activity for 60 days and is now labeled as stale. Any new activity will remove the stale label. To attract more reviewers, please tag people who might be familiar with the code area and/or notify the [email protected] mailing list. To exempt this PR from being marked as stale, make it a draft PR or add the label "exempt-stale". If left unattended, this PR will be closed after another 60 days of inactivity. Thank you for your contribution!

github-actions[bot] avatar Oct 12 '24 00:10 github-actions[bot]

This PR is now closed due to 60 days of inactivity after being marked as stale. Re-opening this PR is still possible, in which case it will be marked as active again.

github-actions[bot] avatar Dec 11 '24 00:12 github-actions[bot]

Okay, we now support exporting regular in all the formats, maybe I will merge this... nested is it's own challenge...

epugh avatar Aug 15 '25 21:08 epugh