[
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_wikipedia.patch
now that flex is merged, its a good time to continue doing this.
attached is a patch to move WikipediaTokenizer to contrib/analyzers and remove
contrib/wikipedia (there is nothing else in it).
it also adds the factory and test to Solr.
before applying the patch, you must run the following svn commands:
{code}
mkdir
lucene/contrib/analyzers/common/src/java/org/apache/lucene/analysis/wikipedia
svn add
lucene/contrib/analyzers/common/src/java/org/apache/lucene/analysis/wikipedia
mkdir
lucene/contrib/analyzers/common/src/test/org/apache/lucene/analysis/wikipedia
svn add
lucene/contrib/analyzers/common/src/test/org/apache/lucene/analysis/wikipedia
svn move
lucene/contrib/wikipedia/src/java/org/apache/lucene/wikipedia/analysis/*
lucene/contrib/analyzers/common/src/java/org/apache/lucene/analysis/wikipedia
svn move
lucene/contrib/wikipedia/src/test/org/apache/lucene/wikipedia/analysis/*
lucene/contrib/analyzers/common/src/test/org/apache/lucene/analysis/wikipedia
svn rm lucene/contrib/wikipedia
{code}
if no one objects, I would like to commit this soon.
> 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
> Assignee: Robert Muir
> Attachments: LUCENE-2323.patch, LUCENE-2323_wikipedia.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: [email protected]
For additional commands, e-mail: [email protected]