[ 
https://issues.apache.org/jira/browse/LUCENE-2323?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846522#action_12846522
 ] 

Robert Muir commented on LUCENE-2323:
-------------------------------------

Here are my initial thoughts on this. 
I don't think we have to do the entire thing at one time either:

* fold contrib/regex into contrib/queries:
** alongside 'similar' you would see 'regex'
* fold the four queryparsers in contrib/misc into contrib/queryparser, so under 
o.a.l.qp you would see:
** core
** standard
** complexPhrase
** ext
** precedence
** analyzing
* fold the fast-vector-highlighter under highlighter, so under o.a.l.search you 
would see:
** highlight
** vectorhighlight

In a second phase, potentially a different issue, i would like to discuss 
issues that might involve backwards breaks:
* xml-query-parser: really belongs in contrib/queryparser, but we would have to 
change pkg names.
* wikipedia: really belongs in analysis, but we would have to change pkg names.
* contrib/surround: what to do? has both queryparser and queries, maybe should 
stay as is.

Any objections to doing the first part, which has no pkg naming changes?


> 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
>
> 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

Reply via email to