com.raritantechnologies.searchApp.logging
Class UserLogDisplayForm
java.lang.Object
BodyTagSupport
com.raritantechnologies.searchApp.taglibrary.DisplayForm
com.raritantechnologies.searchApp.logging.UserLogDisplayForm
- All Implemented Interfaces:
- IConfigurable, ICustomTag
- public class UserLogDisplayForm
- extends DisplayForm
Display form that does a search against a user log source. gets Top Queries or Top Documents.
Results against query logs are querys - need to turn IResult into Query
- See Also:
- Serialized Form
| Fields inherited from class com.raritantechnologies.searchApp.taglibrary.DisplayForm |
activeDisplayKey, activeDisplayParam, categoryParam, DEFAULT_PAGE_SIZE, formName, ignoreFormTypes, noResultString, pageNum, pageNumParam, pageSize, queryFieldFilters, resultSetKey, searchFormTypes, searchParameters, sourceTypeParam, userQueryParams |
| Methods inherited from class com.raritantechnologies.searchApp.taglibrary.DisplayForm |
doAfterBody, doStartTag, getBody, getBody, getCachedResultSet, getCachedResultSet, getDisplayFormRenderer, getDisplayFormRenderer, getDisplayRenderer, getFormName, getInstance, getNewResultSet, getPageNum, getPageNum, getPageNum, getPageNum, getpageSize, getPageSize, getPageSize, getResults, getResults, getResults, getResultSetKey, getResultSetKey, getResultSetKey, getResultSetKey, getSearchFormName, getSessionData, getSourceCategory, getSourceType, ignoreFormType, initialize, initialize, setActiveDisplayKey, setActiveDisplayParam, setCachedResultSet, setCachedResultsName, setCategoryParam, setFormName, setIgnoreFormTypes, setNoResultsMessage, setPageNumParam, setPageSize, setResultSetKey, setResultSetKey, setSearchFormName, setSearchFormTypes, setSearchParameters, setSourceTypeParam, setUseCache, setUserQueryParameters |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserLogDisplayForm
public UserLogDisplayForm()
getResults
public IResultSet getResults(int pageNum,
int pageSize,
RaritanPageContext pageContext)
- Description copied from class:
DisplayForm
- Get the current results. Returns cached results for this page if the result set has
already been calculated by a previous tag. If not, the search is executed.
- Overrides:
getResults in class DisplayForm