Skip to content

suggestions for #10887: Solr field types#1

Merged
vera merged 292 commits intovera:feat/solr-field-typesfrom
IQSS:10887-solr-types
Nov 18, 2024
Merged

suggestions for #10887: Solr field types#1
vera merged 292 commits intovera:feat/solr-field-typesfrom
IQSS:10887-solr-types

Conversation

@pdurbin
Copy link

@pdurbin pdurbin commented Nov 15, 2024

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

enumerate fields changed, use examples from blocks we ship #10887

commit 2837abf
Author: Philip Durbin philip_durbin@harvard.edu
Date: Fri Nov 15 16:50:49 2024 -0500

updating schema.xml is required #10887

commit 3d22183
Author: Philip Durbin philip_durbin@harvard.edu
Date: Fri Nov 15 16:32:34 2024 -0500

add date_range type #10887

commit 55e3c60
Author: Philip Durbin philip_durbin@harvard.edu
Date: Fri Nov 15 16:25:11 2024 -0500

update Solr schema.xml using update-fields.sh #10887

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`

commit 939d680
Author: Philip Durbin philip_durbin@harvard.edu
Date: Fri Nov 15 16:21:04 2024 -0500

remove date_range for now, revert to schema.xml from #11024 #10887

commit 9830596
Merge: ed7e38e f838e76
Author: Philip Durbin philip_durbin@harvard.edu
Date: Fri Nov 15 09:39:40 2024 -0500

Merge branch 'develop' into feat/solr-field-types #10887

Also, you might be interested in this related PR I made:

For 939d680 I grabbed the schema.xml from that PR.

pdurbin and others added 30 commits September 20, 2024 13:39
-6.4-release-notes
…on metadata block (#10884)

* Changed: displayOnCreate set to true for depositor and dateOfDeposit in citation.tsv

* Changed: MetadataBlocksIT test assertion for new total number of displayOnCreate fields

* Added: release notes for #10850

* Added: minor tweak to release notes
qqmyers and others added 25 commits November 6, 2024 10:41
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 vera merged commit 27b60a9 into vera:feat/solr-field-types Nov 18, 2024
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
vera pushed a commit that referenced this pull request May 12, 2025
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

Successfully merging this pull request may close these issues.