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 date functions limitation #59

Open
duncdrum opened this issue Feb 12, 2024 · 0 comments
Open

SOLR date functions limitation #59

duncdrum opened this issue Feb 12, 2024 · 0 comments
Labels
findex requires changes to k10p index wontfix This will not be worked on

Comments

@duncdrum
Copy link
Member

after much testing most of the available functions for working with dates seem to not have the desired effects. I believe this is due to the fact that the available date fields are indexed as strings

https://github.com/StaatsbibliothekBerlin/findex-config/blob/be9eec72a4f6086bd05a3e779a8a860024746da4/SolrCloud/solr_config/schema.xml#L230

the current function performs a string based boost which somewhat approximates the desired effect. But without a field with the appropriate type=date there is not much more we can do about this on our end.

@duncdrum duncdrum added wontfix This will not be worked on findex requires changes to k10p index labels Feb 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
findex requires changes to k10p index wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant