> -Original Message-
> From: Shawn Heisey [mailto:s...@elyograg.org]
> Sent: March-28-14 3:21 PM
> To: solr-user@lucene.apache.org
> Subject: Re: Update single field through SolrJ
>
> On 3/28/2014 1:02 PM, Jean-Sebastien Vachon wrote:
> > I`d like to know how (
On 3/28/2014 1:02 PM, Jean-Sebastien Vachon wrote:
I`d like to know how (it is possible) to update a field`s value using SolrJ. I
looked at the API and could not figure it out so for now I'm using the
UpdateHandler by sending it a JSON formatted document illustrating the required
changes.
Is