- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 10 for site_path (0.04 sec)
-
src/main/webapp/WEB-INF/view/searchResults.jsp
</div> <div class="site text-truncate"> <c:if test="${clipboardCopyIcon}"><i class="far fa-copy url-copy d-print-none" data-clipboard-text="${doc.url_link}"></i></c:if> <cite>${f:h(doc.site_path)}</cite> </div> <div class="more"> <a href="#result${s.index}"><la:message key="labels.search_result_more" /></a> </div> <div class="info">
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jan 18 05:32:37 UTC 2025 - 9.1K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/query/QueryTestBase.java
public String getResponseFieldContentTitle() { return "content_title"; } @Override public String getResponseFieldSitePath() { return "site_path"; } @Override public String getResponseFieldUrlLink() { return "url_link"; } @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/orig/view/searchResults.jsp
</div> <div class="site text-truncate"> <c:if test="${clipboardCopyIcon}"><i class="far fa-copy url-copy d-print-none" data-clipboard-text="${doc.url_link}"></i></c:if> <cite>${f:h(doc.site_path)}</cite> </div> <div class="more"> <a href="#result${s.index}"><la:message key="labels.search_result_more" /></a> </div> <div class="info">
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jan 18 05:32:37 UTC 2025 - 9.1K bytes - Viewed (0) -
src/main/config/openapi/openapi-user.yaml
created: type: string format: date-time example: "2017-10-10T15:00:48.609Z" site_path: type: string example: "fess.codelibs.org/" doc_id: 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/helper/SearchHelperTest.java
@Override public String getResponseFieldUrlLink() { return "url"; } @Override public String getResponseFieldSitePath() { return "site_path"; } @Override public Integer getQueryOrsearchMinHitCountAsInteger() { return 10; } @Override
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 19 23:49:30 UTC 2025 - 18.9K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/query/QueryFieldConfigTest.java
public String getResponseFieldContentTitle() { return "content_title"; } @Override public String getResponseFieldSitePath() { return "site_path"; } @Override public String getResponseFieldUrlLink() { return "url_link"; } @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) -
src/main/resources/fess_config.properties
response.field.content_description=content_description # Field name for URL link in the response. response.field.url_link=url_link # Field name for site path in the response. response.field.site_path=site_path # Maximum length of content title in the response. response.max.title.length=50 # Maximum length of site path in the response. response.max.site.path.length=100
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 14:45:37 UTC 2025 - 54.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
/** The key of the configuration. e.g. url_link */ String RESPONSE_FIELD_url_link = "response.field.url_link"; /** The key of the configuration. e.g. site_path */ String RESPONSE_FIELD_site_path = "response.field.site_path"; /** The key of the configuration. e.g. 50 */ String RESPONSE_MAX_TITLE_LENGTH = "response.max.title.length"; /** The key of the configuration. e.g. 100 */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 525.6K bytes - Viewed (1) -
src/test/java/org/codelibs/fess/helper/ViewHelperTest.java
sitePath = "www.qwerty.jp"; docMap.put(fieldName, urlLink); assertEquals(sitePath, viewHelper.getSitePath(docMap)); urlLink = "www.google.com"; sitePath = "www.google.com"; docMap.put(fieldName, urlLink); assertEquals(sitePath, viewHelper.getSitePath(docMap)); urlLink = "smb://123.45.678.91/share1"; sitePath = "123.45.678.91/share1";
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 19 23:49:30 UTC 2025 - 27.3K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/util/ResourceUtilTest.java
assertNotNull(thumbPath); assertTrue(thumbPath.toString().contains("thumbnails")); } public void test_getSitePath() { Path sitePath = ResourceUtil.getSitePath("site.xml"); assertNotNull(sitePath); assertTrue(sitePath.toString().contains("site")); } public void test_getPluginPath() { Path pluginPath = ResourceUtil.getPluginPath("plugin.jar");
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 12 07:34:10 UTC 2025 - 11.5K bytes - Viewed (0)