Skip to main content

Documentation Index

Fetch the complete documentation index at: https://doc.lucidworks.com/llms.txt

Use this file to discover all available pages before exploring further.

Description

Returns a result from the response

Usage

In HTML Template Binding

{{ result_expression | result[:index] }}

In JavaScript

$filter('result')(response[, index])

Parameters

ParamTypeDetails
responsestringThe response object to get the result from.
index (optional)numberThe index of the result to retrieve, index starts at 0. (Defaults to 0).