Error on searches containing specific character pattern

2020-09-01 Thread Andy @ BlueFusion
Hi All, I have an 8.6.0 instance that is working well with one exception. It returns an error when the search term follows a pattern of numbers & alpha characters such as: * 1a1 aa * 1a1 1aa * 1a1 11 Similar patterns that don't error * 1a1 a * 1a1 1 * 1a11 aa * 11a1 aa * 1a1aa *

Re: Addreplica throwing error when authentication is enabled

2020-09-01 Thread yaswanth kumar
Hi Ben Thanks for looking.. but I am not understanding about the file encrypted stuff that you mentioned?? Which file are you saying encrypted ? Security.json?? Sent from my iPhone > On Sep 1, 2020, at 10:56 PM, Ben wrote: > > It appears the issue is with the encrypted file. Are these files

Re: Addreplica throwing error when authentication is enabled

2020-09-01 Thread Ben
It appears the issue is with the encrypted file. Are these files encrypted? If yes, you need to decrypt it first. moreCaused by: javax.crypto.BadPaddingException: RSA private key operation failed Best, Ben On Tue, Sep 1, 2020, 10:51 PM yaswanth kumar wrote: > Can some one please help me on

Addreplica throwing error when authentication is enabled

2020-09-01 Thread yaswanth kumar
Can some one please help me on the below error?? Solr 8.2; zookeeper 3.4 Enabled authentication and authentication and make sure that the role gets all access Now just add a collection with single replica and once done .. now try to add another replica with addreplica solr api and that’s

Re: Understanding Solr heap %

2020-09-01 Thread yaswanth kumar
I got some understanding now about my actual question.. thanks all for your valuable theories Sent from my iPhone > On Sep 1, 2020, at 2:01 PM, Joe Doupnik wrote: > >  As I have not received the follow-on message to mine I will cut > it below. > My comments on that are the numbers

Using Solr's zkcli.sh

2020-09-01 Thread Victor Kretzer
Thank you in advance. This is my first time using a mailing list like this so hopefully I am doing so correctly. I am attempting to setup SolrCloud (Solr 6.6.6) and an external zookeeper ensemble on Azure. I have three dedicated to the zookeeper ensemble and two for solr all running Ubuntu

Re: external field file size

2020-09-01 Thread matthew sporleder
Okay thanks for the tip. I am pretty wary of streaming logs into my main set of documents + tons of $stat_updated_at fields + resetting stats on ~every document every day + whatever else we feel like trending. It just feels like a lot of churn. I will lean towards the !join on stats-$DATE

Re: Understanding Solr heap %

2020-09-01 Thread Walter Underwood
This is misleading and not particularly good advice. Solr 8 does NOT contain G1. G1GC is a feature of the JVM. We’ve been using it with Java 8 and Solr 6.6.2 for a few years. A test with eighty documents doesn’t test anything. Try a million documents to get Solr memory usage warmed up. GC_TUNE

Re: external field file size

2020-09-01 Thread Erick Erickson
I wouldn’t use ExternalFileField if your use-case is served by in-place updates. See https://lucene.apache.org/solr/guide/8_1/updating-parts-of-documents.html#in-place-updates EFFs were put in in order to have _some_ capability to change individual fields in a doc long before in-place updates

external field file size

2020-09-01 Thread matthew sporleder
We are researching the canonical use case for external fields -- traffic-based rankings What are the practical limits on the size of the external field file? A k=v text file seems like it might fall over if it grows into the GB range? Our other thought is to use rolling cores where we stream in

Re: Understanding Solr heap %

2020-09-01 Thread Erick Erickson
You want to run with the smallest heap you can due to Lucene’s use of MMapDirectory, see the excellent: https://blog.thetaphi.de/2012/07/use-lucenes-mmapdirectory-on-64bit.html There’s also little reason to have different Xms and Xmx values, that just means you’ll eventually move a bunch of

Re: Understanding Solr heap %

2020-09-01 Thread Dominique Bejean
Hi, As all Java applications the Heap memory is regularly cleaned by the garbage collector (some young items moved to the old generation heap zone and unused old items removed from the old generation heap zone). This causes heap usage to continuously grow and reduce. Regards Dominique Le

Shard splitting and router.field

2020-09-01 Thread Niko Himanen
Hello, I recently ran into a problem that documents disappear from our collections when I split a shard. To be specific, they are not copied to new shards made by the split command. After some debugging I figured out that it is related to router.field we have defined for our collections and that

Understanding Solr heap %

2020-09-01 Thread yaswanth kumar
Can someone make me understand on how the value % on the column Heap is calculated. I did created a new solr cloud with 3 solr nodes and one zookeeper, its not yet live neither interms of indexing or searching, but I do see some spikes in the HEAP column against nodes when I refresh the page

[ANNOUNCE] Apache Solr 8.6.2 released

2020-09-01 Thread Ignacio Vera
01 September 2020, Apache Solr™ 8.6.2 available The Lucene PMC is pleased to announce the release of Apache Solr 8.6.2 Solr is the popular, blazing fast, open source NoSQL search platform from the Apache Lucene project. Its major features include powerful full-text search, hit highlighting,