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
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
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
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
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