|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object lumis.doui.search.SearchMonitorUtil
public class SearchMonitorUtil
Contains search monitoring constants and utility methods.
Field Summary | |
---|---|
static String |
AGGREGATION_TYPE_SEARCH_QUERY
Key for search query aggregation type. |
static String |
AGGREGATION_TYPE_SEARCH_SI_FRIENDLY_PATH
Key for search's service instance friendly path aggregation type. |
static String |
AGGREGATION_TYPE_SEARCH_SI_PATH
Key for search's service instance path aggregation type. |
static String |
EVENT_SEARCH
Key for search event. |
static String |
MEASURE_TYPE_SEARCH_RESULT_COUNT
Key for search result count measure type. |
static String |
STRING_RESOURCE_PATH
The string resource path using for localizing search monitoring strings. |
Constructor Summary | |
---|---|
SearchMonitorUtil()
|
Method Summary | |
---|---|
static IMonitor |
getSearchMonitor(ServiceInstanceConfig searchServiceInstanceConfig,
String searchQuery,
ITransaction transaction)
Returns a monitor for the "lumis.doui.search.ev.search" event. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String STRING_RESOURCE_PATH
public static final String EVENT_SEARCH
public static final String MEASURE_TYPE_SEARCH_RESULT_COUNT
public static final String AGGREGATION_TYPE_SEARCH_QUERY
public static final String AGGREGATION_TYPE_SEARCH_SI_PATH
public static final String AGGREGATION_TYPE_SEARCH_SI_FRIENDLY_PATH
Constructor Detail |
---|
public SearchMonitorUtil()
Method Detail |
---|
public static IMonitor getSearchMonitor(ServiceInstanceConfig searchServiceInstanceConfig, String searchQuery, ITransaction transaction) throws PortalException
searchServiceInstanceConfig
- the search service instance.searchQuery
- the search's query.transaction
- the transaction for persistence access.
PortalException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |