Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 21 for poll (0.03 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. 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
  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. 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
  6. 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
  7. 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
  8. README.md

    [doc.json](https://github.com/codelibs/fess/blob/master/src/main/resources/fess_indices/fess/doc.json) 包含您语言的 lang\_[lang],请为您的语言修改分析器。有关分析器的更多详细信息,请参阅 [OpenSearch 文档](https://opensearch.org/docs/latest/analyzers/search-analyzers/)。 L149: L150:我们欢迎您的语言的 Pull Request。 L151: L152:## 技术支持 L153: L154:* [Lasta Di](https://github.com/lastaflute/lasta-di "Lasta Di"): DI 容器 L155:* [LastaFlute](https://github.com/lastaflute/lastaflute "LastaFlute"): Web 框架 L156:* [Lasta Job](https://github.com/lastaflute/lasta-job...
    github.com/codelibs/fess/docs/zh-CN/README.md
    Sat Oct 12 07:19:47 UTC 2024
      6.8K bytes
  9. README.md

    lang\_[lang] para tu idioma, por favor modifica el analizador para tu idioma. Para más detalles sobre los analizadores, consulta la [documentación de OpenSearch](https://opensearch.org/docs/latest/analyzers/search-analyzers/). L150: L151:Damos la bienvenida a pull requests para tu idioma. L152: L153:## Impulsado por L154: L155:* [Lasta Di](https://github.com/lastaflute/lasta-di "Lasta Di"): Contenedor DI L156:* [LastaFlute](https://github.com/lastaflute/lastaflute "LastaFlute"): Framework Web L157:* [Lasta ...
    github.com/codelibs/fess/docs/es/README.md
    Sat Oct 12 07:19:47 UTC 2024
      7.6K bytes
  10. FessMultipartRequestHandler.java

    ServletException("Failed to upload the file.", e); L324: } L325: L326: // =================================================================================== L327: // Roll-back L328: // ========= L329: @Override L330: public void rollback() { L331: for (MultipartFormFile formFile : elementsFile.values()) { L332: formFile.destroy();...
    github.com/codelibs/fess/src/main/java/org/code...
    Wed Oct 23 13:27:21 UTC 2024
      18.6K bytes
Back to top