We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
related to epic #1631
Abort startup if solr version is incorrect/incompatible
There is already a method to check if solr is running, in src/edu/ucsb/nceas/metacat/healthchecks/StartupRequirementsListener.java.
src/edu/ucsb/nceas/metacat/healthchecks/StartupRequirementsListener.java
version can be checked via: http://localhost:8983/solr/admin/info/system?wt=json and grepping for "solr-spec-version"
http://localhost:8983/solr/admin/info/system?wt=json
"solr-spec-version"
The text was updated successfully, but these errors were encountered:
artntek
No branches or pull requests
related to epic #1631
Abort startup if solr version is incorrect/incompatible
There is already a method to check if solr is running, in
src/edu/ucsb/nceas/metacat/healthchecks/StartupRequirementsListener.java
.version can be checked via:
http://localhost:8983/solr/admin/info/system?wt=json
and grepping for"solr-spec-version"
The text was updated successfully, but these errors were encountered: