1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-02 20:28:14 +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() FuzzyIndex::endIndexing()
{ {
tDebug( LOGVERBOSE ) << Q_FUNC_INFO << "Finishing indexing:" << m_lucenePath; tDebug( LOGVERBOSE ) << Q_FUNC_INFO << "Finishing indexing:" << m_lucenePath;
m_luceneWriter->optimize(); // m_luceneWriter->optimize();
m_luceneWriter->close(); m_luceneWriter->close();
delete m_luceneWriter; delete m_luceneWriter;
m_luceneWriter = 0; m_luceneWriter = 0;