Are values in solr.xml 32-bit or 64-bit?

2020-11-11 Thread elivis
I'm trying to find out what are the maximum values for parameters specified in solr.xml file? Mainly I am interested in distribUpdateConnTimeout and distribUpdateSoTimeout. I have tried setting those values to 0 in hopes that it would set the timeout to infinite, but I don't think that worked. I wa

Re: SolrCloud shows cluster still healthy even the node data directory is deleted

2020-11-11 Thread Amy Bai
Hi Erick, Thanks for your kindly reply. There are two things that confuse me: 1. index/search queries keep failing because one of the node data directory is gone, but the node is not marked as down. 2. The replicas on the failed node are not working, but the Index/search queries didn't failove

Re: Phrase query no hits when stopwords and FlattenGraphFilterFactory used

2020-11-11 Thread Edward Turner
Many thanks Walter, that's useful information. And yes, if we are able to keep stopwords, then we will. We have been exploring it because we've noticed its use leads to a sizable drop in index size (5%, in some of our tests), which then had the knock on effect of better performance. (Also, unfortun