mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14:05 +00:00
opt: the xapian fts does not concern about the address order
This commit is contained in:
parent
c1c120e20e
commit
5e60a6b6df
|
@ -91,7 +91,7 @@ void makeFTSIndex( BtreeIndexing::BtreeDictionary * dict, QAtomicInt & isCancell
|
|||
if ( Utils::AtomicInt::loadAcquire( isCancelled ) )
|
||||
throw exUserAbort();
|
||||
|
||||
dict->sortArticlesOffsetsForFTS( offsets, isCancelled );
|
||||
// dict->sortArticlesOffsetsForFTS( offsets, isCancelled );
|
||||
|
||||
// incremental build the index.
|
||||
// get the last address.
|
||||
|
|
Loading…
Reference in a new issue