- Sort Score
- Result 10 results
- Languages All
Results 1 - 6 of 6 for content_description (0.1 sec)
-
src/test/java/org/codelibs/fess/it/search/SearchApiTests.java
if (!switchFlg) { boolean contains = doc.get("content_description").toString().toLowerCase().contains(query1); if (!contains) { switchFlg = true; } } else { assertTrue(doc.get("content_description").toString().toLowerCase().contains(query2), doc.toString()); } } }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 18.9K bytes - Viewed (0) -
src/main/webapp/WEB-INF/fe.tld
</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>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jan 18 11:38:54 UTC 2025 - 10.3K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/query/QueryTestBase.java
return "true"; } @Override public String getResponseFieldContentDescription() { return "content_description"; } @Override public String getResponseFieldContentTitle() { return "content_title"; } @Override
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 14.6K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/searchlist/admin_searchlist.jsp
</h3> <div class="body col-sm-10"> ${doc.content_description} </div> <div class="body text-right">
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Sep 24 13:09:22 UTC 2020 - 20K bytes - Viewed (0) -
src/main/config/openapi/openapi-user.yaml
url: type: string format: uri example: "https://fess.codelibs.org/" content_description: type: string
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu May 09 06:31:27 UTC 2024 - 21.6K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/query/QueryFieldConfigTest.java
public String getIndexFieldAnchor() { return "anchor"; } @Override public String getResponseFieldContentDescription() { return "content_description"; } @Override public String getResponseFieldContentTitle() { return "content_title"; } @Override
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 33.2K bytes - Viewed (0)