[
https://issues.apache.org/jira/browse/LUCENE-3905?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13236806#comment-13236806
]
Michael McCandless commented on LUCENE-3905:
--------------------------------------------
The ngram filters are unfortunately not OK: they use up tons of RAM when you
send random/big tokens through them, because they don't have the same 1024
character limit... I think we should open a new issue for them... in fact I
think repairing them could make a good GSoC!
> BaseTokenStreamTestCase should test analyzers on real-ish content
> -----------------------------------------------------------------
>
> Key: LUCENE-3905
> URL: https://issues.apache.org/jira/browse/LUCENE-3905
> Project: Lucene - Java
> Issue Type: Improvement
> Reporter: Michael McCandless
> Attachments: LUCENE-3905.patch
>
>
> We already have LineFileDocs, that pulls content generated from europarl or
> wikipedia... I think sometimes BTSTC should test the analyzers on that 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]