[ 
https://issues.apache.org/jira/browse/LUCENE-1382?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michael McCandless updated LUCENE-1382:
---------------------------------------

    Attachment: LUCENE-1382.patch

Attached patch.  I think we should not rush this into 2.4, so, I'll wait to 
commit to trunk until after we've branched.

> 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
>         Attachments: LUCENE-1382.patch
>
>
> 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]

Reply via email to