Files
tantivy/src/core
Paul Masurel 732f6847c0 Field type with codes (#1255)
* Term are now typed.

This change is backward compatible:
While the Term has a byte representation that is modified, a Term itself
is a transient object that is not serialized as is in the index.

Its .field() and .value_bytes() on the other hand are unchanged.
This change offers better Debug information for terms.

While not necessary it also will help in the support for JSON types.

* Renamed Hierarchical Facet -> Facet
2022-01-07 20:49:00 +09:00
..
2020-01-31 18:47:02 +09:00
2021-11-11 16:42:19 +09:00
2021-10-06 16:05:16 +09:00