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