|
||||||||||
| 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.handler.JcmsFormHandler
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 |
FILESE_TAB
|
static int |
MBRSE_TAB
|
static int |
PREVIOUS_TAB
|
static int |
PUBSE_TAB
|
static String |
REVISION
|
| Fields inherited from class com.jalios.jcms.handler.JcmsFormHandler |
|---|
contextMap, editFieldSet, noRedirect, noSendRedirect, popupEdition, redirect, redirectOnClosePopup, workspaceForced |
| 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, jsboSet, 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, isDBMember, isDebug, isLogged, loggedMember, request, response, userCountry, 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 |
optimizeLuceneFileSE()
File optimizing |
boolean |
optimizeLuceneMbrSE()
Member optimizing |
boolean |
optimizeLucenePubSE()
Publication optimizing |
boolean |
populateSpellSuggest()
SpellSuggest indexing |
boolean |
processAction()
Effectively trigger the action of this handler. |
boolean |
reindexLuceneCatSE()
Category indexing |
boolean |
reindexLuceneFileSE()
File indexing |
boolean |
reindexLuceneMbrSE()
Member 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. |
| 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
public static final int FILESE_TAB
public static final int MBRSE_TAB
| Constructor Detail |
|---|
public AdminSearchEnginesHandler()
| Method Detail |
|---|
public boolean processAction()
throws IOException
processAction in class JcmsFormHandlerIOException - if error occured during validate
public boolean doAll()
throws IOException
IOException
public boolean reindexLucenePubSE()
throws IOException
IOException - if error occured during indexing
public boolean optimizeLucenePubSE()
throws IOException
IOException - if error occured during optimizing
public boolean reindexLuceneCatSE()
throws IOException
IOException - if error occured during indexing
public boolean optimizeLuceneCatSE()
throws IOException
IOException - if error occured during optimizing
public boolean reindexLuceneFileSE()
throws IOException
IOException - if error occured during indexing
public boolean optimizeLuceneFileSE()
throws IOException
IOException - if error occured during optimizing
public boolean populateSpellSuggest()
throws IOException
IOException - if error occured during indexing
public boolean reindexLuceneMbrSE()
throws IOException
IOException - if error occured during indexing
public boolean optimizeLuceneMbrSE()
throws IOException
IOException - if error occured during optimizingpublic 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 | |||||||||