Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for HQ (0.01 sec)

  1. openapi-user.yaml

    example: 31625 L199: page_count: L200: type: integer L201: example: 1 L202: highlight_params: L203: type: string L204: example: "&hq=n2sm&hq=Fess" L205: next_page: L206: type: boolean L207: example: true L208: prev_page: L209: type: boolean L210: example: false L211: ...
    github.com/codelibs/fess/src/main/config/openap...
    Thu May 09 06:31:27 UTC 2024
      21.6K bytes
  2. SearchHelper.java

    params.getAttribute(Constants.HIGHLIGHT_QUERIES); L119: if (highlightQueries != null) { L120: final StringBuilder buf = new StringBuilder(100); L121: highlightQueries.stream().forEach(q -> { L122: buf.append("&hq=").append(LaFunctions.u(q)); L123: }); L124: data.setAppendHighlightParams(buf.toString()); L125: } L126: L127: queryResponseList.setExecTime(systemHelper.getCurrentTimeAsLong() - startTime); L128: final NumberFormat...
    github.com/codelibs/fess/src/main/java/org/code...
    Fri Oct 11 21:20:39 UTC 2024
      19.1K bytes
Back to top