Skip to content

Support specifying one or many types as part of Reindexing #1782

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

Merged
merged 1 commit into from
Feb 2, 2016

Conversation

russcam
Copy link
Contributor

@russcam russcam commented Feb 2, 2016

Current implementation takes a generic ReindexDescriptor but specifies all types when performing the scan and scroll for retrieving documents to reindex. The type of T should be used as the type of documents to target in the reindex operation, with methods exposed to allow the consumer to specify other other types / all types.
See #1433

Current implementation takes a generic ReindexDescriptor<T> but specifies all types when performing the scan and scroll for retrieving documents to reindex. The type of T should be used as the type of documents to target in the reindex operation, with methods exposed to allow the consumer to specify other other types / all types.
See #1433
@russcam russcam merged commit 3ad5241 into master Feb 2, 2016
@gmarz gmarz deleted the feature/reindex-types branch February 2, 2016 21:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant