| Package | Description |
|---|---|
| org.apache.jackrabbit.oak.plugins.index.lucene |
| Modifier and Type | Method and Description |
|---|---|
static IndexFormatVersion |
IndexFormatVersion.getDefault() |
static IndexFormatVersion |
IndexFormatVersion.getVersion(int version) |
static IndexFormatVersion |
IndexFormatVersion.max(IndexFormatVersion o1,
IndexFormatVersion o2) |
static IndexFormatVersion |
IndexFormatVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndexFormatVersion[] |
IndexFormatVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
IndexFormatVersion.isAtLeast(IndexFormatVersion version)
Returns
true if this version is at least as high as the
given version. |
static IndexFormatVersion |
IndexFormatVersion.max(IndexFormatVersion o1,
IndexFormatVersion o2) |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.