Re: SolrJ update

2015-08-09 Thread Henrique O. Santos
Hi Andrea, Thanks for the explanation on that. I ended up doing that, getting and setting an UUID on the Java code. On 08/08/2015 03:19 AM, Andrea Gazzarini wrote: Hi Henrique, I don't believe there's an easy way to do that. As you noticed, the SolrInputDocument is not an I/O param, that is,

Re: SolrJ update

2015-08-08 Thread Andrea Gazzarini
Hi Henrique, I don't believe there's an easy way to do that. As you noticed, the SolrInputDocument is not an I/O param, that is, it is not sent back once data has been indexed and this is good, because here you're sending just one document, but imagine what could happen if you do a bulk loading...