{ "opencollection": "1.0.0", "info": { "name": "Couchbase Analytics Service REST Allowed CIDRs Search Queries API", "version": "7.6" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Search Queries", "type": "folder" }, "items": [ { "info": { "name": "Query a search index", "type": "http" }, "http": { "method": "POST", "url": "https://localhost:8095/api/index/:indexName/query", "params": [ { "name": "indexName", "value": "", "type": "path", "description": "The name of the Full Text Search index" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Executes a full-text search query against the specified index. Supports various query types including match, term, phrase, boolean, numeric range, date range, geospatial, and conjunction/disjunction queries. Results include relevance scores, highlighting, and faceted results." } ] } ], "bundled": true }