Usage
The following usage docs provide instructions for common tasks and concepts in Arranger:
📄️ Query Processing
When a user applies filters in a search interface, the request flows through four main components:
📄️ Index Mappings
For a comprehensive guide on index mappings, including detailed explanations, examples, and configuration instructions, please refer to our guide on index mappings.
📄️ Arranger Configs
Arranger offers its own front-end library of reusable components to facilitate querying Elasticsearch indices, leveraging the versatile GraphQL syntax.
📄️ SQONs In Detail
SQON is a JSON-based filter language Overture uses to describe query logic in a backend-neutral way, while retaining human readability and portability. This page focuses on the shape of a SQON itself: what nodes exist, what operators are supported, what aliases are accepted, and which edge cases matter when generating SQON programmatically.