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

Solr schema should support DocValues #395

Closed
atz opened this issue Jan 18, 2017 · 3 comments
Closed

Solr schema should support DocValues #395

atz opened this issue Jan 18, 2017 · 3 comments

Comments

@atz
Copy link
Contributor

atz commented Jan 18, 2017

This is yet another dimension of the sprawling matrix of attributes responsible for defining dynamic namespaces, but it is important. DocValues enables the use of Streaming Expressions via the /stream handler.

The good news is it only affects StrField, UUIDField, Trie* numeric/date fields, and BoolField. The bad news is that I don't think our strategy of enumeration is sustainable as other attributes (and attributes with wider range of values) proliferate.

@atz
Copy link
Contributor Author

atz commented May 30, 2017

YO, basic design scalability issue! Maybe worth a thought!

@jcoyne
Copy link
Member

jcoyne commented May 30, 2017

@atz it sounds like you understand this better than anyone. Can you submit a PR?

@cjcolvar
Copy link
Member

cjcolvar commented Apr 6, 2018

Replaced with samvera/active_fedora#1305 since the solr config was removed in favor of the config generated by active-fedora.

@cjcolvar cjcolvar closed this as completed Apr 6, 2018
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

No branches or pull requests

3 participants