Skip to content

Instantly share code, notes, and snippets.

@mschoch
mschoch / fts-query-api.md
Last active February 12, 2016 01:05
FTS Query API with links to JSON structures

FTS Query API

POST /api/index/{indexName}/query

The HTTP Request body is an instance of SearchRequest, which can optionally contain a field "ctl" which is an instance of QueryControlParams. All the other related structures are nested within these and are linked below.