Details
-
Task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
Description
On a clean check out of the solr repo 'main'branch, there are 453 lines spread over 120 files that refer to lucene.apache.org
These all need audited since most of them should probably now refer to solr.apache.org ...
hossman@slate:~/lucene/solr [main] $ find -type f | grep -v ./.git | xargs grep -lI lucene.apache.org | wc -l 120 hossman@slate:~/lucene/solr [main] $ find -type f | grep -v ./.git | xargs grep -I lucene.apache.org | wc -l 453 hossman@slate:~/lucene/solr [main] $ find -type f | grep -v ./.git | xargs grep -I lucene.apache.org/solr | wc -l 376
Attachments
Issue Links
- is a parent of
-
SOLR-15212 Update Ref Guide page template header links
- Closed
- is part of
-
SOLR-14497 Migrate to the Solr TLP
- Open