Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use the export handler for exporting documents #13

Open
juarezr opened this issue May 14, 2020 · 0 comments
Open

Use the export handler for exporting documents #13

juarezr opened this issue May 14, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@juarezr
Copy link
Owner

juarezr commented May 14, 2020

The /export RequestHandler

The /export request handler with the appropriate configuration is one of Solr’s out-of-the-box request handlers.

It’s possible to export fully sorted result sets using a special rank query parser and response writer specifically designed to work together to handle scenarios that involve sorting and exporting millions of records.

All the fields being sorted and exported must have docValues set to true.

So this could be a alternative way for performance.

@juarezr juarezr added the enhancement New feature or request label May 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant