[ 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-unsubscr...@lucene.apache.org For additional commands, e-mail: java-dev-h...@lucene.apache.org