mirror of
https://github.com/MarginaliaSearch/MarginaliaSearch.git
synced 2025-02-24 05: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,
|
searchTerms.coherences,
|
||||||
rankingContext);
|
rankingContext);
|
||||||
|
|
||||||
SearchResultItem searchResult = new SearchResultItem(docId,
|
SearchResultItem searchResult = new SearchResultItem(combinedId,
|
||||||
docMetadata,
|
docMetadata,
|
||||||
htmlFeatures);
|
htmlFeatures);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user