Re: Issue with delete

2019-09-09 Thread Jayadevan Maymala
On Mon, Sep 9, 2019 at 11:11 AM Jörn Franke wrote: > Do you commit after running the delete? > The "commit=true" part would take care of that? > > Am 09.09.2019 um 06:59 schrieb Jayadevan Maymala < > jayade...@ftltechsys.com>: > > > > Hello All, > > > > I have a 3-node Solr cluster using a 3

Re: Issue with delete

2019-09-08 Thread Jörn Franke
Do you commit after running the delete? > Am 09.09.2019 um 06:59 schrieb Jayadevan Maymala : > > Hello All, > > I have a 3-node Solr cluster using a 3-node Zoookeeper system. Solr Version > is 7.3.0. We have batch deletes which were working a few days ago. All of a > sudden, they stopped working

Issue with delete

2019-09-08 Thread Jayadevan Maymala
Hello All, I have a 3-node Solr cluster using a 3-node Zoookeeper system. Solr Version is 7.3.0. We have batch deletes which were working a few days ago. All of a sudden, they stopped working (I did run a yum update on the client machine - not sure if it did anything to the Guzzle client). The del

Re: issue with delete index

2010-03-12 Thread muneeb
running the queries i don't see any difference >> in >> query results, as if it didn't take 'omitNorms' settings into >> consideration. > > Did you restart Solr so that the schema was re-read? > > -Yonik > http://www.lucidimagination.com > &

Re: issue with delete index

2010-03-11 Thread Yonik Seeley
On Thu, Mar 11, 2010 at 12:22 PM, muneeb wrote: > I have made some changes to my schema, including setting of omitNorms to > false for a few fields. I am using Solr1.4 with SolrJ client. I deleted my > index using the client: > > solrserver.deleteByQuery("*:*"); > solrserver.optimize(); Solr impl

issue with delete index

2010-03-11 Thread muneeb
't see any difference in query results, as if it didn't take 'omitNorms' settings into consideration. Can anyone tell me how to delete the index entirely so that new changes can take place? Thanks!! -M -- View this message in context: http://old.nabble.com/issue-with-delete-