Re: How do create dynamic core using SOLRJ

2012-04-30 Thread ayyappan
-- View this message in context: http://lucene.472066.n3.nabble.com/How-do-create-dynamic-core-using-SOLRJ-tp3943530p3950398.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: How do create dynamic core using SOLRJ

2012-04-27 Thread Jamel ESSOUSSI
you should replace the CoreAdminRequest by CoreAdminResponse --> CoreAdminResponse e = new CoreAdminRequest().createCore("name", "instanceDir", newSolrServer); -- View this message in context: http://lucene.472066.n3.nabble.com/How-do-create-dynamic-core-using-SOLRJ-tp39

Re: How do create dynamic core using SOLRJ

2012-04-27 Thread Jamel ESSOUSSI
You can also use CoreAdminRequest.Create e = new CoreAdminRequest().createCore(name, instanceDir, server, configFile, schemaFile); -- View this message in context: http://lucene.472066.n3.nabble.com/How-do-create-dynamic-core-using-SOLRJ-tp3943530p3944166.html Sent from the Solr - User mailing

Re: How do create dynamic core using SOLRJ

2012-04-27 Thread Jamel ESSOUSSI
try with: CoreAdminRequest.Create e = new CoreAdminRequest().createCore(name, instanceDir, server); Regards --Jamel -- View this message in context: http://lucene.472066.n3.nabble.com/How-do-create-dynamic-core-using-SOLRJ-tp3943530p3944163.html Sent from the Solr - User mailing list archive

Re: How do create dynamic core using SOLRJ

2012-04-27 Thread ayyappan
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilte r.java:174) please let me know .how to create dynamic core using SOLRJ. -- View this message in context: http://lucene.472066.n3.nabble.com/How-do-create-dynamic-core-using-SOLRJ-tp3943530p3944131.html Sent from the Solr - User mailing list

Re: How do create dynamic core using SOLRJ

2012-04-27 Thread Jamel ESSOUSSI
ards Jamel ESSOUSSI -- View this message in context: http://lucene.472066.n3.nabble.com/How-do-create-dynamic-core-using-SOLRJ-tp3943530p3943604.html Sent from the Solr - User mailing list archive at Nabble.com.