public interface SearchIndex
Modifier and Type | Field | 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 | Description |
---|---|---|
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 final short TYPE_FILE
TYPE_FILE
static final short TYPE_PATH
TYPE_PATH
static final short TYPE_CUSTOM
TYPE_CUSTOM
static final short TYPE_URL
TYPE_URL
String getCustom1()
String getCustom2()
String getCustom3()
String getCustom4()
String[] getExtensions()
String getKey()
String getLanguage()
String getTitle()
short getType()
String getId()
String getUrlpath()
String getQuery()
String[] getCategories()
String getCategoryTree()
Copyright © 2020. All rights reserved.