SolrEntityProcessor is called only once for sub-entities

前端 未结 1 1274
情歌与酒
情歌与酒 2020-12-12 02:12

I\'m using Solr 4.2, and I am trying to call SolrEntityProcessor as a sub-entity. So far, only one call is made to Solr and a single document is indexed whi

相关标签:
1条回答
  • 2020-12-12 02:35

    I've just found my answer in this Solr JIRA issue. Tested and working as expected!

    The solution is to use the patched SolrEntityProcessor attached to the issue instead of the one included in the DataImportHandler JAR.

    Note that you will need it for any Solr version up to and including 4.3.0 (and possibly higher) - despite what the issue status and comments say, the patch does not appear to be included in any existing version.

    0 讨论(0)
提交回复
热议问题