-
Notifications
You must be signed in to change notification settings - Fork 5
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
migrate to Solr 6.x, improve search #16
Comments
In addition to the many new uses, we'd hope to get rid of a lot of cruft and nuisances during the migration, mostly related to how we deal with getting fields into a searchable state. There is more information about this in kltm/amigo#131, but the short of it is that we'd like to redo enough of the loading with the new features available that:
Likely costs will be some changes necessary to the API (especially URL construction) and more disk space necessary. I suspect that the literal migration itself would not be too bad, with the main issues being in setting up the new configuration files (parsers, tokenizers) and tuning them to be what we wanted to be up front instead of making modifications and finding workarounds as we go (see the current "hack" with the term autocomplete profile and general search doc types (although the latter is a little more justified) due to incompatible fields)). |
Honestly, it might be worth starting to consider jumping straight to 5.x: |
Poking @cmungall just so he knows where this item is and can comment as needed. |
+1 to the jump to 5 |
Turn up to 6.x! |
There are many uses for the new features, including items like searching facets, facet filtering.
The text was updated successfully, but these errors were encountered: