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
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
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