- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for important_content (0.07 sec)
-
src/test/java/org/codelibs/fess/query/PrefixQueryCommandTest.java
assertNotNull(builder); assertTrue(builder instanceof DefaultQueryBuilder); // Should not include important_content field when boost is negative String queryString = builder.toString(); assertFalse(queryString.contains("important_content")); } public void test_register() { // Save the original processor
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 13.1K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/query/QueryTestBase.java
return fields; } @Override public String getIndexFieldImportantContent() { return "important_content"; } @Override public BigDecimal getQueryBoostImportantContentAsDecimal() { return new BigDecimal("-1.0"); } @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/resources/fess_config.properties
# Field name for MIME type in the index. index.field.mimetype=mimetype # Field name for parent ID in the index. index.field.parent_id=parent_id # Field name for important content in the index. index.field.important_content=important_content # Field name for content in the index. index.field.content=content # Field name for content minhash bits in the index. index.field.content_minhash_bits=content_minhash_bits
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. parent_id */ String INDEX_FIELD_parent_id = "index.field.parent_id"; /** The key of the configuration. e.g. important_content */ String INDEX_FIELD_important_content = "index.field.important_content"; /** The key of the configuration. e.g. content */ String INDEX_FIELD_CONTENT = "index.field.content";
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 525.6K bytes - Viewed (2)