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

Chris Male commented on LUCENE-3284:
------------------------------------

After looking at the analysis-common dependencies, I think they can be 
refactored out. There isn't any need to actually form Querys, the same testing 
can be done by asserting the tokenstream contents. I'll work on those and 
upload a new patch.

> Move contribs/modules away from QueryParser dependency
> ------------------------------------------------------
>
>                 Key: LUCENE-3284
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3284
>             Project: Lucene - Java
>          Issue Type: Sub-task
>          Components: core/queryparser, modules/queryparser
>            Reporter: Chris Male
>         Attachments: LUCENE-3284.patch
>
>
> Some contribs and modules depend on the core QueryParser just for simplicity 
> in their tests.  We should apply the same process as I did to the core tests, 
> and move them away from using the QueryParser where possible.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to