Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for filterPlugins (0.06 seconds)

  1. benchmarks/src/main/java/org/elasticsearch/benchmark/script/ScriptScoreBenchmark.java

            null,
            null,
            Path.of(System.getProperty("plugins.dir")),
            List.of()
        );
        private final ScriptModule scriptModule = new ScriptModule(Settings.EMPTY, pluginsService.filterPlugins(ScriptPlugin.class));
    
        private final Map<String, MappedFieldType> fieldTypes = Map.ofEntries(
            Map.entry("n", new NumberFieldType("n", NumberType.LONG, false, false, true, true, null, Map.of(), null, false, null))
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Mon Sep 20 13:45:50 GMT 2021
    - 8.1K bytes
    - Click Count (0)
Back to Top