You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Stop indexing from DataSpace
* Fix typo
* Increase solr_writer thread pool
As suggested by an error message on the server
* Remove change to solr_writer.thread_pool
If we need it, it should be in a separate PR
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# pdc_discovery
2
2
3
3
4
-
A discovery portal for Princeton research data. Initially it will provide a better browsing experience for the research data contained in [DataSpace](https://dataspace.princeton.edu).
4
+
A discovery portal for Princeton research data.
5
5
6
6
Please note: While this is open-source software, we would disourage anyone from trying to just check it out and run it. Princeton specifics, from styling to authentication and authorization, are hard coded, and we have not invested any time in the kind of configurabily that would be needed for use at another institution. Instead it should be taken as an example of breaking a monolithic project into separate components, and developing iteratively in response to local user feedback.
7
7
@@ -59,9 +59,9 @@ We utilize Rubocop for our Ryby code and Prettier for our JavaScript
59
59
60
60
To create a tagged release use the [steps in the RDSS handbook](https://github.com/pulibrary/rdss-handbook/blob/main/release_process.md)
61
61
62
-
## Indexing research data from DataSpace and PDC Describe
62
+
## Indexing research data from PDC Describe
63
63
64
-
PDC Discovery indexes data from both DataSpace and from PDC Describe via the following rake task:
64
+
PDC Discovery indexes data from PDC Describe via the following rake task:
Rails.logger.info"Indexing: Updated Solr to read from the new collection: #{Indexing::SolrCloudHelper.alias_url} -> #{Indexing::SolrCloudHelper.collection_reader_url}"
18
16
end
19
17
20
-
desc'Index all DSpace research data collections'
21
-
taskdspace_research_data: :environmentdo
22
-
Rails.logger.info"Indexing: Harvesting and indexing DataSpace research data collections started"
0 commit comments