FtsNear constructor

FtsNear(
  1. List<FtsP> phrases, [
  2. int n = -1
])

Implementation

FtsNear(List<FtsP> phrases, [int n = -1])
  : super(FtsNear.compose(phrases, n));