- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for getIndexAdminIntegerFields (0.7 sec)
-
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/test/java/org/codelibs/fess/mylasta/direction/FessConfigTest.java
assertEquals("start_time", fields[1]); assertEquals("end_time", fields[2]); } public void test_indexAdminIntegerFields() { String[] fields = fessConfig.getIndexAdminIntegerFields().split(","); assertEquals(1, fields.length); assertEquals("boost", fields[0]); } public void test_indexAdminLongFields() {
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/FessConfig.java
* The value is, e.g. <br> * comment: Integer-type fields for admin in the index. * @return The value of found property. (NotNull: if not found, exception but basically no way) */ String getIndexAdminIntegerFields(); /** * Get the value for the key 'index.admin.integer.fields' as {@link Integer}. <br> * The value is, e.g. <br> * comment: Integer-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)