- Sort Score
- Result 10 results
- Languages All
Results 51 - 53 of 53 for nInterface (0.04 sec)
-
fess-crawler-opensearch/src/main/java/org/codelibs/fess/crawler/client/FesenClient.java
.execute(ActionListener.wrap(res -> {}, e -> logger.warn("Failed to clear " + scrollId, e))); } } /** * Listener for connection events. */ public interface OnConnectListener { /** * Called when the client connects to OpenSearch. */ void onConnect(); } /** * Sets the scroll configuration for delete operations.
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Aug 31 05:32:52 UTC 2025 - 25.3K bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/rule/RuleManagerTest.java
import org.codelibs.fess.crawler.entity.ResponseData; import org.codelibs.fess.crawler.processor.ResponseProcessor; import org.dbflute.utflute.core.PlainTestCase; /** * Test class for RuleManager interface. * Tests the contract and behavior of RuleManager implementations. */ public class RuleManagerTest extends PlainTestCase { /** * Test implementation of RuleManager for testing purposes */Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sat Sep 06 04:15:37 UTC 2025 - 23.8K bytes - Viewed (0) -
fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml
<mime-type type="audio/l24"/> <mime-type type="audio/l8"/> <mime-type type="audio/lpc"/> <mime-type type="audio/midi"> <acronym>MIDI</acronym> <_comment>Musical Instrument Digital Interface</_comment> <magic priority ="20"> <match type="string" value="MThd" offset="0"/> </magic> <glob pattern="*.mid"/> <glob pattern="*.midi"/> <glob pattern="*.kar"/>Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Thu Mar 13 08:18:01 UTC 2025 - 320.1K bytes - Viewed (2)