[
https://issues.apache.org/jira/browse/LUCENE-3283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chris Male updated LUCENE-3283:
-------------------------------
Attachment: LUCENE-3283.patch
Patch which creates the queryparser module, moves the core QueryParsers into
the classic package, updates dependencies throughout the code. Code will
compile in intellij but not ant, eclipse or maven just yet.
Pending:
- Fix ant dependencies in modules which depend on the queryparser module
- Add eclipse and maven support for new module.
- Move javacc building stuff into queryparser/build.xml
- Update migrate.txt
> 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]