IndexWriter has closed

2019-03-27 Thread Aroop Ganguly
Hi Everyone My indexing jobs are failing with “this IndexWriter has closed” errors.. This is a solr 7.5 setup, with an NRT index. In deeper logs I see, some of these exceptions, Any idea what could have caused this ? o.a.s.s.HttpSolrCall null:org.apache.solr.common.SolrException:

Questions on nested child document split using the "split" parameter

2019-03-27 Thread Zheng Lin Edwin Yeo
Hi, I am trying to find more information regarding this upgrade in Solr 8.0.0, but I could not really understand what it means, and couldn't find much information on that, especailly that the Solr User Guide for 8.0.0 is not released yet. SOLR-12633

Re: coreNodeName core_node2 does not exist in shard shard1, ignore the exception if the replica was deleted Solr 8.0.0

2019-03-27 Thread Zheng Lin Edwin Yeo
Normally I will not remove the version-2 folder in ZooKeeper when making changes to the schema.xml or solrconfig.xml. I will just upconfig the new configuration to the ZooKeeper, and do the Reload of the collection in Solr. Regards, Edwin On Wed, 27 Mar 2019 at 20:53, vishal patel wrote: >

Re: Problem with white space or special characters in function queries

2019-03-27 Thread shamik
I'm using Solr 7.5, here's the query: q=line=language:"english"=Source2:("topicarticles"+OR+"sfdcarticles")=url,title=ADSKFeature:"CUI+(Command)"^7=recip(ms(NOW/DAY,PublishDate),3.16e-11,1,1)^2+if(termfreq(ADSKFeature,'CUI (Command)'),log(CaseCount),sqrt(CaseCount))=10 -- Sent from:

Document deletes by ID on sharded collection

2019-03-27 Thread Brian Panulla
I have a Near-Realtime Search implementation on Solr Cloud 7.5 and I'm having an issue with deleting documents from a sharded collection. I'm deleting documents right now using a query for the document ID, and everything seems to be working properly, aside from the fact that deletes are *really

coreNodeName core_node2 does not exist in shard shard1, ignore the exception if the replica was deleted Solr 8.0.0

2019-03-27 Thread vishal patel
First time i have successfully made product collection using GUI admin panel in solr 8.0.0. After some changes in schema.xml, i removed the version-2 folder from zoo keeper and again upconfig using below command zkcli.bat -zkhost 192.168.100.222:3181,192.168.100.222:3182,192.168.100.222:3183

Re: SolrCore Initialization Failures in Solr 8.0.0

2019-03-27 Thread vishal patel
solr 6.1.0 folder structure F:\SolrCloud-6.1.0\solr-6.1.0-shard-1\server\solr\ --- product --- conf --- schema.xml --- solrconfig.xml ---

Re: Autoscaling rack awareness

2019-03-27 Thread Richard Goodman
So I managed to get this working by the following policy: {"replica":"<2","shard":"#EACH","sysprop.racklocation": "#EACH"} On Tue, 26 Mar 2019 at 14:03, Richard Goodman wrote: > Hi, I'm currently running into some trouble trying to set up rack > awareness as a cluster policy. > > I run my

bin/post command not working when run from crontab

2019-03-27 Thread Carsten Agger
I'm working with a script where I want to send a command to delete all elements in an index; notably, /opt/solr/bin/post -c -d  "*:*" When run interactively, this works fine. However, when run automatically as a cron job, it gives this interesting output: Unrecognized argument:   "*:*" If

Re: SolrCore Initialization Failures in Solr 8.0.0

2019-03-27 Thread vishal patel
solr 6.1.0 folder structure F:\SolrCloud-6.1.0\solr-6.1.0-shard-1\server\solr\ --- product --- conf --- schema.xml --- solrconfig.xml ---

Re: Re: solr _route_ key now working

2019-03-27 Thread Jay Potharaju
I was reading the debug info incorrectly it is working as expected ...thanks for the help. Thanks Jay Potharaju On Tue, Mar 26, 2019 at 10:58 PM Jay Potharaju wrote: > Edwin, I tried escaping the special characters but it does not seems to > work. I am using 7.7 > Thanks Jeremy for the