Skip to content

/pixolution endpoint

The /pixolution handler checks the Flow configuration and the required schema fields and field types.

http://localhost:8983/api/cores/my-collection/pixolution
{
  "responseHeader": {
    "status": 0,
    "QTime": 95
  },
  "solrconfig": {
    "message": "solrconfig.xml is OK.",
    "status": "ok"
  },
  "schema": {
    "message": "Schema is OK.",
    "status": "ok"
  }
}

If the schema does not contain the required fields, they will be created automatically.

If this is not possible (e.g. because the schema is not modifiable), the handler returns a list of the required fields and field types, which you can simply copy & paste into the schema. After a restart the new fields will be taken over.

For more details on configuration, see the section Configuration during manual installation on Linux.