Issue Details (XML | Word | Printable)

Key: LUCENE-1232
Type: Improvement Improvement
Status: Closed Closed
Resolution: Won't Fix
Priority: Minor Minor
Assignee: Michael McCandless
Reporter: Michael McCandless
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Lucene - Java

Use segments generation instead of version

Created: 14/Mar/08 09:12 AM   Updated: 11/Oct/08 12:49 PM
Return to search
Component/s: Index
Affects Version/s: 2.1, 2.2, 2.3, 2.3.1
Fix Version/s: 2.4

Time Tracking:
Not Specified

File Attachments:
  Size
File Licensed for inclusion in ASF works check.version.vs.gen.diff 2008-03-14 05:01 PM Doron Cohen 2 kB
Text File Licensed for inclusion in ASF works LUCENE-1232.dc.patch 2008-03-14 06:44 PM Doron Cohen 7 kB
Text File Licensed for inclusion in ASF works LUCENE-1232.patch 2008-03-14 10:30 AM Michael McCandless 5 kB
Issue Links:
Reference
 

Lucene Fields: New
Resolution Date: 14/Mar/08 07:59 PM


 Description  « Hide
Right now the segments file stores generation, a long starting with 0
that increments by 1 with each commit, and version, a long starting
with System.currentTimeMillis() that also increments by 1 with each
commit.

I think they are redundant so we can replace all methods/uses of
version with generation instead.

Spinoff from LUCENE-1228.



 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
There are no subversion log entries for this issue yet.