<?xml version="1.0" encoding="UTF-8"?>
<mapping>
	<actions>
		<action path="search" class="com.edeal.frontline.controller.actions.search.Find" allowAnonymous="false">
			<display code="success" action="/common/fulltextsearch/search_action.jsp" body="/common/fulltextsearch/search.jsp" jsInclude="/js/utils.js"/>
		</action>
		<action path="generate_index_search" class="com.edeal.frontline.controller.actions.search.FullIndex" allowAnonymous="false">
			<forward code="success" page="/common/fulltextsearch/solr_status.jsp?command=/dataimport" />
			<forward code="failure" page="/errors/frontlineException_popup.jsp"/>
		</action>
		<action path="update_index_search" class="com.edeal.frontline.controller.actions.search.UpdateIndex" allowAnonymous="false">
			<forward code="success" page="/common/fulltextsearch/solr_status.jsp?command=/dataimport" />
			<forward code="failure" page="/errors/frontlineException_popup.jsp"/>
		</action>
		<action path="generate_description" class="com.edeal.frontline.controller.actions.search.GenDesc" allowAnonymous="false">
			<forward code="success" page="/common/fulltextsearch/solr_status.jsp?command=/dataimport" />
			<forward code="failure" page="/errors/frontlineException_popup.jsp"/>
		</action>
		<action path="reload_description" class="com.edeal.frontline.controller.actions.search.ReloadDesc" allowAnonymous="false">
			<forward code="success" page="/common/fulltextsearch/solr_status.jsp?command=/dataimport" />
			<forward code="failure" page="/errors/frontlineException_popup.jsp"/>
		</action>
		<action path="restart" class="com.edeal.frontline.controller.actions.search.Restart" allowAnonymous="false">
			<forward code="success" page="/common/fulltextsearch/solr_status.jsp?command=/admin/cores" />
			<forward code="failure" page="/errors/frontlineException_popup.jsp"/>
		</action>
			<action path="solr_status" class="com.edeal.frontline.controller.actions.search.SolrStatus" allowAnonymous="false">
			<forward code="success" page="/common/json.jsp" />
		</action>
	</actions>
</mapping>
