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:
parent
cb0a9a7c2e
commit
cb72b9e4d4
@ -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() )
|
||||
|
Loading…
x
Reference in New Issue
Block a user