I uncommented out the line which sets server to an XMLResponse parser,
and used the following code in a tiny test:
String sourceNodeLocator = node.getLocator();
Map updateMap = new HashMap();
Map newMap = new HashMap();
Map myMap = no
On 2/21/2013 10:00 AM, Jack Park wrote:
Interesting you should say that. Here is my solrj code:
public Solr3Client(String solrURL) throws Exception {
server = new HttpSolrServer(solrURL);
// server.setParser(new XMLResponseParser());
}
I cannot reca
Interesting you should say that. Here is my solrj code:
public Solr3Client(String solrURL) throws Exception {
server = new HttpSolrServer(solrURL);
// server.setParser(new XMLResponseParser());
}
I cannot recall why I commented out the setParser line;
Weird - the only difference I see is that we us XML vs. JSON, but
otherwise, doing the following works for us:
VALU1
VALU2
Result would be:
VALU1
VALU2
On Thu, Feb 21, 2013 at 9:44 AM, Jack Park wrote:
> I am using 4.1. I was not aware of that link. In the absence of being
> able to do
I am using 4.1. I was not aware of that link. In the absence of being
able to do partial updates to multi-valued fields, I just punted to
delete and reindex. I'd like to see otherwise.
Many thanks
Jack
On Thu, Feb 21, 2013 at 8:13 AM, Timothy Potter wrote:
> Hi Jack,
>
> There was a bug for this
Hi Jack,
There was a bug for this fixed for 4.1 - which version are you on? I
remember this b/c I was on 4.0 and had to upgrade for this exact
reason.
https://issues.apache.org/jira/browse/SOLR-4134
Tim
On Wed, Feb 20, 2013 at 9:16 PM, Jack Park wrote:
> From what I can read about partial upda