Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
None
-
None
-
None
Description
Solr depends on some modules from lucene, and is released separately (as a source release including lucene),
thus its NOTICE.txt has a lucene section which includes notices from lucene:
========================================================================= == Apache Lucene Notice == =========================================================================
however, its missing the IPADIC (which is required to be there).
Furthermore, there is no way to check this, except via manual inspection.
This gets complicated in 4.0 because of modularization, but we need to fix the
3.6 situation in order to release (hence, this issue is set to 3.6 only and
we can open a separate issue for 4.0 and discuss things like modules there,
its irrelevant here).
My proposal for 3.6 is:
1. add the IPADIC notice
2. have smoketester.py look for this specific block of text indicating
the notices from lucene, and cross check them to ensure everything is consistent.