From 11e5a076f670e37f935d72ab85c2ee63bcc399b9 Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Mon, 15 Sep 2014 16:39:10 +0200 Subject: [PATCH] * Don't optimize index. --- src/libtomahawk/database/fuzzyindex/FuzzyIndex.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libtomahawk/database/fuzzyindex/FuzzyIndex.cpp b/src/libtomahawk/database/fuzzyindex/FuzzyIndex.cpp index 03af32314..f51588be4 100644 --- a/src/libtomahawk/database/fuzzyindex/FuzzyIndex.cpp +++ b/src/libtomahawk/database/fuzzyindex/FuzzyIndex.cpp @@ -140,7 +140,7 @@ void FuzzyIndex::endIndexing() { tDebug( LOGVERBOSE ) << Q_FUNC_INFO << "Finishing indexing:" << m_lucenePath; - m_luceneWriter->optimize(); +// m_luceneWriter->optimize(); m_luceneWriter->close(); delete m_luceneWriter; m_luceneWriter = 0;