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

Support indexed values as source for String DocValues #13

Open
tokee opened this issue Dec 16, 2014 · 0 comments
Open

Support indexed values as source for String DocValues #13

tokee opened this issue Dec 16, 2014 · 0 comments
Assignees

Comments

@tokee
Copy link
Contributor

tokee commented Dec 16, 2014

The UninvertedField has internal limits that makes it impossible to use for un-inverting String fields with many referenced. That is one of the reasons for using DocValues for faceting in the first place.

Using indexed String values as source for conversion to DocValues requires an UnInverter with higher limits than the one standard Solr has.

@tokee tokee self-assigned this Dec 16, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant