Hi,
Can someone please update on this exception trace while we are using
distributed search using shards parameter (solr-master-slave).
Thanks,
Lokesh
On Wed, Feb 17, 2016 at 5:33 PM, Lokesh Chhaparwal
wrote:
> Hi,
>
> We are facing NPE while using distributed search (Solr vers
Hi,
We are facing NPE while using distributed search (Solr version 4.7.2)
(using *shards* parameter in solr query)
Exception Trace:
ERROR - 2016-02-17 16:44:26.616; org.apache.solr.common.SolrException;
null:java.lang.NullPointerException
at org.apache.solr.response.XMLWriter.writeSolrDocument(XM
Hi,
I want to remove all the parent docs having a specific child doc. Eg.
Employee1
Dept1
Dept2
Employee2
Dept2
Dept3
Query: Remove all employees which lie in Dept1
Response should be: Employee2 *only*
Problem: *NOT operator is
Hi Jean,
Please see the issues
https://issues.apache.org/jira/browse/SOLR-3862
https://issues.apache.org/jira/browse/SOLR-5992
Both of them are resolved. The *remove *clause (atomic update) has been
added to 4.9.0 release. Haven't checked it though.
Thanks,
Lokesh
On Tue, Feb 3, 2015 at 7:26 A