- Sort Score
- Num 10 results
- Language All
Results 1 - 9 of 9 for important_content (0.09 seconds)
-
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")); } @Test public void test_register() { // Save the original processorCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 13.3K bytes - Click Count (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>
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Dec 20 13:14:54 GMT 2024 - 1.7K bytes - Click Count (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"); } @OverrideCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 14.6K bytes - Click Count (0) -
ADDING_NEW_LANGUAGE.md
4. Applies language-specific analyzers for better search results Configured in `fess_config.properties`: ```properties indexer.language.fields=content,important_content,title ``` ## Optional: Search Analysis Support If your language requires special text analysis (stemming, stop words, etc.), you may need to configure OpenSearch analyzers.
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Nov 06 11:36:30 GMT 2025 - 10.4K bytes - Click Count (1) -
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
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 59.3K bytes - Click Count (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";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) -
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": {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Mar 15 07:52:55 GMT 2026 - 11.7K bytes - Click Count (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": {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Mar 15 07:52:55 GMT 2026 - 11.8K bytes - Click Count (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": {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Mar 15 07:52:55 GMT 2026 - 11.7K bytes - Click Count (0)