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

GBL Harvester: default document_transformer should delete solr_bboxtype fields #101

Merged
merged 1 commit into from
May 3, 2021

Conversation

ewlarson
Copy link
Contributor

Fixes #100

Since GeoBlacklight v2.0.0, and the introduction of our bbox overlap ratio feature, Solr will automatically generate fields and values for these four coordinates:

  • solr_bboxtype__minX
  • solr_bboxtype__minY
  • solr_bboxtype__maxX
  • solr_bboxtype__maxY

These fields need to be removed before harvested documents can be sent to Solr for indexing.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.02%) to 97.921% when pulling 4952df5 on 100-gbl-harvester-handle-solr_bboxtype-fields into c488971 on master.

1 similar comment
@coveralls
Copy link

Coverage Status

Coverage increased (+0.02%) to 97.921% when pulling 4952df5 on 100-gbl-harvester-handle-solr_bboxtype-fields into c488971 on master.

@coveralls
Copy link

coveralls commented Feb 24, 2021

Coverage Status

Coverage increased (+0.008%) to 97.911% when pulling 4952df5 on 100-gbl-harvester-handle-solr_bboxtype-fields into c488971 on master.

@eliotjordan eliotjordan merged commit 77faf28 into master May 3, 2021
@eliotjordan eliotjordan deleted the 100-gbl-harvester-handle-solr_bboxtype-fields branch May 3, 2021 21:45
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.

GBL Harvest and Index - Fails due to solr_bboxtype__ fields
3 participants