callSnippets() public method
Builds a SQL statement for call snippet from provided data and query, using specified index settings.
public string callSnippets ( $index, $source, $match, $options, &$params )$index string
Name of the index, from which to take the text processing settings. $source
string|array
Is the source data to extract a snippet from. It could be either a single string or array of strings. $match string
The full-text query to build snippets for. $options array