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
Investigating issue #315 I have found, that variables "SOLR_COLLECTION" and "COLLECTION" represent the same property "collection":
webarchive-discovery/warc-indexer/src/main/java/uk/bl/wa/solr/SolrFields.java
Line 67 in 13595be
Line 153 in 13595be
Is it correct so? Maybe yes, because I see, that variable SolrField.SOLR_COLLECTION is currently used only in one place in Annotator.java: https://github.com/search?q=repo%3Aukwa%2Fwebarchive-discovery%20SOLR_COLLECTION&type=code And SolrField.COLLECTION is used here: https://github.com/search?q=repo%3Aukwa%2Fwebarchive-discovery+SolrFields.COLLECTION&type=code
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Investigating issue #315 I have found, that variables "SOLR_COLLECTION" and "COLLECTION" represent the same property "collection":
webarchive-discovery/warc-indexer/src/main/java/uk/bl/wa/solr/SolrFields.java
Line 67 in 13595be
and
webarchive-discovery/warc-indexer/src/main/java/uk/bl/wa/solr/SolrFields.java
Line 153 in 13595be
Is it correct so? Maybe yes, because I see, that variable SolrField.SOLR_COLLECTION is currently used only in one place in Annotator.java:
https://github.com/search?q=repo%3Aukwa%2Fwebarchive-discovery%20SOLR_COLLECTION&type=code
And SolrField.COLLECTION is used here:
https://github.com/search?q=repo%3Aukwa%2Fwebarchive-discovery+SolrFields.COLLECTION&type=code
The text was updated successfully, but these errors were encountered: