- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for getIndexAdminArrayFields (0.1 sec)
-
src/test/java/org/codelibs/fess/mylasta/direction/FessConfigTest.java
assertEquals("mimetype", fessConfig.getIndexFieldMimetype()); } // Test admin field configurations public void test_indexAdminArrayFields() { String[] fields = fessConfig.getIndexAdminArrayFields().split(","); assertEquals(2, fields.length); assertEquals("alerts", fields[0]); assertEquals("roles", fields[1]); } public void test_indexAdminDateFields() {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 23.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessProp.java
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 86.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
* comment: Array-type fields for admin in the index. * @return The value of found property. (NotNull: if not found, exception but basically no way) */ String getIndexAdminArrayFields(); /** * Get the value for the key 'index.admin.date.fields'. <br> * The value is, e.g. expires,created,timestamp,last_modified <br> * comment: Date-type fields for admin in the index.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 525.6K bytes - Viewed (1)