- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for url_link (1.78 sec)
-
src/main/resources/fess_config.properties
response.field.content_title=content_title # Field name for content description in the response. 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.
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Dec 11 09:47:03 UTC 2025 - 54.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
/** The key of the configuration. e.g. content_description */ String RESPONSE_FIELD_content_description = "response.field.content_description"; /** 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 */Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 525.7K bytes - Viewed (2) -
src/main/java/org/codelibs/fess/helper/ViewHelper.java
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 52.6K bytes - Viewed (0)