JSON Index
This page describes configuring the JSON index for Apache Pinot.
When to use JSON index
{
"name": "adam",
"age": 30,
"country": "us",
"addresses":
[
{
"number" : 112,
"street" : "main st",
"country" : "us"
},
{
"number" : 2,
"street" : "second st",
"country" : "us"
},
{
"number" : 3,
"street" : "third st",
"country" : "ca"
}
]
}Enable and configure a JSON index
Config Key
Description
Type
Default
Example:
Legacy config before release 0.12.0:
0.12.0:How to use the JSON index
Supported filter expressions
Simple key lookup
Chained key lookup
Nested filter expression
Array access
Existence check
JSON context is maintained
Supported JSON values
Object
Array
Value
Null
Limitations
Was this helpful?

