Headless Server Developer Manual / Version 2207
Table Of Contents
The headless-search
for the Headless Server encapsulates search related functionality like
faceted and generic search, suggestions, dynamic query lists and their corresponding types.
It is part of the Blueprint Base module and contains a GraphQL schema extension within the file search-schema.graphql, Java code and Spring configuration.
If necessary, the headless-search
can be deactivated by configuration properties.
Note that it is possible, to deactivate the search schema extension explicitly, without deactivating
the related code. This provides the possibility to add a customized version of the search schema.
See the Section 3.3.1, “Headless Server Spring Boot Properties” in Deployment Manual for details.
To use Headless Server search, an existing Solr with an index created by a CAE Feeder needs to be provided.