- Sort Score
- Num 10 results
- Language All
Results 11 - 12 of 12 for getIndexFieldFilename (0.12 seconds)
-
src/main/java/org/codelibs/fess/helper/ViewHelper.java
String title = DocumentUtil.getValue(document, fessConfig.getIndexFieldTitle(), String.class); if (StringUtil.isBlank(title)) { title = DocumentUtil.getValue(document, fessConfig.getIndexFieldFilename(), String.class); if (StringUtil.isBlank(title)) { title = DocumentUtil.getValue(document, fessConfig.getIndexFieldUrl(), String.class); } }
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 52.6K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
* The value is, e.g. filename <br> * comment: Field name for file name in the index. * @return The value of found property. (NotNull: if not found, exception but basically no way) */ String getIndexFieldFilename(); /** * Get the value for the key 'index.field.thumbnail'. <br> * The value is, e.g. thumbnail <br> * comment: Field name for thumbnail in the index.
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 576.9K bytes - Click Count (2)