mirror of
https://github.com/MarginaliaSearch/MarginaliaSearch.git
synced 2025-02-23 21:18:58 +00:00
(index) In SearchResultItem, populate combinedId with combinedId and not its ranking-removed documentId cousin
This commit is contained in:
parent
41da4f422d
commit
df89661ed2
@ -102,7 +102,7 @@ public class IndexResultScoreCalculator {
|
||||
searchTerms.coherences,
|
||||
rankingContext);
|
||||
|
||||
SearchResultItem searchResult = new SearchResultItem(docId,
|
||||
SearchResultItem searchResult = new SearchResultItem(combinedId,
|
||||
docMetadata,
|
||||
htmlFeatures);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user