Developer documentation
This section contains documentation for developers, explaining the Search API's basic architecture and giving examples of how certain extensions for it can be developed.
Tweme
This page contains an additional information about Tweme — super lightweight responsive Twitter Bootstrap theme.
Backlog
#1883498: Menu Style
#1922138: Scrollspy offset for a fixed navbar
#1893110: make all the menus dropdown (not only main menu)
#1909726: Double encoded Menu TItles
Setting up Solr
For using the Search API Solr Search module, you first need a Solr server with the appropriate configuration files. For that, you have two options: either installing Solr on your own server, or purchasing a server instance at a Solr hosting provider.
The most important thing to remember, for both variants, is to configure the Solr server with the correct configuration files. These come packaged with the Search API Solr Search module, inside the solr-conf/ directory. Use the configuration files inside the sub-directory which belongs to the version of Solr you (or your Solr host) are using.
Using a hosted solution
Read moreSearch API Solr search
The Search API Solr search module provides a backend for the Search API which uses the popular Apache Solr search engine for storing and searching data. This handbook section documents its feature, how to set it up and some advanced features.
Extension modules
This section lists modules that add new backends, plugins or other extensions to the Search API, allowing users to add additional functionality to their sites. Creators of new extension modules are welcome to add their projects to this list, too.
This page also acts as the parent for documentation on those extension modules.
Read moreHowTos / Tutorials
This section gathers tips and instructions for achieving specific, more uncommon goals with the Search API and related modules.