- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getXContentString (3.99 sec)
-
src/main/java/org/codelibs/fess/util/SearchEngineUtil.java
* @param mediaType the media type for the conversion * @return the string representation of the content * @throws IORuntimeException if an IO error occurs during conversion */ public static String getXContentString(final ToXContent xContent, final MediaType mediaType) { try { return XContentHelper.toXContent(xContent, mediaType, ToXContent.EMPTY_PARAMS, false).utf8ToString(); } catch (final IOException e) {Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 5.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/client/SearchEngineClient.java
Map.of("f", field, "v", value))); try { final String source = SearchEngineUtil.getXContentString(request, XContentType.JSON); if (logger.isDebugEnabled()) { logger.debug("update script by id: {}", source); }
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 122.4K bytes - Viewed (1)