[
https://issues.apache.org/jira/browse/SOLR-2452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13051907#comment-13051907
]
Chris Male commented on SOLR-2452:
----------------------------------
I haven't reviewed the changes but just a comment on the philosophy:
{quote}
I merged solr/src/common/ into the solrj/ directory
{quote}
I don't hugely like this decision. Core Solr code (like SolrDocument for
example) should be in Solr core, not in SolrJ which is just a client library.
Like Lucene, Solr core should contain all the code it needs. Any other modules
(which SolrJ can be considered as one) should then depend on the core.
Whats the reason for making the choice to put the common code in SolrJ?
> rewrite solr build system
> -------------------------
>
> Key: SOLR-2452
> URL: https://issues.apache.org/jira/browse/SOLR-2452
> Project: Solr
> Issue Type: Task
> Components: Build
> Reporter: Robert Muir
> Fix For: 3.3
>
> Attachments: SOLR-2452-post-reshuffling.patch,
> SOLR-2452.dir.reshuffle.sh
>
>
> As discussed some in SOLR-2002 (but that issue is long and hard to follow), I
> think we should rewrite the solr build system.
> Its slow, cumbersome, and messy, and makes it hard for us to improve things.
--
This message is automatically generated by JIRA.
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]