Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 24 for poll (0.04 sec)

  1. FileListIndexUpdateCallbackImpl.java

    counter++; L157: final Map<String, Object> localDataMap = L158: dataMap.entrySet().stream().collect(Collectors.toMap(Map.Entry::getKey, Map.Entry::getValue)); L159: String processingUrl = urlQueue.poll(); L160: processedUrls.add(processingUrl); L161: if (deleteUrlList.contains(processingUrl)) { L162: deleteDocuments(); // delete before indexing L163: } L164: try { L165:...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      16.8K bytes
  2. ThumbnailManager.java

    -> { L122: final List<Tuple3<String, String, String>> taskList = new ArrayList<>(); L123: while (generating) { L124: try { L125: final Tuple3<String, String, String> task = thumbnailTaskQueue.poll(thumbnailTaskQueueTimeout, TimeUnit.MILLISECONDS); L126: if (task == null) { L127: if (!taskList.isEmpty()) { L128: storeQueue(taskList); L129: } L130: ...
    github.com/codelibs/fess/src/main/java/org/code...
    Fri Oct 11 21:20:39 UTC 2024
      21.5K bytes
  3. fess.json

    th}en-ie/stemmer_override.txt" L371: }, L372: "italian_elision": { L373: "type": "elision", L374: "articles": [ L375: "c", "l", "all", "dall", "dell", L376: "nell", "sull", "coll", "pell", L377: "gl", "agl", "dagl", "degl", "negl", L378: "sugl", "un", "m", "t", "s", "v", "d" L379: ] L380: }, L381: "italian_stop": { L382: "type": "stop", L383: "stopwords_path":...
    github.com/codelibs/fess/src/main/resources/fes...
    Thu Aug 11 01:26:55 UTC 2022
      39.9K bytes
  4. CrawlingInfoHelperTest.java

    final AtomicInteger counter = new AtomicInteger(0); L165: final ForkJoinPool pool = new ForkJoinPool(10); L166: for (int i = 0; i < 1000; i++) { L167: pool.execute(() -> { L168: assertEquals(result, crawlingInfoHelper.generateId(dataMap)); L169: counter.incrementAndGet(); L170: }); L171: } L172: pool.shutdown(); L173: pool.awaitTermination(10, TimeUnit.SECONDS); L174: assertEquals(1000, counter.get());...
    github.com/codelibs/fess/src/test/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      8.5K bytes
  5. RenderDataUtil.java

    p(value)); L35: } else { L36: if (value instanceof final Collection<?> coll && !coll.isEmpty()) { L37: // care performance for List that the most frequent pattern L38: final Object first = coll instanceof List<?> ? ((List<?>) coll).get(0) : coll.iterator().next(); L39: if (first instanceof Entity) { L40: data.register(key, coll.stream().map(BeanUtil::copyBeanToNewMap).collect(Collectors.toList())); L41: ...
    github.com/codelibs/fess/src/main/java/org/code...
    Fri Oct 11 21:11:58 UTC 2024
      1.7K bytes
  6. searchResults.jsp

    href="/search?q=${f:u(q)}&ex_q=label%3a${f:u(countEntry.key)}&sdh=${f:u(fe:sdh(sh))}${fe:pagingQuery(null)}${fe:facetQuery()}${fe:geoQuery()}"> L123: ${f:h(fe:label(countEntry.key))} L124: <span class="badge badge-secondary badge-pill float-right">${f:h(countEntry.value)}</span> L125: </la:link></li> L126: </c:if> L127: </c:forEach> L128: </ul> L129: </c:if> L130: </c:forEach> L131: <c:forEach var="facetQueryView" items="${fe:facetQueryViewList()}">...
    github.com/codelibs/fess/src/main/webapp/WEB-IN...
    Thu Jun 09 04:29:42 UTC 2022
      9K bytes
  7. stopwords.txt

    L160:nun L161:nur L162:ob L163:oder L164:ohne L165:sehr L166:sein L167:seine L168:seinem L169:seinen L170:seiner L171:seines L172:selbst L173:sich L174:sie L175:ihnen L176:sind L177:so L178:solche L179:solchem L180:solchen L181:solcher L182:solches L183:soll L184:sollte L185:sondern L186:sonst L187:über L188:um L189:und L190:uns L191:unse L192:unsem L193:unsen L194:unser L195:unses L196:unter L197:viel L198:vom L199:von L200:vor L201:während L202:war L203:waren L204:warst L205:was L206:weg L207:weil L208:weiter...
    github.com/codelibs/fess/src/main/resources/fes...
    Mon Nov 27 12:59:36 UTC 2023
      1.5K bytes
  8. searchResults.jsp

    href="/search?q=${f:u(q)}&ex_q=label%3a${f:u(countEntry.key)}&sdh=${f:u(fe:sdh(sh))}${fe:pagingQuery(null)}${fe:facetQuery()}${fe:geoQuery()}"> L123: ${f:h(fe:label(countEntry.key))} L124: <span class="badge badge-secondary badge-pill float-right">${f:h(countEntry.value)}</span> L125: </la:link></li> L126: </c:if> L127: </c:forEach> L128: </ul> L129: </c:if> L130: </c:forEach> L131: <c:forEach var="facetQueryView" items="${fe:facetQueryViewList()}">...
    github.com/codelibs/fess/src/main/webapp/WEB-IN...
    Thu Jun 09 04:29:42 UTC 2022
      9K bytes
  9. README.md

    son) contains lang\_[lang] for your language, please modify the analyzer for your language. For more details about Analyzers, see the [OpenSearch documentation](https://opensearch.org/docs/latest/analyzers/search-analyzers/). L150: L151:We welcome pull requests for your language. L152: L153:### Translations L154: L155:- [日本語 (Japanese)](docs/ja/README.md) L156:- [简体中文 (Simplified Chinese)](docs/zh-CN/README.md) L157:- [Español (Spanish)](docs/es/README.md) L158:- [Português (Brazilian Portuguese...
    github.com/codelibs/fess/README.md
    Sat Oct 12 07:19:47 UTC 2024
      7.3K bytes
  10. README.md

    für Ihre Sprache enthält, passen Sie bitte den Analyser für Ihre Sprache an. Weitere Informationen zu Analysatoren finden Sie in der [OpenSearch-Dokumentation](https://opensearch.org/docs/latest/analyzers/search-analyzers/). L150: L151:Wir begrüßen Pull-Requests für Ihre Sprache. L152: L153:## Unterstützt von L154: L155:* [Lasta Di](https://github.com/lastaflute/lasta-di "Lasta Di"): DI-Container L156:* [LastaFlute](https://github.com/lastaflute/lastaflute "LastaFlute"): Web-Framework L157:* [Lasta...
    github.com/codelibs/fess/docs/de/README.md
    Sat Oct 12 07:19:47 UTC 2024
      7.6K bytes
Back to top