- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for item_id (0.03 sec)
-
src/main/java/org/codelibs/fess/suggest/index/writer/SuggestWriter.java
Registered: Sat Dec 20 13:04:59 UTC 2025 - Last Modified: Fri Jul 04 14:00:23 UTC 2025 - 4.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/suggest/util/SuggestUtil.java
+ ((ByteArrayOutputStream) out2).toString(CoreLibConstants.UTF_8); } catch (final IOException e) { throw new SuggesterException("Failed to serialize SuggestItem to bulk line format: itemId=" + item.getId(), e); } } private static OutputStream getXContentOutputStream(final Map<String, Object> firstLineMap) throws IOException {
Registered: Sat Dec 20 13:04:59 UTC 2025 - Last Modified: Sun Nov 23 11:21:40 UTC 2025 - 17.5K bytes - Viewed (1)