Multiple documents with different fields in the same collection

2019-08-14 Thread Vlad Beznosov
Hello SOLR Users. I am new to SOLR, so please forgive me if something in this email will not make sense to some of you. Here is the problem I am trying to solve: We have a collection of documents A that has corresponding configuration set with schema.xml file in it. We need to add another core

Re: SOLR / Zookeeper Compatibility

2019-08-14 Thread Jörn Franke
8.2 works with 3.5.5 - with a minor glitch in the Admin UI, which does not affect Solr itself > Am 14.08.2019 um 19:46 schrieb Paul Russell : > > ALCON, > > > > We have been asked by our customer to not install Zookeeper V3.4.x for use > with the SOLR cluster. Currently we have a 3 node SOLR

Re: SOLR / Zookeeper Compatibility

2019-08-14 Thread Shawn Heisey
On 8/14/2019 11:46 AM, Paul Russell wrote: We have staged SOLR 6.x and 7.x environments with ZK V3.5.5 as requested and it does not appear to work. If we back off to ZK 3.4.x it works fine. The ZK project has documentation about backward compatibility: https://cwiki.apache.org/confluence/displ

SOLR / Zookeeper Compatibility

2019-08-14 Thread Paul Russell
ALCON, We have been asked by our customer to not install Zookeeper V3.4.x for use with the SOLR cluster. Currently we have a 3 node SOLR V6.6.0 cluster using zookeeper V3.4.11. The customer identified several stig related issues with 3.4.x (CVE-2016-5017, CVE-2017-5637, and CVE 2019-0201.

Re: Solr cloud questions

2019-08-14 Thread Erick Erickson
Kojo: On the surface, this is a reasonable configuration. Note that you may still want to decrease the Java heap, but only if you have enough “head room” for memory spikes. How do you know if you have “head room”? Unfortunately the only good answer is “you have to test”. You can look at the GC

Re: Running Solr as a service

2019-08-14 Thread Zheng Lin Edwin Yeo
Hi Eileen, I have found that it was due to the "-f" in the command. The "-f" was not included in my original startup script that is run manually and not as a service, and it works properly. However, the issue occurs if I do not include the "-f" when it is run as a service. Now it works normally a

Re: Solr cloud questions

2019-08-14 Thread Kojo
Shawn, Only my web application access this solr. at a first look at http server logs I didnt find something different. Sometimes I have a very big crawler access to my servers, this was my first bet. No scheduled crons running at this time too. I think that I will reconfigure my boxes with two

AW: Running Solr as a service

2019-08-14 Thread Eileen Mosch
Hi Edwin, we also connect to an external Zookeeper cluster wihtout any problems. If Solr stops/crashes the service stops as well. Sounds like Solr cannot connect to Zookeeper. Have you checked if you can access Zookeeper from your Solr instance? And have you looked inside solr.log? Or maybe the

Re: Running Solr as a service

2019-08-14 Thread Zheng Lin Edwin Yeo
Hi Eileen, Thanks for the reply. I am using SolrCloud with external ZooKeeper ensemble. The service can be started, but the connection to Solr is intermittent. It will keep losing connection with Solr, and after which, Solr is not functioning. Any idea on this issue? Regards, Edwin On Wed, 14

Re: Indexing information on number of attachments and their names in EML file

2019-08-14 Thread Zheng Lin Edwin Yeo
Hi Tim, Regarding the returning of the list of Metadata objects, is the code suppose to include the information on the number of attachments in the particular email and/or the name of the attachment? For example, if there are 3 attachments in the email, we should be able to see immediately from th

AW: Running Solr as a service

2019-08-14 Thread Eileen Mosch
Hi Edwin, yes, it's possible. We already use Solr as service created with nssm.exe and it works fine. Example command: nssm install mySolrService path/to/solr/bin/solr.cmd "start -f -c -z "zkInstance:2181" -p 8983 -s "path/to/store/solr/data" -m 4g" Good luck! Regards, Eileen -Ursprüngli

[ANNOUNCE] 8.1.1 and 8.2.0 users check ENABLE_REMOTE_JMX_OPTS setting

2019-08-14 Thread Jan Høydahl
Severity: Low Versions Affected: 8.1.1 and 8.2.0 for Linux Description: It has been discovered [1] that the 8.1.1 and 8.2.0 releases contain a bad default setting for the ENABLE_REMOTE_JMX_OPTS setting in the default solr.in.sh file shipping with Solr. Windows users and users with custom solr.