Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for SearchLookup (0.05 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

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

        );
        private final IndexFieldDataCache fieldDataCache = new IndexFieldDataCache.None();
        private final CircuitBreakerService breakerService = new NoneCircuitBreakerService();
        private SearchLookup lookup = new SearchLookup(
            fieldTypes::get,
            (mft, lookup) -> mft.fielddataBuilder("test", lookup).build(fieldDataCache, breakerService)
        );
    
        @Param({ "expression", "metal", "painless_cast", "painless_def" })
    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