question about solrCloud joining

2019-08-19 Thread 王立生
Hello, I have a question about solrCloud joining. i knew solrCloud joining can do join only when index is not splited to shards, but when i test it, i found a problem which make me confused. i tested it on version 8.2 assuming i have 2 collections like sample about "joining" on solr offcial web

8.2.0 getting warning - unable to load jetty,​ not starting JettyAdminServer

2019-08-19 Thread Arnold Bronley
Hi, I am getting following warning in Solr admin UI logs. I did not get this warning in Solr 8.1.1 Please note that I am using Solr docker slim image from here - https://hub.docker.com/_/solr/ Unable to load jetty,​ not starting JettyAdminServer

Re: HttpShardHandlerFactory

2019-08-19 Thread Michael Gibney
Mark, Another thing to check is that I believe the configuration you posted may not actually be taking effect. Unless I'm mistaken, I think the correct element name to configure the shardHandler is "shardHandler*Factory*", not "shardHandler" ... as in, '...' The element name is documented correct

Re: Slow Indexing scaling issue

2019-08-19 Thread Furkan KAMACI
Hi Parmeshwor, 2 hours for 3 gb of data seems too slow. We scale up to PBs in such a way: 1) Ignore all commits from client via IgnoreCommitOptimizeUpdateProcessorFactory 2) Heavy processes are done on external Tika server instead of Solr Cell with embedded Tika feature. 3) Adjust autocommit, sof