solr Metrics api

2020-04-17 Thread akhil dutt
Hi everyone, For the system cpu load and process cpu load, I sometimes see that process cpu load is higher than system cpu load.I'm not sure in what cases can it really be possible.Like in one case - ProcessCpuLoad - 0.6908776706398165 SystemCpuLoad - 0.42642669943113387 From what I understand

Re: Indexing data from multiple data sources

2020-04-17 Thread Jörn Franke
What does your Solr.log say? Any error ? > Am 17.04.2020 um 20:22 schrieb RaviKiran Moola > : > >  > Hi, > > Greetings!!! > > We are working on indexing data from multiple data sources (MySQL & MSSQL) in > a single collection. We specified data source details like connection details >

RE: Indexing data from multiple data sources

2020-04-17 Thread RaviKiran Moola
Hi, Greetings!!! We are working on indexing data from multiple data sources (MySQL & MSSQL) in a single collection. We specified data source details like connection details along with the required fields for both data sources in a single data config file, along with specified required fields

Re: 404 response from Schema API

2020-04-17 Thread Shawn Heisey
On 4/16/2020 10:07 AM, Mark H. Wood wrote: I need to ask Solr 4.10 for the name of the unique key field of a schema. So far, no matter what I've done, Solr is returning a 404. This works: curl 'https://toolshed.wood.net:8443/isw6_3/solr/statistics/select' This gets a 404: curl

indexwriter shuts down

2020-04-17 Thread j.s.
hi i am running a stand alone solr instance 7.3.1 that has been giving me errors recently. these are from an application log (not solr), but they appear to show that somehow the indexwriter gets shut down and show's over! i am sure there are more clues in the logs, but i'm not sure where to

requesting help on auto scaling of solr

2020-04-17 Thread saicharan.k...@spglobal.com
Hello, I am trying to add auto scaling for a cluster that is hosted on aws I am using cluster policy as { "set-cluster-policy": [ { "replica": "<2", "shard": "#EACH", "node": "#ANY" } ] } Node-added-trigger { "set-trigger": {