Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Introduction

The Search and Retrieve API provides API provides a means for looking up content from an App application based on search criteria , include including related content and return returning the relevant fields for a specific use case. That App could The application can be an iOS or Android mobile app or it could be a web appapplication or another kind of a web site requesting the content. It The Search and Retrieve API can be used to search for any content, but it is especially useful for Headless content, since for headless content because it allows for referenced content to be included and for it also offers field filtering. It is very fast thanks to searching using it use of the Apache Solr search engine and retrieving because it retrieves content via the powerful XperienCentral cache. The search queries are concise and written either in JSON , which is usually used when querying from code , or in YAML which is easier to read and write when developing or testing queries.

...