public final class Versions
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
MATCH_ANY
used to indicate the write operation should succeed regardless of current version
|
static long |
MATCH_DELETED
used to indicate that the write operation should be executed if the document is currently deleted
i.e., not found in the index and/or found as deleted (with version) in the version map
|
static long |
NOT_FOUND
indicates that the current document was not found in lucene and in the version map
|
| Constructor and Description |
|---|
Versions() |
public static final long MATCH_ANY
public static final long NOT_FOUND
public static final long MATCH_DELETED