On Sat, Apr 18, 2009 at 1:06 PM, Koushik Mitra <koushik_mi...@infosys.com>wrote:
> Ok.... > > If these are hard links, then where does the index data get stored? Those > must be getting stored somewhere in the file system. > Yes, of course they are stored on disk. The hard links are created from the actual files inside the index directory. When those older files are deleted by Solr, they are still left on the disk if at least one hard link to that file exists. If you are looking for how to clean old snapshots, you could use the snapcleaner script. Is that what you wanted to do? -- Regards, Shalin Shekhar Mangar.