- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for getXContentBuilder (0.08 seconds)
-
fess-crawler-opensearch/src/main/java/org/codelibs/fess/crawler/service/impl/AbstractCrawlerService.java
* @return The XContentBuilder containing the JSON representation of the target. * @throws OpenSearchAccessException if the conversion fails. */ protected XContentBuilder getXContentBuilder(final Object target) { try { final XContentBuilder builder = jsonBuilder().value(target); builder.flush(); return builder; } catch (final IOException e) {Created: Sun Apr 12 03:50:13 GMT 2026 - Last Modified: Thu Nov 20 08:40:57 GMT 2025 - 34.3K bytes - Click Count (0)