Prsnl Document Editing Coming soon
I figured out that I often make errors when entering stuff into prsnl. At first, I was satisfied with simply adding new entries to the database for corrections. I soon realised that this really isn't the best solution, so I added luke to the archive as a temporary measure. Research into a permanent solution raises a need to be able to uniquely identify an individual document. Lucene indeed maintains an internal, unique document identifier, so we need only expose it. However, it isn't obvious where in the source tree this identifier is devised or calculated. So, I've submitted a patch to expose the attribute, assigned in IndexWriter. If the patch is rejected, I guess I'll have to fork lucene. I don't want to do that, but if it has to happen, it has to happen.
