- Sort Score
- Result 10 results
- Languages All
Results 1 - 5 of 5 for kryo (0.04 sec)
-
src/main/java/org/codelibs/fess/crawler/serializer/DataSerializer.java
/** Constant for Kryo serializer type. */ protected static final String KRYO = "kryo"; /** ThreadLocal container for Kryo instances to ensure thread safety. */ protected final ThreadLocal<Kryo> kryoThreadLocal; /** * Constructs a new DataSerializer. * <p> * Initializes the ThreadLocal Kryo instances with appropriate configuration. * The Kryo instances are configured to not require class registration forRegistered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Wed Nov 19 07:09:17 UTC 2025 - 6.5K bytes - Viewed (3) -
pom.xml
<artifactId>bcprov-jdk18on</artifactId> <version>${bouncycastle.version}</version> </dependency> <dependency> <groupId>com.esotericsoftware</groupId> <artifactId>kryo</artifactId> <version>${kryo.version}</version> </dependency> <!-- suggest library --> <dependency> <groupId>org.codelibs.fess</groupId> <artifactId>fess-suggest</artifactId>
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 20 08:30:43 UTC 2025 - 49.4K bytes - Viewed (0) -
src/main/resources/fess_config.properties
# Default script for the crawler (e.g., groovy). crawler.default.script=groovy # Number of threads for HTTP crawling. crawler.http.thread_pool.size=0 # Serializer type for crawler data (e.g., kryo). crawler.data.serializer=kryo # Maximum length of site name in documents. crawler.document.max.site.length=100 # Encoding for site names in documents. crawler.document.site.encoding=UTF-8 # Hostname to use when unknown in documents.
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Dec 11 09:47:03 UTC 2025 - 54.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
*/ Integer getCrawlerHttpThreadPoolSizeAsInteger(); /** * Get the value for the key 'crawler.data.serializer'. <br> * The value is, e.g. kryo <br> * comment: Serializer type for crawler data (e.g., kryo). * @return The value of found property. (NotNull: if not found, exception but basically no way) */ String getCrawlerDataSerializer(); /**Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 525.7K bytes - Viewed (2) -
src/main/java/org/codelibs/fess/suggest/converter/KatakanaToAlphabetConverter.java
map.put("ジェ", new String[] { "zye", "je", "jye" }); map.put("キャ", new String[] { "kya" }); map.put("キュ", new String[] { "kyu" }); map.put("キョ", new String[] { "kyo" }); map.put("シャ", new String[] { "sya", "sha" }); map.put("シュ", new String[] { "syu", "shu" }); map.put("ショ", new String[] { "syo", "sho" }); map.put("シェ", new String[] { "sye", "she" });
Registered: Sat Dec 20 13:04:59 UTC 2025 - Last Modified: Mon Nov 17 14:28:21 UTC 2025 - 11.4K bytes - Viewed (0)