Class AbstractSearchServlet

  • All Implemented Interfaces:
    java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

    public abstract class AbstractSearchServlet
    extends AbstractPredicateServlet
    AbstractSearchServlet is a base class for search servlets.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String LIMIT
      Result limit
      static java.lang.String QUERY
      Query clause
      static java.lang.String SPLIT_CHARACTERS
      Split terms at these characters.
      static java.lang.String START
      Start index
      static java.lang.String TIDY
      tidy param
      static java.util.List<java.lang.Character.UnicodeBlock> WORD_CHARS
      List of unicode blocks that contain characters that act as words.
    • Method Summary

      • Methods inherited from class javax.servlet.GenericServlet

        destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletName, init, init, log, log
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • WORD_CHARS

        public static final java.util.List<java.lang.Character.UnicodeBlock> WORD_CHARS
        List of unicode blocks that contain characters that act as words.
      • SPLIT_CHARACTERS

        public static final java.lang.String SPLIT_CHARACTERS
        Split terms at these characters. This list might not bee complete and is only a quick hack to fix bug# 27080.
        See Also:
        Constant Field Values
    • Constructor Detail

      • AbstractSearchServlet

        public AbstractSearchServlet()