mirror of https://github.com/apache/lucene.git
remove unused code
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@777476 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7b7f818386
commit
52fa207f91
|
@ -17,7 +17,6 @@
|
|||
package org.apache.solr.search;
|
||||
|
||||
import org.apache.lucene.queryParser.ParseException;
|
||||
import org.apache.lucene.queryParser.QueryParser;
|
||||
import org.apache.lucene.search.BooleanClause;
|
||||
import org.apache.lucene.search.BooleanQuery;
|
||||
import org.apache.lucene.search.Query;
|
||||
|
@ -89,9 +88,6 @@ class DismaxQParser extends QParser {
|
|||
int pslop = solrParams.getInt(DisMaxParams.PS, 0);
|
||||
int qslop = solrParams.getInt(DisMaxParams.QS, 0);
|
||||
|
||||
/* a generic parser for parsing regular lucene queries */
|
||||
QueryParser p = schema.getSolrQueryParser(null);
|
||||
|
||||
/* a parser for dealing with user input, which will convert
|
||||
* things to DisjunctionMaxQueries
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue