[
https://issues.apache.org/jira/browse/LUCENE-3284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chris Male updated LUCENE-3284:
-------------------------------
Attachment: LUCENE-3284.patch
New patch which also addresses the analysis-common dependencies.
In both situations Querys were being created and executed needlessly instead of
assertions being made on the contents of the tokenstream.
In the case of the ShingleAnalyzerWrapperTest, some tests were dependent on the
behavior of QueryParser and therefore were tests of QP parsing.
This is ready to go.
> 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, 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: [email protected]
For additional commands, e-mail: [email protected]