isIndexGroup property

  1. @override
int? isIndexGroup
final

Set an indexed field as a group index to set indexes more than one and grouped. If you want to search people by FirstName & LastName, it is better to set these fields' property isIndex:true and isIndexGroup:1

Implementation

@override
final int? isIndexGroup;