mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2026-01-07 01:32:53 +00:00
enable range query on fast field for u64 compatible types (#1762)
* enable range query on fast field for u64 compatible types * rename, update benches
This commit is contained in:
@@ -113,7 +113,7 @@ mod bench {
|
||||
}
|
||||
|
||||
/// Create a dictionary of random strings.
|
||||
fn rand_dict(num_terms: usize) -> crate::Result<TermDictionary> {
|
||||
fn rand_dict(num_terms: usize) -> std::io::Result<TermDictionary> {
|
||||
let buffer: Vec<u8> = {
|
||||
let mut terms = vec![];
|
||||
for _i in 0..num_terms {
|
||||
|
||||
Reference in New Issue
Block a user