ftScanAndCompare(builder, "name:Flintstone AND sku:1234", 10, expected);
}
@Test
public void testTruncate() throws InterruptedException {
FullTextIndex index = createFullTextIndex(SCHEMA, "c", "idx_c", "name", "i.sku", "a.state");
final int limit = 15;
RowType rowType = rowType("c");
String nameQuery = "flintstone";
Row[] nameExpected = new Row[] { row(rowType, 1L), row(rowType, 3L) };