Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for important_content (0.2 sec)

  1. src/main/resources/fess_config.properties

    index.field.role=role
    index.field.boost=boost
    index.field.created=created
    index.field.timestamp=timestamp
    index.field.label=label
    index.field.mimetype=mimetype
    index.field.parent_id=parent_id
    index.field.important_content=important_content
    index.field.content=content
    index.field.content_minhash_bits=content_minhash_bits
    index.field.cache=cache
    index.field.digest=digest
    index.field.title=title
    index.field.host=host
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Apr 11 02:34:53 GMT 2024
    - 30.6K bytes
    - Viewed (1)
  2. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /** The key of the configuration. e.g. -1.0 */
        String QUERY_BOOST_important_content = "query.boost.important_content";
    
        /** The key of the configuration. e.g. -1.0 */
        String QUERY_BOOST_important_content_LANG = "query.boost.important_content.lang";
    
        /** The key of the configuration. e.g. 4 */
        String QUERY_BOOST_FUZZY_MIN_LENGTH = "query.boost.fuzzy.min.length";
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Apr 11 02:34:53 GMT 2024
    - 459.2K bytes
    - Viewed (4)
Back to top