caio.co/de/cantine


Adapt tique to tantivy 0.15 💬 by Caio 4 years ago (log)
Two simple changes:

 * SegmentLocalId is now SegmentOrd, so `segment_id` labels
   were also updated to `segment_ord`

 * DocAddress is now a struct with named members instead of
   a tuple newtype, so the code is changed to construct
   it like `DocAddress{...}` instead of `DocAddress(...)`

Tree tique/examples/