Re: Null Pointer Exception on distributed search

2016-02-24 Thread Lokesh Chhaparwal
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

Null Pointer Exception on distributed search

2016-02-17 Thread Lokesh Chhaparwal
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

Remove all parent docs having specific child doc

2015-02-20 Thread Lokesh Chhaparwal
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

Re: Delete By query on a multi-value field

2015-02-02 Thread Lokesh Chhaparwal
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