Skip to main content
GET
/
commerce
/
catalog
/
admin
/
searchSchema
/
fieldTypes
/
{language}
Error
A valid request URL is required to generate request examples
[
  {
    "name": "<string>",
    "suffix": "<string>",
    "solrFieldType": "<unknown>",
    "description": "<string>",
    "usageRestrictions": "<unknown>"
  }
]

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Path Parameters

language
string
required

Query Parameters

responseFields
string

limits which fields are returned in the response body

Response

Success

name
string | null
suffix
string | null
solrFieldType
unknown
description
string | null
usageRestrictions
any | null

Restricts the fields used by specific SOLR analyzer. Originally developed for entity extraction/ aka noun_extraction (e.g. searching for sofa tables should return tables, not sofas)