Re: How to Uniquely Identify Documents in a Lucene Index

2008-04-29 Thread Hasan Diwan
On 29/04/2008, Grant Ingersoll <[EMAIL PROTECTED]> wrote: > Can you clarify what you mean by "decorate"? <%= document.get("all"); %> <%= try { writer.updateDocument(document); writer.optimize(); writer.close(); } %> I'm trying to figure out if there's a builtin way to retr

Re: How to Uniquely Identify Documents in a Lucene Index

2008-04-29 Thread Grant Ingersoll
On Apr 28, 2008, at 12:40 AM, Hasan Diwan wrote: I'm working on a JSP-based, free-form text storage & retrieval system based on lucene. Part of my desired feature set includes the ability to retrieve, edit, and update text comprising the document. The user flow involves: A search for a documen

How to Uniquely Identify Documents in a Lucene Index

2008-04-27 Thread Hasan Diwan
I'm working on a JSP-based, free-form text storage & retrieval system based on lucene. Part of my desired feature set includes the ability to retrieve, edit, and update text comprising the document. The user flow involves: A search for a document, whose "all" field is then retrieved, then it can be