mvolikas commented on issue #671: URL: https://github.com/apache/stormcrawler/issues/671#issuecomment-3324899263
@jnioche Is this still relevant? #1028 added the `metadata` in `getDocumentID()` calls, but [AbstractIndexerBolt::getDocumentID](https://github.com/apache/stormcrawler/blob/main/core/src/main/java/org/apache/stormcrawler/indexing/AbstractIndexerBolt.java#L256-L258) seems to ignore the metadata parameter. My understanding is that we would like to use something like `metadata.<key-name>` as document ID, if present (where `key-name` is defined in `crawler-conf.yaml`). -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
