Processing a large number of Files in Java
Tuesday, January 23rd, 2007So I was working on indexing 15+ million documents using Lucene and it strikes me that I would like a little better low level support for dealing with files in Java. These files are stored in a several hundred directories, each containing 30K docs per directory.
The first approach I took to handling this is to [...]
