Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B8AA29C46 for ; Sun, 25 Mar 2012 22:06:50 +0000 (UTC) Received: (qmail 66870 invoked by uid 500); 25 Mar 2012 22:06:49 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 66819 invoked by uid 500); 25 Mar 2012 22:06:49 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 66812 invoked by uid 99); 25 Mar 2012 22:06:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 25 Mar 2012 22:06:49 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 25 Mar 2012 22:06:48 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 5F9F2346983 for ; Sun, 25 Mar 2012 22:06:28 +0000 (UTC) Date: Sun, 25 Mar 2012 22:06:28 +0000 (UTC) From: "Robert Muir (Commented) (JIRA)" To: dev@lucene.apache.org Message-ID: <475900993.15428.1332713188406.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <805862432.15423.1332713067683.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (LUCENE-3919) more thorough testing of analysis chains MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LUCENE-3919?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13237993#comment-13237993 ] Robert Muir commented on LUCENE-3919: ------------------------------------- That one is ant test -Dtestcase=TestRandomChains -Dtestmethod=testRandomChains -Dtests.seed=104b56460756fb6:33a429fcfb5503db:-1d952b2910440c7d -Dargs="-Dfile.encoding=UTF-8" I'll see if i can figure out whats going on. > more thorough testing of analysis chains > ---------------------------------------- > > Key: LUCENE-3919 > URL: https://issues.apache.org/jira/browse/LUCENE-3919 > Project: Lucene - Java > Issue Type: Task > Components: modules/analysis > Affects Versions: 3.6, 4.0 > Reporter: Robert Muir > Attachments: LUCENE-3919.patch > > > In lucene we essentially test each analysis component separately. we also give some > good testing to the example Analyzers we provide that combine them. > But we don't test various combinations that are possible: which is bad because > it doesnt test possibilities for custom analyzers (especially since lots of solr users > etc define their own). -- 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: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org