Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for createSynonymMap (2.31 sec)

  1. src/test/java/org/codelibs/opensearch/extension/analysis/SynonymLoader.java

            this.env = env;
            this.settings = settings;
            this.expand = expand;
            this.analyzer = analyzer;
    
            createSynonymMap(false);
        }
    
        public boolean isUpdate(final long time) {
            if (System.currentTimeMillis() - lastChecked > reloadInterval) {
                lastChecked = System.currentTimeMillis();
    Registered: Fri Sep 19 09:08:11 UTC 2025
    - Last Modified: Sun May 18 02:59:16 UTC 2025
    - 6.7K bytes
    - Viewed (1)
Back to top