Re: SOLR Indexed object delete automatically.

2017-04-24 Thread Erick Erickson
Are you using Data Import Handler (DIH?)? The "clean" option there removes all the docs before running. If not, then _someone_ is sending that command, Solr isn't generating it by itself. Best, Erick On Mon, Apr 24, 2017 at 12:35 PM, Saurav Maulick wrote: > No David. this is not in public domai

Re: SOLR Indexed object delete automatically.

2017-04-24 Thread Saurav Maulick
No David. this is not in public domain. I have asked server team to check incoming traffic IP also but they didn't find any thing. On Mon, Apr 24, 2017 at 3:28 PM, David Hastings < hastings.recurs...@gmail.com> wrote: > you dont have to log in to the server to send the delete command. is the > c

Re: SOLR Indexed object delete automatically.

2017-04-24 Thread David Hastings
you dont have to log in to the server to send the delete command. is the computers ip address public? On Mon, Apr 24, 2017 at 3:13 PM, Saurav Maulick wrote: > thanks Erick for quick replay. > > I the log file we have found that deleteByQuery entry. but i have checked > with windows team they h

Re: SOLR Indexed object delete automatically.

2017-04-24 Thread Saurav Maulick
thanks Erick for quick replay. I the log file we have found that deleteByQuery entry. but i have checked with windows team they have confirmed no one login the server on that time. see the log entry 2017-04-22 03:56:24.452 INFO (coreZkRegister-1-thread-1-processing-n:XX.XX.XX.XX:1988_solr x:ocd

Re: SOLR Indexed object delete automatically.

2017-04-24 Thread Erick Erickson
Solr does not delete files/documents by itself with the exception of TTL (Time To Live, since Solr 4.8. See: https://lucidworks.com/2014/05/07/document-expiration/). so unless you've configured TTL, which I doubt you have if you're asking this question then I'd suspect several possibilities: > You

SOLR Indexed object delete automatically.

2017-04-24 Thread Saurav Maulick
Hi Team, We are using Solr 5.4.1 (in Windows with Zookeper). Our problem is Solr automatically delete all indexed files.from last couple of days. Is their any Maxout setting which can cause this issue? This is our production issue and any quick help is highly appreciated. -- Thanks and Regards