- Sort Score
- Result 10 results
- Languages All
Results 1 - 8 of 8 for important_content (0.08 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/main/resources/crawler/transformer.xml
</property> <!-- segment --> <postConstruct name="addFieldRule"> <arg>"title"</arg> <arg>"//TITLE"</arg> <arg>true</arg> </postConstruct> <postConstruct name="addFieldRule"> <arg>"important_content"</arg> <arg>"//*[self::H1 or self::H2 or self::H3]"</arg> <arg>true</arg> </postConstruct> </component>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Fri Dec 20 13:14:54 UTC 2024 - 1.7K bytes - Viewed (0) -
src/main/resources/fess_indices/_aws/fess/doc.json
}, "boost": { "type": "float" }, "click_count": { "type": "long" }, "config_id": { "type": "keyword" }, "important_content": { "type": "text", "analyzer": "standard_analyzer", "search_analyzer": "standard_search_analyzer", "term_vector": "with_positions_offsets" }, "content": {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 15 11:50:35 UTC 2023 - 11.7K bytes - Viewed (0) -
src/main/resources/fess_indices/_cloud/fess/doc.json
}, "boost": { "type": "float" }, "click_count": { "type": "long" }, "config_id": { "type": "keyword" }, "important_content": { "type": "text", "analyzer": "standard_analyzer", "search_analyzer": "standard_search_analyzer", "term_vector": "with_positions_offsets" }, "content": {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 15 11:50:35 UTC 2023 - 11.7K bytes - Viewed (0) -
src/main/resources/fess_indices/fess/doc.json
}, "boost": { "type": "float" }, "click_count": { "type": "long" }, "config_id": { "type": "keyword" }, "important_content": { "type": "text", "analyzer": "standard_analyzer", "search_analyzer": "standard_search_analyzer", "term_vector": "with_positions_offsets" }, "content": {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 15 11:50:35 UTC 2023 - 11.8K 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)