(index) In SearchResultItem, populate combinedId with combinedId and not its ranking-removed documentId cousin

This commit is contained in:
Viktor Lofgren 2024-08-09 16:32:32 +02:00
parent 41da4f422d
commit df89661ed2

View File

@ -102,7 +102,7 @@ public class IndexResultScoreCalculator {
searchTerms.coherences, searchTerms.coherences,
rankingContext); rankingContext);
SearchResultItem searchResult = new SearchResultItem(docId, SearchResultItem searchResult = new SearchResultItem(combinedId,
docMetadata, docMetadata,
htmlFeatures); htmlFeatures);