Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for percentage (0.19 sec)

  1. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        String SUGGEST_UPDATE_DOC_PER_REQUEST = "suggest.update.doc.per.request";
    
        /** The key of the configuration. e.g. 50% */
        String SUGGEST_UPDATE_CONTENTS_LIMIT_NUM_PERCENTAGE = "suggest.update.contents.limit.num.percentage";
    
        /** The key of the configuration. e.g. 10000 */
        String SUGGEST_UPDATE_CONTENTS_LIMIT_NUM = "suggest.update.contents.limit.num";
    
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Apr 11 02:34:53 GMT 2024
    - 459.2K bytes
    - Viewed (5)
  2. src/main/resources/fess_config.properties

    suggest.field.contents=_default
    suggest.field.tags=label
    suggest.field.roles=role
    suggest.field.index.contents=content,title
    suggest.update.request.interval=0
    suggest.update.doc.per.request=2
    suggest.update.contents.limit.num.percentage=50%
    suggest.update.contents.limit.num=10000
    suggest.update.contents.limit.doc.size=50000
    suggest.source.reader.scroll.size=1
    suggest.popular.word.cache.size=1000
    suggest.popular.word.cache.expire=60
    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)
Back to top