Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
-
None
Description
The eclipse project generated through ant eclipse seems to be broken, since there are errors complaining duplicate resources. The problem is that the following files have the same package and class names:
./solr/core/src/java/org/apache/solr/response/transform/package-info.java ./solr/contrib/ltr/src/java/org/apache/solr/response/transform/package-info.java ./solr/core/src/java/org/apache/solr/search/package-info.java ./solr/contrib/ltr/src/java/org/apache/solr/search/package-info.java
Not sure if the idea project is affected.
Attachments
Issue Links
- is broken by
-
SOLR-8542 Integrate Learning to Rank into Solr
- Resolved