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

[DSpace 7 Upgrade] Reimplement only index text bitstreams that are not restricted #204

Open
wwelling opened this issue Oct 25, 2023 · 1 comment · Fixed by #207, #215 or #248
Open

[DSpace 7 Upgrade] Reimplement only index text bitstreams that are not restricted #204

wwelling opened this issue Oct 25, 2023 · 1 comment · Fixed by #207, #215 or #248
Assignees

Comments

@wwelling
Copy link

wwelling commented Oct 25, 2023

This is required due to the fact that the full text search results reveal partial text content of these restricted items.

Code is at https://github.com/TAMULib/DSpace/blob/tamu-dspace-6.3/dspace/modules/additions/src/main/java/org/dspace/discovery/FullTextContentStreams.java#L52.

  1. Copy latest java file from tamu-dspace-7_x dspace-api to modules additions directory matching path dspace/modules/additions/src/main/java/org/dspace/discovery/FullTextContentStreams.java..
  2. Apply TAMU customizations to java file.
@rmathew1011 rmathew1011 assigned wwelling and rmathew1011 and unassigned wwelling Oct 27, 2023
@wwelling wwelling linked a pull request Oct 31, 2023 that will close this issue
8 tasks
@wwelling wwelling changed the title Reimplement only index text bitstreams that are not restricted [DSpace 7 Upgrade] Reimplement only index text bitstreams that are not restricted Nov 6, 2023
@wwelling
Copy link
Author

Blocked by PDF restriction for text extraction. ImageMagix XML configuration requires update to bypass restricted PDF files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment