mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-11 16:44:05 +02:00
Remove unused MultiFieldQueryParser
This commit is contained in:
@@ -215,7 +215,6 @@ FuzzyIndex::search( const Tomahawk::query_ptr& query )
|
||||
{
|
||||
// float minScore = 0.00;
|
||||
Collection<String> fields; // = newCollection<String>();
|
||||
MultiFieldQueryParserPtr parser = newLucene<MultiFieldQueryParser>( LuceneVersion::LUCENE_CURRENT, fields, m_analyzer );
|
||||
BooleanQueryPtr qry = newLucene<BooleanQuery>();
|
||||
|
||||
if ( query->isFullTextQuery() )
|
||||
|
Reference in New Issue
Block a user