Index schema as a tibble
Examples
idx <- tnt_index_df(data.frame(t = "hi"), text = t)
tnt_index_info(idx)
#> # A tibble: 1 × 5
#> name kind stored indexed tokenizer
#> <chr> <chr> <lgl> <lgl> <chr>
#> 1 t text TRUE TRUE default