[
https://issues.apache.org/jira/browse/LUCENE-3285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13062855#comment-13062855
]
Chris Male commented on LUCENE-3285:
------------------------------------
Command for patch:
{code}
# AnalyzingQueryParser
svn --parents move
lucene/contrib/queryparser/src/java/org/apache/lucene/queryParser/analyzing/*
modules/queryparser/src/java/org/apache/lucene/queryparser/analyzing/
svn --parents move
lucene/contrib/queryparser/src/test/org/apache/lucene/queryParser/analyzing/TestAnalyzingQueryParser.java
modules/queryparser/src/test/org/apache/lucene/queryparser/analyzing/TestAnalyzingQueryParser.java
svn delete
lucene/contrib/queryparser/src/java/org/apache/lucene/queryParser/analyzing
svn delete
lucene/contrib/queryparser/src/test/org/apache/lucene/queryParser/analyzing
# ComplexPhraseQueryParser
svn --parents move
lucene/contrib/queryparser/src/java/org/apache/lucene/queryParser/complexPhrase/*
modules/queryparser/src/java/org/apache/lucene/queryparser/complexPhrase/
svn --parents move
lucene/contrib/queryparser/src/test/org/apache/lucene/queryParser/complexPhrase/TestComplexPhraseQuery.java
modules/queryparser/src/test/org/apache/lucene/queryparser/complexPhrase/TestComplexPhraseQuery.java
svn delete
lucene/contrib/queryparser/src/java/org/apache/lucene/queryParser/complexPhrase
svn delete
lucene/contrib/queryparser/src/test/org/apache/lucene/queryParser/complexPhrase
# ExtendableQueryParser
svn --parents move
lucene/contrib/queryparser/src/java/org/apache/lucene/queryParser/ext/*
modules/queryparser/src/java/org/apache/lucene/queryparser/ext/
svn --parents move
lucene/contrib/queryparser/src/test/org/apache/lucene/queryParser/ext/*
modules/queryparser/src/test/org/apache/lucene/queryparser/ext/
svn delete lucene/contrib/queryparser/src/java/org/apache/lucene/queryParser/ext
svn delete lucene/contrib/queryparser/src/test/org/apache/lucene/queryParser/ext
# SurroundQueryParser
svn --parents move
lucene/contrib/queryparser/src/java/org/apache/lucene/queryParser/surround/*
modules/queryparser/src/java/org/apache/lucene/queryparser/surround/
svn --parents move
lucene/contrib/queryparser/src/test/org/apache/lucene/queryParser/surround/query/*
modules/queryparser/src/test/org/apache/lucene/queryparser/surround/query/
svn delete
lucene/contrib/queryparser/src/java/org/apache/lucene/queryParser/surround
svn delete
lucene/contrib/queryparser/src/test/org/apache/lucene/queryParser/surround
{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.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]