Class SearchOptions.Excerpt

    • Field Detail

      • HIGHLIGHT

        public static final SearchOptions.Excerpt HIGHLIGHT
        An excerpt that shows the matched text strings highlighted
      • INDEXED

        public static final SearchOptions.Excerpt INDEXED
        An excerpt that displays a small initial segment of the indexed content
      • HIGHLIGHT_UNESCAPED

        public static final SearchOptions.Excerpt HIGHLIGHT_UNESCAPED
        An excerpt is highlighted but NOT HTML escaped.
      • INDEXED_UNESCAPED

        public static final SearchOptions.Excerpt INDEXED_UNESCAPED
        An Excerpt that displays a small initial segment of the indexed content, but NOT HTML escaped
    • Constructor Detail

      • Excerpt

        protected Excerpt​(String value)