mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2026-01-10 11:02:55 +00:00
compatibility with tantivy-imhotep
This commit is contained in:
@@ -46,6 +46,9 @@ pub struct U64FastFieldReader {
|
||||
max_value: u64,
|
||||
}
|
||||
|
||||
unsafe impl Send for U64FastFieldReader {}
|
||||
unsafe impl Sync for U64FastFieldReader {}
|
||||
|
||||
impl U64FastFieldReader {
|
||||
|
||||
/// Returns the minimum value for this fast field.
|
||||
@@ -140,6 +143,9 @@ pub struct I64FastFieldReader {
|
||||
underlying: U64FastFieldReader,
|
||||
}
|
||||
|
||||
unsafe impl Send for I64FastFieldReader {}
|
||||
unsafe impl Sync for I64FastFieldReader {}
|
||||
|
||||
impl I64FastFieldReader {
|
||||
/// Returns the minimum value for this fast field.
|
||||
///
|
||||
|
||||
@@ -97,7 +97,7 @@ mod indexer;
|
||||
mod common;
|
||||
mod error;
|
||||
mod analyzer;
|
||||
mod datastruct;
|
||||
pub mod datastruct;
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user