Faceting gives you total counts for any field in your results. It helps you build filters and understand how your data is grouped. You can:Documentation Index
Fetch the complete documentation index at: https://docs.blnkfinance.com/llms.txt
Use this file to discover all available pages before exploring further.
- Count transactions per currency
- See how many transactions are in each status
- Group balances by ledger or identity
- Break transactions into date or amount ranges
Quick start
Here’s a basic faceting request that shows the total counts for thestatus and currency fields:
| Field | Description |
|---|---|
field_name | The field being faceted. |
value | A unique value found in that field. |
count | Number of documents that have this value. |
counts | The full list of values and their counts. |
total_values | How many unique values exist for this field. |
Combining faceting with filters
Faceting becomes more powerful when combined with filters. You can facet on one field while filtering on others to analyze specific subsets of your data.- “Of all my USD transactions, how many are in each status?”
- “For this specific customer, how many balances do they have in each currency?""
Faceting on metadata fields
You can also facet on metadata objects.Facet on metadata fields