Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for isQueryHighlightBoundaryPositionDetect (0.32 sec)

  1. src/main/java/org/codelibs/fess/helper/ViewHelper.java

        }
    
        protected String escapeHighlight(final String text) {
            final String escaped = LaFunctions.h(text);
            final String value;
            if (ComponentUtil.getFessConfig().isQueryHighlightBoundaryPositionDetect()) {
                int pos = escaped.indexOf(escapedHighlightPre);
                while (pos >= 0) {
                    final int c = escaped.codePointAt(pos);
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu May 30 06:58:45 UTC 2024
    - 40.2K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

         * The value is, e.g. true <br>
         * @return The determination, true or false. (if not found, exception but basically no way)
         */
        boolean isQueryHighlightBoundaryPositionDetect();
    
        /**
         * Get the value for the key 'query.highlight.text.fragment.type'. <br>
         * The value is, e.g. query <br>
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Apr 11 02:34:53 UTC 2024
    - 459.2K bytes
    - Viewed (0)
Back to top