Class SearchForm
java.lang.Object
org.codelibs.fess.app.web.admin.searchlog.SearchForm
The search form for Search Log.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe access type field for filtering logs by access method.The log type field for filtering search logs.The query ID field for searching specific queries.The requested time range field for filtering logs by date.The size field for controlling page size.The user session ID field for filtering logs by session. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintGets the page size for search log results with validation.voidsetPageSize(int size) Sets the page size for search log results.
-
Field Details
-
logType
The log type field for filtering search logs. -
queryId
The query ID field for searching specific queries. -
userSessionId
The user session ID field for filtering logs by session. -
requestedTimeRange
The requested time range field for filtering logs by date. -
accessType
The access type field for filtering logs by access method. -
size
The size field for controlling page size.
-
-
Constructor Details
-
SearchForm
public SearchForm()Default constructor for SearchForm.
-
-
Method Details
-
setPageSize
public void setPageSize(int size) Sets the page size for search log results.- Parameters:
size- the page size to set
-
getPageSize
public int getPageSize()Gets the page size for search log results with validation. Returns the default page size if the current size is invalid.- Returns:
- the validated page size
-