file14.hx 122 B

12345678
  1. N::File14 {
  2. name: String,
  3. age: I32,
  4. }
  5. QUERY file14() =>
  6. res <- SearchBM25<File14>("John", 10)
  7. RETURN res