You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Ryan Ernst (JIRA)" <ji...@apache.org> on 2012/12/21 18:55:12 UTC

[jira] [Created] (SOLR-4226) Extract fl parsing code out of ReturnFields constructor

Ryan Ernst created SOLR-4226:
--------------------------------

             Summary: Extract fl parsing code out of ReturnFields constructor
                 Key: SOLR-4226
                 URL: https://issues.apache.org/jira/browse/SOLR-4226
             Project: Solr
          Issue Type: Improvement
          Components: SearchComponents - other
    Affects Versions: 4.0
            Reporter: Ryan Ernst
            Priority: Minor


I would like to have my own QueryComponent, and have a more limited syntax for return fields.  Unfortunately the ReturnFields constructor currently does parsing.

If we extract the parsing code into a static method of ReturnFields, then the class can be a simple container, and I can have my alternate parsing code to fill it.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org