[
https://issues.apache.org/jira/browse/LUCENE-3285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13064327#comment-13064327
]
Chris Male commented on LUCENE-3285:
------------------------------------
Command for flexible patch:
{code}
svn --parents move lucene/contrib/queryparser/README.txt
modules/queryparser/docs/surround/README.txt
svn --parents move lucene/contrib/queryparser/README.javacc
modules/queryparser/docs/flexible/README.javacc
svn --parents move
lucene/contrib/queryparser/src/java/org/apache/lucene/queryParser/*
modules/queryparser/src/java/org/apache/lucene/queryparser/flexible/
svn --parents move
lucene/contrib/queryparser/src/resources/org/apache/lucene/queryParser/core/messages/QueryParserMessages.properties
modules/queryparser/src/resources/org/apache/lucene/queryparser/flexible/core/messages/QueryParserMessages.properties
svn --parents move
lucene/contrib/queryparser/src/test/org/apache/lucene/queryParser/*
modules/queryparser/src/test/org/apache/lucene/queryparser/flexible/
svn move lucene/contrib/queryparser/src/java/overview.html
modules/queryparser/src/java/org/apache/lucene/queryparser/flexible/package.html
svn delete lucene/contrib/queryparser
svn delete dev-tools/maven/lucene/contrib/queryparser
svn delete dev-tools/idea/lucene/contrib/queryparser
{code}
> Move QueryParsers from contrib/queryparser to queryparser module
> ----------------------------------------------------------------
>
> Key: LUCENE-3285
> URL: https://issues.apache.org/jira/browse/LUCENE-3285
> Project: Lucene - Java
> Issue Type: Sub-task
> Components: modules/queryparser
> Reporter: Chris Male
> Attachments: LUCENE-3285-flexible.patch, LUCENE-3285.patch
>
>
> Each of the QueryParsers will be ported across.
> Those which use the flexible parsing framework will be placed under the
> package flexible. The StandardQueryParser will be renamed to
> FlexibleQueryParser and surround.QueryParser will be renamed to
> SurroundQueryParser.
--
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]