[
https://issues.apache.org/jira/browse/LUCENE-3283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13062300#comment-13062300
]
Chris Male commented on LUCENE-3283:
------------------------------------
Command for patch:
{code}
svn --parents mkdir
modules/queryparser/src/java/org/apache/lucene/queryparser/classic
svn --parents mkdir
modules/queryparser/src/test/org/apache/lucene/queryparser/classic
svn move lucene/src/java/org/apache/lucene/queryParser/*
modules/queryparser/src/java/org/apache/lucene/queryparser/classic/
svn move lucene/src/test/org/apache/lucene/queryParser/*
modules/queryparser/src/test/org/apache/lucene/queryparser/classic/
{code}
> Move core QueryParsers to queryparser module
> --------------------------------------------
>
> Key: LUCENE-3283
> URL: https://issues.apache.org/jira/browse/LUCENE-3283
> Project: Lucene - Java
> Issue Type: Sub-task
> Components: core/queryparser, modules/queryparser
> Reporter: Chris Male
> Attachments: LUCENE-3283.patch
>
>
> Move the contents of lucene/src/java/org/apache/lucene/queryParser to the
> queryparser module.
> To differentiate these parsers from the others, they are going to be placed a
> 'classic' package. We'll rename QueryParser to ClassicQueryParser as well.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]