Class SearchOptions


  • public class SearchOptions
    extends java.lang.Object
    A utility class that provides easy access to search related configuration options.
    Author:
    cmerkel
    • Constructor Summary

      Constructors 
      Constructor Description
      SearchOptions()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static int getDbPagingThreshold()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SearchOptions

        public SearchOptions()
    • Method Detail

      • getDbPagingThreshold

        public static int getDbPagingThreshold()
        Returns:
        the maximum number of search results to use client-side functions like filtering and client-side paging for.