[
https://issues.apache.org/jira/browse/LUCENE-3965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13248780#comment-13248780
]
Uwe Schindler commented on LUCENE-3965:
---------------------------------------
I would be more happy, if e.g. the Solr Tokenizer Factories would be part of
the analysis modules... So a equalness between lucene-core and solr would be
fine.
But on the other hand, factoring out the factories completely from Solr might
be a good idea on the way to compoletely dynamic analyzer definitions like in
Solr (see Hibernate Search, where you can define your Analyzer using Java
Annotations -- that internally usre Solr's factories and import the solr.jar
uselessly). Thats just a comment on the side, I just wanted to mention it. So
the current solution is fine, given that we remove Factories from Solr and move
them to the analysis modules (and add the abstract interface to Lucene core).
> consolidate all api modules in one place and un!@$# packaging for 4.0
> ---------------------------------------------------------------------
>
> Key: LUCENE-3965
> URL: https://issues.apache.org/jira/browse/LUCENE-3965
> Project: Lucene - Java
> Issue Type: Task
> Components: general/build
> Affects Versions: 4.0
> Reporter: Robert Muir
>
> I think users get confused about how svn/source is structured,
> when in fact we are just producing a modular build.
> I think it would be more clear if the lucene stuff was underneath
> modules/, thats where our modular API is.
> we could still package this up as lucene.tar.gz if we want, and even name
> modules/core lucene-core.jar, but i think this would be a lot better
> organized than the current:
> * lucene
> * lucene/contrib
> * modules
> confusion.
--
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]