Re: Mapping SolrDoc to SolrInputDoc

2009-09-16 Thread Licinio Fernández Maurelo
I'll try, thanks Martijn 2009/9/16 Martijn v Groningen > Hi Licinio, > > You can use ClientUtils.toSolrInputDocument(...), that converts a > SolrDocument to a SolrInputDocument. > > Martijn > > 2009/9/16 Licinio Fernández Maurelo : > > Hi there, > > > > currently i'm working on a small app which

Re: Mapping SolrDoc to SolrInputDoc

2009-09-16 Thread Martijn v Groningen
Hi Licinio, You can use ClientUtils.toSolrInputDocument(...), that converts a SolrDocument to a SolrInputDocument. Martijn 2009/9/16 Licinio Fernández Maurelo : > Hi there, > > currently i'm working on a small app which creates an Embedded Solr Server, > reads all documents from one core and put

Mapping SolrDoc to SolrInputDoc

2009-09-16 Thread Licinio Fernández Maurelo
Hi there, currently i'm working on a small app which creates an Embedded Solr Server, reads all documents from one core and puts these docs into another one. The purpose of this app is to apply (small) changes on schema.xml to indexed data (offline) resulting a new index with documents updated to