mvolikas commented on PR #1242: URL: https://github.com/apache/incubator-stormcrawler/pull/1242#issuecomment-2248170953
Thanks for the patience - I just found some time to look again into this :-) > where should router.field=key be specified? in solrconfig.xml? I don't think this will work. The `router.field` is configured during the collection creation with the [Collections API](https://solr.apache.org/guide/solr/latest/deployment-guide/collection-management.html#create). (collection specific) So, for #620 we could do the following: - Add a new property `solr.status.routing.shards: 10` to solr-conf.yaml - Add a script that creates the "status" collection with the numShards equal to the property above, and the `router.field` equal to the `solr.status.routing.fieldname: "key"`. - The user should make sure that the SolrSpout parallelism equals the number of shards specified. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@stormcrawler.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org