[ 
https://issues.apache.org/jira/browse/LUCENE-2718?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Yonik Seeley updated LUCENE-2718:
---------------------------------

    Attachment: LUCENE-2718.patch

Here's a first cut at this, pulling out most stuff in QueryParser into 
QueryParserBase.
This would make it easier to do refactorings and changes in Java (instead of a 
.JJ file which isn't well supported in IDEs), and allows more changes w/o 
having to recompile the grammar.

Thoughts?

> separate java code from .jj file
> --------------------------------
>
>                 Key: LUCENE-2718
>                 URL: https://issues.apache.org/jira/browse/LUCENE-2718
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: QueryParser
>            Reporter: Yonik Seeley
>            Priority: Minor
>         Attachments: LUCENE-2718.patch
>
>
> It would make development easier to move most of the java code out from the 
> .jj file and into a real java file.

-- 
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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to