public final class IndexUtils extends Object
Modifier and Type | Field and Description |
---|---|
static com.google.common.collect.ImmutableMap<String,String> |
CUSTOM_CHAR_MAPPING |
static com.google.common.base.Function<Exception,IOException> |
MAPPER |
Modifier and Type | Method and Description |
---|---|
static Set<String> |
accountFields(QueryOptions opts) |
static Set<String> |
accountFields(Set<String> fields) |
static Set<String> |
changeFields(QueryOptions opts) |
static String |
describe(CurrentUser user) |
static boolean |
getReady(SitePaths sitePaths,
String name,
int version) |
static Set<String> |
groupFields(QueryOptions opts) |
static Set<String> |
projectFields(QueryOptions opts) |
static void |
setReady(SitePaths sitePaths,
String name,
int version,
boolean ready) |
public static final com.google.common.collect.ImmutableMap<String,String> CUSTOM_CHAR_MAPPING
public static final com.google.common.base.Function<Exception,IOException> MAPPER
public static void setReady(SitePaths sitePaths, String name, int version, boolean ready) throws IOException
IOException
public static boolean getReady(SitePaths sitePaths, String name, int version) throws IOException
IOException
public static Set<String> accountFields(QueryOptions opts)
public static Set<String> changeFields(QueryOptions opts)
public static Set<String> groupFields(QueryOptions opts)
public static String describe(CurrentUser user)
public static Set<String> projectFields(QueryOptions opts)