You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Tommaso Teofili (JIRA)" <ji...@apache.org> on 2013/01/21 14:08:12 UTC

[jira] [Comment Edited] (LUCENE-4701) Use MockAnalyzers in lucene/facet tests

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

Tommaso Teofili edited comment on LUCENE-4701 at 1/21/13 1:06 PM:
------------------------------------------------------------------

at the moment the _analyzers-common_ dependency cannot be completely removed since it's needed by _DirectoryTaxonomyWriter_ which internally uses a _KeywordAnalyzer_ in its _IndexWriterConfig_ so we can get rid of that only if that's made configurable (so we pass an _Analyzer_ in the DTW constructor).
                
      was (Author: teofili):
    at the moment the _analyzers-common_ dependency cannot be completely removed since it's needed by _DirectoryTaxonomyWriter_ which internally uses a _KeywordAnalyzer_ in its _IndexWriterConfig_ so we can get rid of that only if that's made configurable.
                  
> Use MockAnalyzers in lucene/facet tests
> ---------------------------------------
>
>                 Key: LUCENE-4701
>                 URL: https://issues.apache.org/jira/browse/LUCENE-4701
>             Project: Lucene - Core
>          Issue Type: Bug
>          Components: modules/facet
>    Affects Versions: 4.0
>            Reporter: Tommaso Teofili
>            Assignee: Tommaso Teofili
>            Priority: Minor
>             Fix For: 4.2
>
>         Attachments: LUCENE-4701.patch
>
>
> It'd be nicer to use MockAnalyzer in facet tests instead of specific analyzers from analyzers-common module.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

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