quickwit-oss / tantivy

Tantivy is a full-text search engine library inspired by Apache Lucene and written in Rust
MIT License
11.41k stars 627 forks source link

return CompactDocValue instead of trait #2410

Closed PSeitz closed 1 month ago

PSeitz commented 1 month ago

return CompactDocValue instead of ReferenceValue trait

The CompactDocValue, which implements ReferenceValue is easier to handle than the ReferenceValue trait in some cases like comparison and conversion