- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getIndexFieldDocId (1.92 sec)
-
src/main/java/org/codelibs/fess/app/web/cache/CacheAction.java
return redirect(ErrorAction.class); } final StreamResponse response = asStream(DocumentUtil.getValue(doc, fessConfig.getIndexFieldDocId(), String.class)).contentType("text/html; charset=UTF-8") .data(content.getBytes(Constants.CHARSET_UTF_8)); response.headerContentDispositionInline(); // TODO will be fixed in lastaflute
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 3.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/documents/ApiAdminDocumentsAction.java
} final String indexFieldId = fessConfig.getIndexFieldId(); final String indexFieldDocId = fessConfig.getIndexFieldDocId(); final String indexFieldContentLength = fessConfig.getIndexFieldContentLength(); final String indexFieldTitle = fessConfig.getIndexFieldTitle();Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 8.3K bytes - Viewed (0)