Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 20 for Muto (0.13 sec)

  1. src/test/java/org/codelibs/fess/query/TermQueryCommandTest.java

                    "xxx:aaa");
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 5.8K bytes
    - Viewed (0)
  2. src/main/resources/fess_label_ja.properties

    labels.searchlog_usersessionid=User ID
    labels.searchlog_requestedtime=時刻
    labels.searchlog_accesstype=アクセスタイプ
    labels.maintenance_title_configuration=メンテナンス
    labels.number_of_shards_for_doc=シャード数
    labels.auto_expand_replicas_for_doc=最大レプリカ数
    labels.clear_crawler_index=Crawlerインデックス
    labels.clear_crawler_index_button=クロール用インデックスの削除
    labels.diagnostic_logs=診断
    labels.download_diagnostic_logs_button=ログのダウンロード
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 46.2K bytes
    - Viewed (2)
  3. src/main/java/org/codelibs/fess/es/common/ImplementedInvokerAssistant.java

        @Override
        public DBDef assistCurrentDBDef() {
            // TODO Auto-generated method stub
            return null;
        }
    
        @Override
        public DataSource assistDataSource() {
            // TODO Auto-generated method stub
            return null;
        }
    
        @Override
        public DBMetaProvider assistDBMetaProvider() {
            // TODO Auto-generated method stub
            return null;
        }
    
        @Override
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 5.2K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /** The key of the configuration. e.g. 5 */
        String INDEX_number_of_shards = "index.number_of_shards";
    
        /** The key of the configuration. e.g. 0-1 */
        String INDEX_auto_expand_replicas = "index.auto_expand_replicas";
    
        /** The key of the configuration. e.g. SHA-512 */
        String INDEX_ID_DIGEST_ALGORITHM = "index.id.digest.algorithm";
    
        /** The key of the configuration. e.g. admin */
    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)
  5. src/test/java/org/codelibs/fess/helper/OsddHelperTest.java

        public void test_init_nofile() {
            ComponentUtil.setFessConfig(new FessConfig.SimpleImpl() {
                @Override
                public String getOsddLinkEnabled() {
                    return "auto";
                }
    
                @Override
                public String getSsoType() {
                    return "none";
                }
            });
            final OsddHelper osddHelper = new OsddHelper();
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 5.8K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/helper/OsddHelper.java

            final String osddLinkEnabled = fessConfig.getOsddLinkEnabled();
            if (Constants.TRUE.equalsIgnoreCase(osddLinkEnabled)) {
                return true;
            }
    
            if (!Constants.AUTO.equalsIgnoreCase(osddLinkEnabled)) {
                return false;
            }
    
            final String ssoType = fessConfig.getSsoType();
            return StringUtil.isBlank(ssoType) || Constants.NONE.equalsIgnoreCase(ssoType);
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 3.7K bytes
    - Viewed (0)
  7. src/main/resources/fess_config.properties

    query.boost.important_content.lang=-1.0
    query.boost.fuzzy.min.length=4
    query.boost.fuzzy.title=0.01
    query.boost.fuzzy.title.fuzziness=AUTO
    query.boost.fuzzy.title.expansions=10
    query.boost.fuzzy.title.prefix_length=0
    query.boost.fuzzy.title.transpositions=true
    query.boost.fuzzy.content=0.005
    query.boost.fuzzy.content.fuzziness=AUTO
    query.boost.fuzzy.content.expansions=10
    query.boost.fuzzy.content.prefix_length=0
    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)
  8. src/main/java/org/codelibs/fess/es/config/allcommon/EsAbstractConditionQuery.java

        }
    
        protected MatchQueryBuilder regFuzzyQ(String name, Object value) {
            checkEsInvalidQuery(name, value);
            MatchQueryBuilder fuzzyQuery = QueryBuilders.matchQuery(name, value).fuzziness(Fuzziness.AUTO);
            regQ(fuzzyQuery);
            return fuzzyQuery;
        }
    
        protected PrefixQueryBuilder regPrefixQ(String name, String prefix) {
            checkEsInvalidQuery(name, prefix);
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 21.1K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/Constants.java

        public static final String OK = "ok";
    
        public static final String FAIL = "fail";
    
        public static final String STOP = "stop";
    
        public static final String AUTO = "auto";
    
        public static final String NONE = "none";
    
        public static final String ITEM_LABEL = "label";
    
        public static final String ITEM_VALUE = "value";
    
        public static final String ITEM_NAME = "name";
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 16.4K bytes
    - Viewed (0)
  10. src/main/resources/fess_label_ru.properties

    labels.searchlog_requestedtime=Time
    labels.searchlog_accesstype=Access Type
    labels.maintenance_title_configuration=Maintenance
    labels.number_of_shards_for_doc=The number of shards
    labels.auto_expand_replicas_for_doc=Auto expand replicas
    labels.clear_crawler_index=Crawler Indices
    labels.clear_crawler_index_button=Clear Crawler Indices
    labels.diagnostic_logs=Diagnostic
    labels.download_diagnostic_logs_button=Download Logs
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 45.6K bytes
    - Viewed (0)
Back to top