mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-12 00:54:20 +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;
|
// float minScore = 0.00;
|
||||||
Collection<String> fields; // = newCollection<String>();
|
Collection<String> fields; // = newCollection<String>();
|
||||||
MultiFieldQueryParserPtr parser = newLucene<MultiFieldQueryParser>( LuceneVersion::LUCENE_CURRENT, fields, m_analyzer );
|
|
||||||
BooleanQueryPtr qry = newLucene<BooleanQuery>();
|
BooleanQueryPtr qry = newLucene<BooleanQuery>();
|
||||||
|
|
||||||
if ( query->isFullTextQuery() )
|
if ( query->isFullTextQuery() )
|
||||||
|
Reference in New Issue
Block a user