Hello everyone, I am using Nutch with the Solr plugin, and I am having a problem indexing redirected url´s. While Solr generates its fields just fine, as if they belonged to the redirected url, Nutch leaves the summary field empty. It seems as if Nutch tries to generate the summary of the original url and then makes the query to Solr, which then follows the redirect and fills the rest of the fields using the final url. But I am not quite sure of this.
I would like to know what is the way Nutch generates summaries, why it leaves them empty when redirecting. Perharps there is a command to generate one field in particular, after the indexing is done. Thanks!