1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-20 15:59:42 +01:00

* Something is wonky about CLucene scoring. Rely on our internal scoring.

This commit is contained in:
Christian Muehlhaeuser 2012-03-15 09:04:16 +01:00
parent 6342e6a9f8
commit 66836ae0bd

View File

@ -227,7 +227,7 @@ FuzzyIndex::search( const Tomahawk::query_ptr& query )
fqry = _CLNEW FuzzyQuery( term );
qry->add( fqry, true, BooleanClause::MUST );
minScore = 0.05;
minScore = 0.00;
}
Hits* hits = m_luceneSearcher->search( qry );