Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for isReloadable (0.09 seconds)

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

                }
            } else {
                reader = new StringReader("");
            }
    
            return reader;
        }
    
        public boolean isReloadable() {
            return reloadableFile != null;
        }
    
        public long getLastModified() {
            return lastModified;
        }
    
        protected static Analyzer getAnalyzer(final boolean ignoreCase) {
    Created: Fri Apr 17 09:08:13 GMT 2026
    - Last Modified: Sun May 18 02:59:16 GMT 2025
    - 6.7K bytes
    - Click Count (1)
Back to Top