1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 11:20:22 +02:00

* Don't optimize index.

This commit is contained in:
Christian Muehlhaeuser
2014-09-15 16:39:10 +02:00
parent cde4f5e229
commit 11e5a076f6

View File

@@ -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;