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:
parent
6342e6a9f8
commit
66836ae0bd
@ -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 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user