Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Won't Fix
-
2.1, 2.2, 2.3, 2.3.1
-
None
-
New
Description
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.
Attachments
Attachments
Issue Links
- relates to
-
LUCENE-1228 IndexWriter.commit() does not update the index version
- Resolved