Class SearchForm

java.lang.Object
org.codelibs.fess.app.web.admin.searchlog.SearchForm

public class SearchForm extends Object
The search form for Search Log.
  • Field Details

    • logType

      public String logType
      The log type field for filtering search logs.
    • queryId

      public String queryId
      The query ID field for searching specific queries.
    • userSessionId

      public String userSessionId
      The user session ID field for filtering logs by session.
    • requestedTimeRange

      public String requestedTimeRange
      The requested time range field for filtering logs by date.
    • accessType

      public String accessType
      The access type field for filtering logs by access method.
    • size

      public String 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