GET
/
query-rewrite
/
search
/
{type}
{
  "response": {
    "numFound": 123,
    "start": 123,
    "maxScore": 123,
    "docs": [
      {}
    ]
  },
  "responseHeader": {
    "status": 123,
    "QTime": 123,
    "params": {}
  },
  "facet_counts": {
    "facet_fields": {},
    "facet_ranges": {}
  },
  "facets": {},
  "stats": {
    "stats_fields": {}
  },
  "debug": {},
  "highlighting": {},
  "fusionResponse": {}
}

Path Parameters

type
string
required

The type of query rewrite to be searched

Query Parameters

context
string

The current Fusion application Id

editSessionId
string

The current user session Id

Response

200 - application/json

successful operation

response
object
responseHeader
object
facet_counts
object
facets
object
stats
object
debug
object
highlighting
object
fusionResponse
object