mirror of https://github.com/apache/lucene.git
DirectUpdateHandlerOptimizeTest used strings as int ids
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@801486 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
424c27a0b5
commit
cf9f9281ad
|
@ -32,7 +32,7 @@ import java.io.FileFilter;
|
|||
public class DirectUpdateHandlerOptimizeTest extends AbstractSolrTestCase {
|
||||
|
||||
public String getSchemaFile() {
|
||||
return "schema.xml";
|
||||
return "schema12.xml";
|
||||
}
|
||||
|
||||
public String getSolrConfigFile() {
|
||||
|
|
Loading…
Reference in New Issue