Class AbstractSearchServlet

    • 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()