Grant’s Grunts
Random thoughts on programming, photography, triathlon, life and work
| Log in
Home Computers Misc. NC Nutrition Photography Sports

Archive for January 23rd, 2007

Processing a large number of Files in Java

Tuesday, January 23rd, 2007

So 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 [...]