[ 
https://issues.apache.org/jira/browse/LUCENE-3151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13419610#comment-13419610
 ] 

Robert Muir commented on LUCENE-3151:
-------------------------------------

{quote}
I tested this setup by taking the jar produced here, plus the common analyzers 
jar and put them in a standalone project and tested them and it seemed to work.
{quote}

Personally I dont feel comfortable with that as a testing strategy. There is 
nothing to prevent someone from breaking this jar in the future (e.g. if i 
import something from o.a.l.index into an analyzer for some reason).

If we cannot test this, can we just make it an optional target (e.g. not part 
of package). Generally this is pretty expert to do (it must be, it has no 
javadocs, etc etc), so I think its fair the people who need this could just run 
the ant target from the source release.




                
> Make all of Analysis completely independent from Lucene Core
> ------------------------------------------------------------
>
>                 Key: LUCENE-3151
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3151
>             Project: Lucene - Java
>          Issue Type: Improvement
>    Affects Versions: 4.0-ALPHA
>            Reporter: Grant Ingersoll
>             Fix For: 4.1
>
>         Attachments: LUCENE-3151.patch, LUCENE-3151.patch, LUCENE-3151.patch
>
>
> Lucene's analysis package, including the definitions of Attribute, 
> TokenStream, etc. are quite useful outside of Lucene (for instance, Mahout 
> uses them) for text processing.  I'd like to move the definitions, or at 
> least their packaging, to a separate JAR file so that one can consume them 
> w/o needing Lucene core.  My draft idea is to have a definition area that 
> Lucene core is dependent on and the rest of the analysis package can then be 
> dependent on the definition area.  (I'm open to other ideas as well)

--
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]

Reply via email to