ripaclub / sphinxsearch

Sphinx Search library provides SphinxQL indexing and searching features
BSD 2-Clause "Simplified" License
62 stars 10 forks source link

CALL SNIPPETS statement #20

Open leodido opened 10 years ago

leodido commented 10 years ago

Implement CALL SNIPPETS statement.

Syntax

CALL SNIPPETS(data, index, query[, opt_value AS opt_name[, ...]])

Notes

In order for this statement to be functional it is necessary only that there is an index to which it calls upon. However, as this command is useful to highlight the results obtained from the search queries, it is desirable to implement a connection between them and the call to this statement.

Reference