Appkit provides a range of client-side tags for building and executing search queries as well as displaying, formatting and visualization of search results. These tags are packaged as AngularJS libraries divided into a number of namespaces. See the Tag Reference for full documentation on each of the tags. Most Appkit tags can be used in various combinations and are designed to work together within the framework to deliver a high quality search experience for the user.Documentation Index
Fetch the complete documentation index at: https://doc.lucidworks.com/llms.txt
Use this file to discover all available pages before exploring further.
Common usage
This example demonstrates how the result-list tag works in line with our principles of configuration over code and sensible defaults. To render a simple results list displaying every field in each document, this code is all that is required in the JSP:Configuration
Many tags have reasonable default configurations, but they can also pick up attributes from configuration files, avoiding the must change any JSP code: Here is a platform tag which looks for properties in the configuration file atsrc/main/resources/conf/platforms/myplatform/dev.conf