Log for tique/examples/
-
Adapt tique to tantivy 0.15 💬 by Caio 5 years ago
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(...)` -
More documentation work by Caio 6 years ago