Allow storing user data when IndexWriter.commit() is called
-----------------------------------------------------------
Key: LUCENE-1382
URL: https://issues.apache.org/jira/browse/LUCENE-1382
Project: Lucene - Java
Issue Type: Improvement
Components: Index
Reporter: Michael McCandless
Assignee: Michael McCandless
Priority: Minor
Spinoff from here:
http://www.mail-archive.com/[EMAIL PROTECTED]/msg22303.html
The idea is to allow optionally passing an opaque String commitUserData to the
IndexWriter.commit method. This String would be stored in the segments_N file,
and would be retrievable by an IndexReader. Applications could then use this
to assign meaning to each commit.
It would be nice to get this done for 2.4, but I don't think we should hold the
release for it.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]