maven compilation error - symbol not found - ShardFieldSortedHitQueue
---------------------------------------------------------------------
Key: SOLR-2836
URL: https://issues.apache.org/jira/browse/SOLR-2836
Project: Solr
Issue Type: Bug
Components: Build
Affects Versions: 4.0
Reporter: Ukyo Virgden
maven building fails at several point due to organization of tests however even
when you bypass test compilation, you get "symbol not found" error in
QueryComponent.java.
The reason is that the ShardFieldSortedHitQueue is a class defined in ShardDoc.
class cannot be found during maven compilation although they're under the same
package.
Workaroud: if you promote ShardFieldSortedHitQueue to be public, and put it in
a file of its own, maven compilation goes well.
There seems to be several boundary problems within core and solrj packages
about the tests.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]