mirror of
https://github.com/MarginaliaSearch/MarginaliaSearch.git
synced 2025-02-23 13:09:00 +00:00
(index-reverse) Don't use 128 bit merge function for prio index
This commit is contained in:
parent
fa36689597
commit
21afe94096
@ -265,7 +265,7 @@ public class PrioPreindex {
|
||||
LongArray dest,
|
||||
PrioPreindexWordSegments.SegmentConstructionIterator destIter)
|
||||
{
|
||||
long segSize = mergeArrays2(dest,
|
||||
long segSize = mergeArrays(dest,
|
||||
left.documents,
|
||||
right.documents,
|
||||
destIter.startOffset,
|
||||
|
Loading…
Reference in New Issue
Block a user