RE: Solr delta indexing approach

2014-02-12 Thread Sadler, Anthony
ones, new ones, and ones that have changed. You might even want to track links and symlinks to get dupes and canonical paths. wunder On Feb 12, 2014, at 10:00 PM, "Sadler, Anthony" wrote: > I had this problem when I started to look at Solr as an index for a file > server. What I

RE: Solr delta indexing approach

2014-02-12 Thread Sadler, Anthony
I had this problem when I started to look at Solr as an index for a file server. What I ended up doing was writing a perl script that did this: - Scan the whole filesystem and create an XML that is submitted into Solr for indexing. As this might be some 600,000 files, I break it down into chunks

Indexing file system contents

2013-10-03 Thread Sadler, Anthony
Hi all: I've had a quick look through the archives but am struggling to find a decent search query (a bad start to my solr career), so apologies if this has been asked multiple times before, as I'm sure it has. We've got several windows file servers across several locations and we'd like to in