mirror of https://github.com/apache/lucene.git
SOLR-13096: rename TestRankQueryPlugin to RankQueryTestPlugin
This commit is contained in:
parent
345a655f21
commit
6a2de771bf
|
@ -457,7 +457,7 @@ based HashBitset. -->
|
||||||
<propTest attr1="${solr.test.sys.prop1}-$${literal}"
|
<propTest attr1="${solr.test.sys.prop1}-$${literal}"
|
||||||
attr2="${non.existent.sys.prop:default-from-config}">prefix-${solr.test.sys.prop2}-suffix</propTest>
|
attr2="${non.existent.sys.prop:default-from-config}">prefix-${solr.test.sys.prop2}-suffix</propTest>
|
||||||
|
|
||||||
<queryParser name="rank" class="org.apache.solr.search.TestRankQueryPlugin"/>
|
<queryParser name="rank" class="org.apache.solr.search.RankQueryTestPlugin"/>
|
||||||
|
|
||||||
<updateRequestProcessorChain name="dedupe">
|
<updateRequestProcessorChain name="dedupe">
|
||||||
<processor class="org.apache.solr.update.processor.SignatureUpdateProcessorFactory">
|
<processor class="org.apache.solr.update.processor.SignatureUpdateProcessorFactory">
|
||||||
|
|
|
@ -64,11 +64,9 @@ import org.apache.solr.response.SolrQueryResponse;
|
||||||
import org.apache.solr.schema.FieldType;
|
import org.apache.solr.schema.FieldType;
|
||||||
import org.apache.solr.schema.IndexSchema;
|
import org.apache.solr.schema.IndexSchema;
|
||||||
import org.apache.solr.schema.SchemaField;
|
import org.apache.solr.schema.SchemaField;
|
||||||
import org.junit.Ignore;
|
|
||||||
|
|
||||||
|
|
||||||
@Ignore
|
public class RankQueryTestPlugin extends QParserPlugin {
|
||||||
public class TestRankQueryPlugin extends QParserPlugin {
|
|
||||||
|
|
||||||
|
|
||||||
public QParser createParser(String query, SolrParams localParams, SolrParams params, SolrQueryRequest req) {
|
public QParser createParser(String query, SolrParams localParams, SolrParams params, SolrQueryRequest req) {
|
Loading…
Reference in New Issue