Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for portValue (0.04 sec)

  1. FessProp.java

    L228: } L229: if (pair.length == 2) { L230: String sortValue = pair[1].trim(); L231: if (StringUtil.isBlank(sortValue) || "score".equals(sortValue)) { L232: sortValue = "score.desc"; L233: } L234: return new Pair<>(pair[0].trim(), sortValue); L235: } L236: return null; L237: }).filter(o -> o !=...
    github.com/codelibs/fess/src/main/java/org/code...
    Sat Oct 12 01:54:15 UTC 2024
      87.2K bytes
Back to top