| Constructor and Description |
|---|
ScriptScoreFunction(Script sScript,
SearchScript script) |
| Modifier and Type | Method and Description |
|---|---|
SearchScript |
NativeScriptEngineService.search(CompiledScript compiledScript,
SearchLookup lookup,
Map<String,Object> vars) |
SearchScript |
ScriptEngineService.search(CompiledScript compiledScript,
SearchLookup lookup,
Map<String,Object> vars) |
SearchScript |
ScriptService.search(SearchLookup lookup,
Script script,
ScriptContext scriptContext,
Map<String,String> params)
Compiles (or retrieves from cache) and executes the provided search script
|
| Modifier and Type | Method and Description |
|---|---|
SearchScript |
MustacheScriptEngineService.search(CompiledScript compiledScript,
SearchLookup lookup,
Map<String,Object> vars) |
| Modifier and Type | Method and Description |
|---|---|
SearchScript |
ValuesSourceConfig.script() |
| Modifier and Type | Method and Description |
|---|---|
ValuesSourceConfig<VS> |
ValuesSourceConfig.script(SearchScript script) |
| Constructor and Description |
|---|
ValuesSource.Bytes.Script(SearchScript script) |
ValuesSource.Numeric.Script(SearchScript script,
ValueType scriptValueType) |
ValuesSource.Numeric.WithScript(ValuesSource.Numeric delegate,
SearchScript script) |
ValuesSource.WithScript(ValuesSource delegate,
SearchScript script) |
| Modifier and Type | Method and Description |
|---|---|
SearchScript |
ScriptFieldsContext.ScriptField.script() |
| Constructor and Description |
|---|
ScriptFieldsContext.ScriptField(String name,
SearchScript script,
boolean ignoreException) |
Copyright © 2009–2017. All rights reserved.