apache / incubator-stormcrawler

A scalable, mature and versatile web crawler based on Apache Storm
https://stormcrawler.apache.org/
Apache License 2.0
887 stars 262 forks source link

SolrSpout IndexOutOfBoundsException in parsing group query result. #1061

Closed syefimov closed 1 year ago

syefimov commented 1 year ago

ISSUE: com.digitalpebble.stormcrawler.solr.persistence.SolrSpout In case of query results for group is empty the IndexOutOfBoundsException is generated.

SOLUTION: To fix validate the result before parsing.

syefimov commented 1 year ago

Sorry, please discharge this issue. It is not related to the current version of SolrSpout.