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