1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-01-29 20:49:52 +01:00

Remove unused MultiFieldQueryParser

This commit is contained in:
Uwe L. Korn 2015-03-29 22:10:47 +02:00
parent cb0a9a7c2e
commit cb72b9e4d4

View File

@ -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() )