SOLR-13096: rename TestRankQueryPlugin to RankQueryTestPlugin

This commit is contained in:
Christine Poerschke 2018-12-31 11:05:31 +00:00
parent 345a655f21
commit 6a2de771bf
2 changed files with 2 additions and 4 deletions

View File

@ -457,7 +457,7 @@ based HashBitset. -->
<propTest attr1="${solr.test.sys.prop1}-$${literal}"
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">
<processor class="org.apache.solr.update.processor.SignatureUpdateProcessorFactory">

View File

@ -64,11 +64,9 @@ import org.apache.solr.response.SolrQueryResponse;
import org.apache.solr.schema.FieldType;
import org.apache.solr.schema.IndexSchema;
import org.apache.solr.schema.SchemaField;
import org.junit.Ignore;
@Ignore
public class TestRankQueryPlugin extends QParserPlugin {
public class RankQueryTestPlugin extends QParserPlugin {
public QParser createParser(String query, SolrParams localParams, SolrParams params, SolrQueryRequest req) {