To create a core please take a look at
org.apache.solr.client.solrj.request.CoreAdminRequest.

To index documents try:
SolrServer#add(Collection<SolrInputDocument>);
SolrServer#commit();

On Thu, 2011-11-10 at 16:39 +0200, dhaivat wrote:

> Thanks Ivan, 
> 
> Is there any specific method using which i can create core and add documents
> in it ?
> 
> 
> Regards
> Dhaivat 
> 
> --
> View this message in context: 
> http://lucene.472066.n3.nabble.com/Multi-Core-indexed-using-SolrJ-tp3496830p3496869.html
> Sent from the Solr - User mailing list archive at Nabble.com.


Reply via email to