SOLR-13822: Fix Eclipse project

This commit is contained in:
Ishan Chattopadhyaya 2019-12-11 05:55:30 +05:30
parent 9e84da95a2
commit 34f11c9f57
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ package runtimecode;
import org.apache.solr.request.SolrQueryRequest;
import org.apache.solr.response.SolrQueryResponse;
import org.apache.solr.update.AddUpdateCommand;
import org.apache.solr.update.processor.SimpleUpdateProcessorFactory;
public class TestVersionedURP extends SimpleUpdateProcessorFactory {