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:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user