Manticore Search · Schema

highlight

JSON Schema for Manticore Search highlight

SearchFull-Text SearchVector SearchElasticsearch CompatibleOpen-SourceDatabase
View JSON Schema on GitHub

JSON Schema

highlight.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/manticore/main/json-schema/highlight.json",
  "title": "highlight",
  "description": "JSON Schema for Manticore Search highlight",
  "allOf": [
    {
      "type": "object",
      "description": "Defines a query HIGHLIGHT expression to emphasize matched results",
      "properties": {
        "after_match": {
          "type": "string",
          "default": "</strong>",
          "description": "Text inserted after the matched term, typically used for HTML formatting"
        },
        "allow_empty": {
          "type": "boolean",
          "description": "Permits an empty string to be returned as the highlighting result. Otherwise, the beginning of the original text would be returned"
        },
        "around": {
          "type": "integer",
          "description": "Number of words around the match to include in the highlight"
        },
        "before_match": {
          "type": "string",
          "default": "<strong>",
          "description": "Text inserted before the match, typically used for HTML formatting"
        },
        "emit_zones": {
          "type": "boolean",
          "description": "Emits an HTML tag with the enclosing zone name before each highlighted snippet"
        },
        "encoder": {
          "type": "string",
          "enum": [
            "default",
            "html"
          ],
          "description": "If set to 'html', retains HTML markup when highlighting"
        },
        "fields": {
          "$ref": "#/components/schemas/highlightFields"
        },
        "force_all_words": {
          "type": "boolean",
          "description": "Ignores the length limit until the result includes all keywords"
        },
        "force_snippets": {
          "type": "boolean",
          "description": "Forces snippet generation even if limits allow highlighting the entire text"
        },
        "highlight_query": {
          "oneOf": [
            {
              "type": null
            },
            {
              "$ref": "#/components/schemas/queryFilter"
            }
          ],
          "description": "Optional query object to customize highlighting behavior"
        },
        "html_strip_mode": {
          "type": "string",
          "enum": [
            "none",
            "strip",
            "index",
            "retain"
          ],
          "description": "Defines the mode for handling HTML markup in the highlight"
        },
        "limits_per_field": {
          "type": "boolean",
          "description": "Determines whether the 'limit', 'limit_words', and 'limit_snippets' options operate as individual limits in each field of the document"
        },
        "no_match_size": {
          "type": "integer",
          "enum": [
            0,
            1
          ],
          "description": "If set to 1, allows an empty string to be returned as a highlighting result"
        },
        "order": {
          "type": "string",
          "enum": [
            "asc",
            "desc",
            "score"
          ],
          "description": "Sets the sorting order of highlighted snippets"
        },
        "pre_tags": {
          "type": "string",
          "default": "<strong>",
          "description": "Text inserted before each highlighted snippet"
        },
        "post_tags": {
          "type": "string",
          "default": "</strong>",
          "description": "Text inserted after each highlighted snippet"
        },
        "start_snippet_id": {
          "type": "integer",
          "description": "Sets the starting value of the %SNIPPET_ID% macro"
        },
        "use_boundaries": {
          "type": "boolean",
          "description": "Defines whether to additionally break snippets by phrase boundary characters"
        }
      }
    },
    {
      "$ref": "#/components/schemas/highlightFieldOption"
    }
  ]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/highlight"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.