SolrClould 6.6 stability challenges

2017-11-03 Thread Rick Dig
hello all, we are trying to run solrcloud 6.6 in a production setting. here's our config and issue 1) 3 nodes, 1 shard, replication factor 3 2) all nodes are 16GB RAM, 4 core 3) Our production load is about 2000 requests per minute 4) index is fairly small, index size is around 400 MB with 300k doc

Re: Anyone have any comments on current solr monitoring favorites?

2017-11-03 Thread Webster Homer
My company uses Dynatrace for most everything in production. They have a plugin for Solr that works with 6.* On Thu, Nov 2, 2017 at 4:05 PM, Emir Arnautović < emir.arnauto...@sematext.com> wrote: > Hi Robi, > Did you try Sematext’s SPM? It provides host, JVM and Solr metrics and > more. We use it

Fwd: configuring Solr with Tesseract

2017-11-03 Thread Admin eLawJournal
Hi, I have read that we can use tesseract with solr to index image files. I would like some guidance on setting this up. Currently, I am using solr for searching my wordpress installation via the WPSOLR plugin. I have Solr 6.6 installed on ubuntu 14.04 which is working fine with wordpress. I hav

Re: update document stuck on: java.net.SocketInputStream.socketRead0

2017-11-03 Thread Nawab Zada Asad Iqbal
Hi, I added some very liberal connection timeout and socket timeout to the request config. And I see a lot of SocketTimeoutException and some ConnectTimeoutException RequestConfig requestConfig = RequestConfig.custom() .setConnectionRequestTimeout(10*60*1000) .setConnectTimeout(60*1000)

Re: [Parent] doc transformer

2017-11-03 Thread Mikhail Khludnev
It seems you can only use slow [subquery] for this. On Mon, Oct 30, 2017 at 7:17 PM, Aurélien MAZOYER < aurelien.mazo...@francelabs.com> wrote: > Hi, > > > > Is there in Solr a kind of [parent] doc transformer (like the [child] doc > transformer) that can be used to embed parent’s fields in the

Re: how to ensure that one shard does not get overloaded when we use routing

2017-11-03 Thread Emir Arnautović
Hi Ketan, I’ll just add that with 4 shards you might just as well skip bits part - all tenant document will end up on a single shard anyway. Unless you have a lot projectIds or all have pretty much the same number of documents, and you always search single projectId, I would reevaluate using rou

Re: Advice on Stemming in Solr

2017-11-03 Thread Emir Arnautović
Hi Edwin, Hunspell is configurable, language independent library and you can define any morphology rules. It’s beed there for a while and I would not be surprised if someone already adjusted english rules to suite you case. Thanks, Emir -- Monitoring - Log Management - Alerting - Anomaly Detecti