ucd-library / rp-ucd-client

Client application for UCD Davis Library research profiles
MIT License
0 stars 0 forks source link

Update Search Boosts #341

Closed qjhart closed 2 years ago

qjhart commented 2 years ago

When / During completion of:

Make the following updates to the default searches:

doi.text^10
hasContactInfo.familyName.text^9
hasContactInfo.givenName^8
hasContactInfo.middleName^8

abstract^1

hasResearchArea.label.text^1
hasPublicationVenue.issn^1
hasPublicationVenue.label.text^1

assignedBy.label.text
sponsorAwardId.text^2
relates.hasContactInfo.familyName^10
relates.hasContactInfo.givenName^10
assignedBy.label^10

role.relatedBy.label.text^11
role.relatedBy.sponsorAwardId.text^5

Remove:

__.personLabel.text^6
_.workLabel.text^6
_.grantLabel.text^6_

https://github.com/ucd-library/vessel/issues/66

On completion:

hasSubjectArea.label.text^3

https://github.com/ucd-library/vessel/issues/65

On completion

### Increase boost as shown
label.text^7

### Delete b/c redundant with label.text
prefLabel.text^5

https://github.com/ucd-library/vessel/issues/64

On completion

  citation.label^10
  _.plusCitation.label^5
Vensberg commented 2 years ago

Keep abstract. Index abstract for search.

Vensberg commented 2 years ago

Keep hasResearchArea.label.text hasPublicationVenue.issn hasPublicationVenue.label.text

UcDust commented 2 years ago

@Vensberg @qjhart Should prefLabel also be removed (and the label.text weight changed) in concepts? Right now, that's set to:

label.text^10
prefLabel.text^10
Vensberg commented 2 years ago

Good catch. Yes, it should be removed, but leave the weight the same.

UcDust commented 2 years ago

Thanks! Will do