Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 2397 invoked from network); 19 Mar 2010 03:01:53 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 19 Mar 2010 03:01:53 -0000 Received: (qmail 82535 invoked by uid 500); 19 Mar 2010 03:01:51 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 82376 invoked by uid 500); 19 Mar 2010 03:01:51 -0000 Mailing-List: contact java-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@lucene.apache.org Delivered-To: mailing list java-dev@lucene.apache.org Received: (qmail 82366 invoked by uid 99); 19 Mar 2010 03:01:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Mar 2010 03:01:51 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Mar 2010 03:01:48 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C3A83234C4B4 for ; Fri, 19 Mar 2010 03:01:27 +0000 (UTC) Message-ID: <1348355456.356351268967687800.JavaMail.jira@brutus.apache.org> Date: Fri, 19 Mar 2010 03:01:27 +0000 (UTC) From: "Robert Muir (JIRA)" To: java-dev@lucene.apache.org Subject: [jira] Updated: (LUCENE-2323) reorganize contrib modules In-Reply-To: <304767311.256581268590287174.JavaMail.jira@brutus.apache.org> 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-2323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2323: -------------------------------- Attachment: LUCENE-2323.patch attached is a patch for the first moves outlined. before applying the patch, please run the following script: {noformat} # regex -> queries svn move lucene/contrib/regex/lib lucene/contrib/queries svn move lucene/contrib/regex/src/java/org/apache/lucene/search/regex lucene/contrib/queries/src/java/org/apache/lucene/search svn move lucene/contrib/regex/src/java/org/apache/regexp lucene/contrib/queries/src/java/org/apache svn move lucene/contrib/regex/src/test/org/apache/lucene/search/regex lucene/contrib/queries/src/test/org/apache/lucene/search svn delete lucene/contrib/regex # fast-vector-highlighter -> highlighter svn move lucene/contrib/fast-vector-highlighter/src/java/org/apache/lucene/search/vectorhighlight lucene/contrib/highlighter/src/java/org/apache/lucene/search svn move lucene/contrib/fast-vector-highlighter/src/test/org/apache/lucene/search/vectorhighlight lucene/contrib/highlighter/src/test/org/apache/lucene/search svn delete lucene/contrib/fast-vector-highlighter # misc/queryparsers -> queryparser svn move lucene/contrib/misc/src/java/org/apache/lucene/queryParser/* lucene/contrib/queryparser/src/java/org/apache/lucene/queryParser svn move lucene/contrib/misc/src/test/org/apache/lucene/queryParser/* lucene/contrib/queryparser/src/test/org/apache/lucene/queryParser {noformat} If no one objects, (especially including Hoss Man), I would like to commit in a day or two, but keeping the issue open, and doing the more complex ones next. > reorganize contrib modules > -------------------------- > > Key: LUCENE-2323 > URL: https://issues.apache.org/jira/browse/LUCENE-2323 > Project: Lucene - Java > Issue Type: Improvement > Components: contrib/* > Reporter: Robert Muir > Attachments: LUCENE-2323.patch > > > it would be nice to reorganize contrib modules, so that they are bundled together by functionality. > For example: > * the wikipedia contrib is a tokenizer, i think really belongs in contrib/analyzers > * there are two highlighters, i think could be one highlighters package. > * there are many queryparsers and queries in different places in contrib -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org For additional commands, e-mail: java-dev-help@lucene.apache.org