Shalin Shekhar Mangar created SOLR-5190:
-------------------------------------------

             Summary: SolrEntityProcessor substitutes variables only once in 
child entities
                 Key: SOLR-5190
                 URL: https://issues.apache.org/jira/browse/SOLR-5190
             Project: Solr
          Issue Type: Bug
          Components: contrib - DataImportHandler
    Affects Versions: 4.4
            Reporter: Shalin Shekhar Mangar
            Assignee: Shalin Shekhar Mangar
            Priority: Minor
             Fix For: 4.5, 5.0


As noted by users on the mailing list and elsewhere, SolrEntityProcessor cannot 
be used in a child entity because it substitutes variables only once.

http://www.mail-archive.com/solr-user@lucene.apache.org/msg88002.html
http://stackoverflow.com/questions/15734308/solrentityprocessor-is-called-only-once-for-sub-entities?lq=1

SOLR-3336 attempted to fix the problem by moving variable substitution to the 
doQuery method but that fix is not complete because the doQuery method is 
called only once.

--
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

Reply via email to