- Sort Score
- Num 10 results
- Language All
Results 41 - 50 of 109 for doc_ (0.01 seconds)
-
src/test/java/org/codelibs/fess/helper/ViewHelperTest.java
assertUrlLink(" ", "#not-found-docId"); } private void assertUrlLink(String url, String expected) { Map<String, Object> doc = new HashMap<>(); doc.put("doc_id", "docId"); doc.put("url", url); assertEquals(expected, viewHelper.getUrlLink(doc)); } @Test public void test_replaceHighlightQueries() { String text; String[] queries;
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 27.8K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/thumbnail/ThumbnailAction.java
if (isLoginRequired()) { return redirectToLogin(); } final Map<String, Object> doc = searchHelper.getDocumentByDocId(form.docId, queryFieldConfig.getResponseFields(), getUserBean()).orElse(null); final String url = DocumentUtil.getValue(doc, fessConfig.getIndexFieldThumbnail(), String.class); if (StringUtil.isBlank(form.queryId) || StringUtil.isBlank(url) || !thumbnailSupport) {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 4.4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/ds/callback/IndexUpdateCallbackImpl.java
} } /** * Adds click count information to the document. * * @param doc the document to update * @param url the URL to get click count for * @param clickCountField the field name to store click count */ protected void addClickCountField(final Map<String, Object> doc, final String url, final String clickCountField) {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 10.5K bytes - Click Count (0) -
dbflute_fess/dfprop/documentMap.dfprop
# o documentOutputDirectory: (NotRequired - Default './output/doc') # The output directory mainly for SchemaHtml and DataXlsTemplate. # Basically you don't need this. # It is considered of value that it always exists at same plain. # #; documentOutputDirectory = ./output/doc # - - - - - - - - - -/ # /- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Oct 31 23:35:14 GMT 2015 - 9.4K bytes - Click Count (0) -
src/main/webapp/js/chat.js
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 19 01:36:02 GMT 2026 - 30.6K bytes - Click Count (0) -
src/main/webapp/WEB-INF/fe.tld
<example>${fe:formatCode("L", "prettyprint", doc.mimetype, doc.content_description)}</example> </function> <function> <description>Mask e-mail address.</description> <name>maskEmail</name> <function-class>org.codelibs.fess.taglib.FessFunctions</function-class> <function-signature>java.lang.String maskEmail(java.lang.String)</function-signature> <example>${fe:maskEmail(doc.content_description)}</example> </function>
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Jan 18 11:38:54 GMT 2025 - 10.3K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/helper/UserInfoHelperTest.java
MockletHttpServletRequest request = getMockRequest(); List<Map<String, Object>> documentItems = new ArrayList<>(); Map<String, Object> doc1 = new HashMap<>(); doc1.put("docId", "doc1"); doc1.put("title", "Test Document 1"); documentItems.add(doc1); try { userInfoHelper.storeQueryId("query1", documentItems); assertTrue(true); } catch (Exception e) {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 12.8K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/go/GoAction.java
validate(form, messages -> {}, () -> asHtml(virtualHost(path_Error_ErrorJsp))); if (isLoginRequired()) { return redirectToLogin(); } Map<String, Object> doc = null; try { doc = searchHelper .getDocumentByDocId(form.docId, new String[] { fessConfig.getIndexFieldUrl(), fessConfig.getIndexFieldConfigId() }, getUserBean())
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Dec 11 09:47:03 GMT 2025 - 9K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/ds/callback/IndexUpdateCallbackImplTest.java
Map<String, Object> doc = new HashMap<>(); indexUpdateCallback.addClickCountField(doc, "http://example.com", "click_count"); assertEquals(42, doc.get("click_count")); } @Test public void test_addFavoriteCountField() { searchLogHelper.favoriteCount = 99L; Map<String, Object> doc = new HashMap<>();Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 24.7K bytes - Click Count (0) -
src/main/webapp/js/profile.js
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 21 13:12:50 GMT 2025 - 1.3K bytes - Click Count (0)