Skip to content

Allow indexer bolts to use a metadata value as the document ID#2012

Open
sigee wants to merge 1 commit into
mainfrom
feat/671-indexer-docid-from-metadata
Open

Allow indexer bolts to use a metadata value as the document ID#2012
sigee wants to merge 1 commit into
mainfrom
feat/671-indexer-docid-from-metadata

Conversation

@sigee

@sigee sigee commented Jul 22, 2026

Copy link
Copy Markdown
Member

The change should cover the discussion in the #671 issue.

* String.
*/
protected String getDocumentID(Metadata metadata, String normalisedUrl) {
final String fromMetadata = getDocumentIDFromMetadata(metadata);

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what about a sha256Hex(fromMetadata)? like we do for URLs?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants