mirror of https://github.com/apache/lucene.git
SOLR-13822: Fix Eclipse project
This commit is contained in:
parent
9e84da95a2
commit
34f11c9f57
|
@ -19,6 +19,7 @@ package runtimecode;
|
||||||
|
|
||||||
import org.apache.solr.request.SolrQueryRequest;
|
import org.apache.solr.request.SolrQueryRequest;
|
||||||
import org.apache.solr.response.SolrQueryResponse;
|
import org.apache.solr.response.SolrQueryResponse;
|
||||||
|
import org.apache.solr.update.AddUpdateCommand;
|
||||||
import org.apache.solr.update.processor.SimpleUpdateProcessorFactory;
|
import org.apache.solr.update.processor.SimpleUpdateProcessorFactory;
|
||||||
|
|
||||||
public class TestVersionedURP extends SimpleUpdateProcessorFactory {
|
public class TestVersionedURP extends SimpleUpdateProcessorFactory {
|
||||||
|
|
Loading…
Reference in New Issue