|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jalios.jcms.context.JcmsContext
com.jalios.jcms.context.JcmsJspContext
com.jalios.jcms.search.AdminSearchEnginesHandler
public class AdminSearchEnginesHandler
This handler is used in the admin area to provide action on search engine.
Field Summary | |
---|---|
static int |
CATSE_TAB
|
static int |
PREVIOUS_TAB
|
static int |
PUBSE_TAB
|
static String |
REVISION
|
Fields inherited from class com.jalios.jcms.context.JcmsJspContext |
---|
AJAX_REQUEST_ATTRIBUTES, BODY_HEADER, CSS_HEADER, cssboMap, cssfoMap, CUSTOM_HEADER, editIcon, HTTPEQUIV_HEADER, httpequivMap, HTTPNAME_HEADER, httpnameMap, initEditIcon, JAVASCRIPT_CODE_SET_ATTRIBUTE, JAVASCRIPT_SET_ATTRIBUTE, JS_HEADER, jsboMap, jsboSet, jsfoMap, jsfoSet, out, pageContext, SHOW_EDIT_ICON, STYLE_HEADER |
Fields inherited from class com.jalios.jcms.context.JcmsContext |
---|
browser, caddy, channel, inFO, initDone, initWorkspace, isAdmin, isAjaxRequest, isDebug, isLogged, loggedMember, request, response, userLang, userLocale, workspace |
Fields inherited from interface com.jalios.util.JaliosConstants |
---|
CRLF, MILLIS_IN_ONE_DAY, MILLIS_IN_ONE_HOUR, MILLIS_IN_ONE_MINUTE, MILLIS_IN_ONE_MONTH, MILLIS_IN_ONE_SECOND, MILLIS_IN_ONE_WEEK, MILLIS_IN_ONE_YEAR |
Constructor Summary | |
---|---|
AdminSearchEnginesHandler()
|
Method Summary | |
---|---|
boolean |
doAll()
|
int |
getOpenTab()
Return the tab to open in the GUI. |
boolean |
isTabForced()
|
boolean |
optimizeLuceneCatSE()
Category optimizing |
boolean |
optimizeLucenePubSE()
Publication optimizing |
boolean |
populateSpellSuggest()
SpellSuggest indexing |
boolean |
reindexLuceneCatSE()
Category indexing |
boolean |
reindexLucenePubSE()
Publication Indexing |
void |
setAction(String v)
Define the action to do in this handler call. |
void |
setOpenTab(int tabNbr)
Define the tab to open in the GUI. |
boolean |
validate()
Effectively trigger the action of this handler. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String REVISION
public static final int PREVIOUS_TAB
public static final int PUBSE_TAB
public static final int CATSE_TAB
Constructor Detail |
---|
public AdminSearchEnginesHandler()
Method Detail |
---|
public boolean validate() throws IOException
IOException
- if error occured during validatepublic boolean doAll() throws IOException
IOException
public boolean reindexLucenePubSE() throws IOException
IOException
- if error occured during indexingpublic boolean optimizeLucenePubSE() throws IOException
IOException
- if error occured during optimizingpublic boolean reindexLuceneCatSE() throws IOException
IOException
- if error occured during indexingpublic boolean optimizeLuceneCatSE() throws IOException
IOException
- if error occured during optimizingpublic boolean populateSpellSuggest() throws IOException
IOException
- if error occured during indexingpublic void setAction(String v)
v
- the action as a string value.public void setOpenTab(int tabNbr)
tabNbr
- the tab number to open.public int getOpenTab()
public boolean isTabForced()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |