Concept Flow - Partial indexes with filter
Start: Define Partial Index
Specify Filter Condition
Create Index on Filtered Documents
Query Uses Partial Index if Filter Matches
Faster Query on Subset of Data
End
Create an index only on documents matching a filter. Queries using that filter can use the smaller index for faster results.