v1

latestOpenAPI 3.0.3API available under GNU Lesser General Public License2026-07-1313946.5 KB
Search

Apache Solr powered search

This search is powered by Apache Solr and accepts the standard Solr query syntax. If you need more information on the parameters and how to use them, check this guide. To better understand how to construct the queries, see also the schemas below. Both GET and POST are supported, with GET being simpler to use, but with restrictions on the complexity and the lenght of the parameters.

get/select

Query parameters

qstring

The query itself, in the form <field_name>:<field_content>. The wildcard operator * is accepted for both <field_name> and <field_content>. See the schemas below for possible field names.

fqstring

Filter query

flstring

Field list

startinteger

Starting page

rowsinteger

Page size

wt'json' | 'xml' | 'csv'

Response format

Response

Query performed successfully

All 13 operations