Struct tantivy::fastfield::MultiValueIntFastFieldReader [] [src]

pub struct MultiValueIntFastFieldReader { /* fields omitted */ }

Reader for a multivalued u64 fast field.

The reader is implemented as two u64 fast field.

The vals_reader will access the concatenated list of all values for all reader. The idx_reader associated, for each document, the index of its first value.

Methods

impl MultiValueIntFastFieldReader
[src]

[src]

Returns the array of values associated to the given doc.

Trait Implementations

impl Clone for MultiValueIntFastFieldReader
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more