Solr configured for SSL always using plain text when talking to Zookeeper secure port

2021-09-16 Thread Robert Pearce
Hello, I have a question regarding Solr and Zookeeper configured for SSL. Simply, does Solr default to non-SSL when connecting with the Zookeeper secure port on localhost? Solr 8.9, Zookeeper 3.6.2 One Zookeeper instance configured for SSL One Solr instance configured for SSL, pointing at ZK se

Re: Solr configured for SSL always using plain text when talking to Zookeeper secure port

2021-09-16 Thread Jan Høydahl
Hi, What happens when you point Solr to ZK secure port is that Solr tries to talk non-SSL TCP with the secure (HTTP) port and it fails. See more at https://cwiki.apache.org/confluence/display/ZOOKEEPER/ZooKeeper+SSL+User+Guide. You should be able to configure a set of system props on Solr side

Re: Index dependent groups of data

2021-09-16 Thread Cassandra Targett
As Shawn explained, when a TLOG replica is not the leader, it does not index the documents directly but pulls index segments from the leader. However, this operation is generally rather fast - within a second or two - since it copies the changed segments, not the full index (and 70 million docs

SOLR not indexing empty fields

2021-09-16 Thread Vishnu Vg
Dear Team, I working on a project with Sitecore CMS and we use SOLR for indexing. Recently we had to upgrade the SOLR version to 8.4 and after that SOLR stopped indexing string fields when the return value is an empty string. SOLR was indexing the empty strings as "". I have tried out many config

Re: SOLR not indexing empty fields

2021-09-16 Thread Chris Hostetter
Neither 'nullValue' nor 'emptyString' nor 'returnType' are field or fieldtype settings in solr -- which makes me suspect that they must be SiteCore settings, and that the problem you are encountering has something to do with behavior in SiteCore -- not behavior in solr. Solr's StrField in 8.x