public final class SearchIndex extends Object
Modifier and Type | Field and Description |
---|---|
static short |
TYPE_CUSTOM
Field
TYPE_CUSTOM |
static short |
TYPE_FILE
Field
TYPE_FILE |
static short |
TYPE_PATH
Field
TYPE_PATH |
static short |
TYPE_URL
Field
TYPE_URL |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String[] |
getCategories() |
String |
getCategoryTree() |
String |
getCustom1() |
String |
getCustom2() |
String |
getCustom3() |
String |
getCustom4() |
String[] |
getExtensions() |
String |
getId() |
String |
getKey() |
String |
getLanguage() |
String |
getQuery() |
String |
getTitle() |
short |
getType() |
String |
getUrlpath() |
static String |
toId(short type,
String key,
String queryName) |
String |
toString() |
static String |
toStringType(short type)
cast short type to string
|
static String |
toStringTypeEL(short type)
cast short type to string
|
static short |
toType(String type)
cast string type to short
|
public static final short TYPE_FILE
TYPE_FILE
public static final short TYPE_PATH
TYPE_PATH
public static final short TYPE_CUSTOM
TYPE_CUSTOM
public static final short TYPE_URL
TYPE_URL
public static short toType(String type) throws SearchException
type
- type to castSearchException
public static String toStringType(short type) throws SearchException
type
- type to castSearchException
public static String toStringTypeEL(short type)
type
- type to castSearchException
public String getCustom1()
public String getCustom2()
public String getCustom3()
public String getCustom4()
public String[] getExtensions()
public String getLanguage()
public short getType()
public String getUrlpath()
public static String toId(short type, String key, String queryName)
type
- key
- queryName
- public String[] getCategories()
public String getCategoryTree()
Copyright © 2015 Lucee