Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for tag2 (0.04 sec)

  1. FessXpathTransformer.java

    uilder.newRequestData().get().url(u).build()); L763: } L764: } L765: anchorList = convertChildUrlList(anchorList); L766: } catch (final Exception e) { L767: logger.warn("Could not parse anchor tags.", e); L768: } L769: L770: final List<String> urlList = new ArrayList<>(anchorList.size()); L771: for (final RequestData requestData : anchorList) { L772: urlList.add(requestData.getUrl()); L773: } L774: ...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Oct 24 13:01:38 UTC 2024
      42.9K bytes
  2. SuggestHelper.java

    } else if (tagFieldNameSet.contains(name)) { L193: tags.add(searchFieldLog.getSecond()); L194: } else if (roleFieldNameSet.contains(name)) { L195: roles.add(searchFieldLog.getSecond()); L196: } L197: } L198: L199: final String virtualHost = searchLog.getVirtualHost(); L200: if (virtualHost != null) { L201: tags.add(virtualHost); L202: } L203: L204: if (sb.length()...
    github.com/codelibs/fess/src/main/java/org/code...
    Fri Oct 11 21:20:39 UTC 2024
      18.1K bytes
  3. fess_config.properties

    ------ L826: L827:suggest.popular.word.seed=0 L828:suggest.popular.word.tags= L829:suggest.popular.word.fields= L830:suggest.popular.word.excludes= L831:suggest.popular.word.size=10 L832:suggest.popular.word.window.size=30 L833:suggest.popular.word.query.freq=10 L834:suggest.min.hit.count=1 L835:suggest.field.contents=_default L836:suggest.field.tags=label L837:suggest.field.roles=role L838:suggest.field.index.contents=content,title L839:suggest.update.request.interval=0...
    github.com/codelibs/fess/src/main/resources/fes...
    Tue Oct 01 14:13:38 UTC 2024
      30.9K bytes
  4. FessXpathTransformerTest.java

    L315: return false; L316: }; L317: }; L318: L319: final ResponseData responseData = new ResponseData(); L320: responseData.setUrl("http://example.com/"); L321: responseData.addMetaData("X-Robots-Tag", "noindex,nofollow"); L322: L323: try { L324: transformer.processXRobotsTag(responseData, new ResultData()); L325: fail(); L326: } catch (ChildUrlsException e) { L327: assertTrue(e.getChildUrlList().isEmpty());...
    github.com/codelibs/fess/src/test/java/org/code...
    Thu Oct 24 13:01:38 UTC 2024
      41.3K bytes
Back to top