Conflict between atomic update and highlighting constraints

2021-03-12 Thread gnandre
Hi, I am running into a conflict between two constraints. Atomic updates require copy-field destinations to be stored=false. However, if we want to use these copy-field destination fields in highlighting then they need to be stored=true. How to resolve this conflict?

Re: Solr custom query component does not return correct facet counts

2021-03-12 Thread gnandre
I resolved this issue by extending the class to SearchComponent instead of QueryComponent. It seems that SearchComponent sits at a higher level of abstraction than QueryComponent and is useful when you want to work on a layer above shards. On Wed, Mar 10, 2021 at 8:05 PM gnandre wrote: > I have

Error deleting zk node recursively - SolrCLI

2021-03-12 Thread Subhajit Das
I am getting exception trying to remove a zookeeper node. The node is old solr’s chrot (condatining data of one node). Exception in thread "main" java.lang.StackOverflowError at org.apache.zookeeper.ClientCnxn$Packet.(ClientCnxn.java:280) at org.apache.zookeeper.ClientCnxn.queueP

Re: Location of Solr 9 Branch

2021-03-12 Thread Chris Hostetter
And to add to your confusion: * the solr repo was just split from the lucene-solr repo * the "master" branch was renamed "main" ... https://gitbox.apache.org/repos/asf#solr https://github.com/apache/solr/tree/main : Date: Tue, 2 Mar 2021 15:54:10 -0500 : From: Houston Putman : Reply-To: solr

Distributed group query, if rename the unique key field name, will be java.lang.NullPointerException.

2021-03-12 Thread Dawn
Hi: Distributed group query, if rename the unique key field name, will be java.lang.NullPointerException. Because of without StoredFieldsShardResponseProcessor processing rename. Can I create an issue to fix it? query("q", "*:*", "rows", 100, "fl", “aliasName:id," + i1,