[
https://issues.apache.org/jira/browse/SOLR-2836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Steven Rowe resolved SOLR-2836.
-------------------------------
Resolution: Duplicate
Assignee: Steven Rowe
See my comments on SOLR-2835, which is symptomatic of the same problem(s)
underlying this issue.
> 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
> Assignee: Steven Rowe
> Labels: core, maven
>
> 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]