suggestions for #10887: Solr field types#1
Merged
vera merged 292 commits intovera:feat/solr-field-typesfrom Nov 18, 2024
Merged
suggestions for #10887: Solr field types#1vera merged 292 commits intovera:feat/solr-field-typesfrom
vera merged 292 commits intovera:feat/solr-field-typesfrom
Conversation
-6.4-release-notes
Will use upper case form of DOI identifier to support case-insensitive retrieval
…ckwards fix backwards newest oldest sort order
bump to Postgres 17, Flyway 10.19, allows earlier versions of PostgreSQL
…set-conversion-for-affiliation Add Shib attribute characterset conversion to getValueFromAssertion
…iers, making the searches case-insensitive and making it possible to look up any lower case or mixed-case persistent ids already in the database. #11003
…vestDatasetUsingPID Fix lookups of Harvested datasets with lower-case versions of persistent identifiers in the database
adding description info to the fileDsc seciton in DDI CodeBook. #5051
Extend getDataverse API json payload to include properties isMetadataBlockRoot and isFacetRoot
update making releases page post 6.4
This reflects the following changes: * Integer fields are indexed as `plong` instead of `text_en` * Float fields are indexed as `pdouble` instead of `text_en` * Date fields are indexed as `date_range` (`solr.DateRangeField`) instead of `text_en`
vera
pushed a commit
that referenced
this pull request
Dec 5, 2024
remove Gson and test based on content, not string match IQSS#10739
pdurbin
pushed a commit
that referenced
this pull request
Mar 24, 2025
…k-edit Changed yes/no to true/false and added archival.properties
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi! This pull request into your pull request (IQSS#10887) includes a merge from develop so it's a bit hard to read (sorry). Here are the commits to consider:
commit e011e53 (HEAD -> 10887-solr-types, origin/10887-solr-types, feat/solr-field-types)
Author: Philip Durbin philip_durbin@harvard.edu
Date: Fri Nov 15 17:00:06 2024 -0500
commit 2837abf
Author: Philip Durbin philip_durbin@harvard.edu
Date: Fri Nov 15 16:50:49 2024 -0500
commit 3d22183
Author: Philip Durbin philip_durbin@harvard.edu
Date: Fri Nov 15 16:32:34 2024 -0500
commit 55e3c60
Author: Philip Durbin philip_durbin@harvard.edu
Date: Fri Nov 15 16:25:11 2024 -0500
commit 939d680
Author: Philip Durbin philip_durbin@harvard.edu
Date: Fri Nov 15 16:21:04 2024 -0500
commit 9830596
Merge: ed7e38e f838e76
Author: Philip Durbin philip_durbin@harvard.edu
Date: Fri Nov 15 09:39:40 2024 -0500
Also, you might be interested in this related PR I made:
For 939d680 I grabbed the schema.xml from that PR.