- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getIndexFieldDocId (0.08 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: Thu Sep 04 12:52:25 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: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 8.3K bytes - Viewed (0)