Re: number of documents exceed 2147483519

2020-03-17 Thread Hongxu Ma
I was trying "SPLITSHARD" in my test env and encountered a strange behavior: I created a 1M doc collection and it contained 8 shards, then split shard1, after split: * SPLITSHARD returned success. * looks good * shard1 (became inactive) -> shard1_0 and shard1_1 * range 8

Re: How do *you* restrict access to Solr?

2020-03-17 Thread Jan Høydahl
You can consider upgrading to Solr 8.5 which is to be released in a couple of days, which makes it easy to whitelist IP addresses in solr.in.sh: # Allow IPv4/IPv6 localhost, the 192.168.0.x IPv4 network, and 2000:123:4:5:: IPv6 network. SOLR_IP_WHITELIST="127.0.0.1, [::1], 192.168.0.0/24, [2000:

Re: How to sum model grouped?

2020-03-17 Thread Paras Lehana
Hey, Check this once: https://lucene.apache.org/solr/guide/8_4/the-stats-component.html On Mon, 16 Mar 2020 at 18:08, hakan wrote: > I use solr version 7.1. I have as grouped model in total 11M record, as > below > example. > This question is, How do I sum fromfollowers field from this grouped

Re: Copying data

2020-03-17 Thread Jayadevan Maymala
On Mon, Mar 16, 2020 at 5:53 PM Erick Erickson wrote: > It’s not at all clear what the problem is. If you have a single-shard > collection, just > 1> create the stand-alone core > 2> shut down the Solr instance > 3> replace the stand-alone core's data dir with one from any of your prod > machines