mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 14:16:32 +02:00
* Something is wonky about CLucene scoring. Rely on our internal scoring.
This commit is contained in:
@@ -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 );
|
||||
|
Reference in New Issue
Block a user