On 8/31/2018 8:40 AM, Sushant Vengurlekar wrote:
Any idea where this database is stored on the file system. I don’t want to read it but just know where it resides.
If you followed recommendations, your ZooKeeper ensemble is NOT using the ZK server that's embedded inside Solr. In that case I would have absolutely no idea, as the setup of that would not be part of Solr at all and the locations can be customized to be anything you want.
If you didn't follow advice and are using the embedded zookeeper, there is probably a zoo_data directory under your solr home. Inside that location should be a version-2 directory, where the actual data will reside.
Thanks, Shawn