Struct tantivy::fastfield::FastFieldSerializer [] [src]

pub struct FastFieldSerializer { /* fields omitted */ }

FastFieldSerializer is in charge of serializing fastfields on disk.

Fast fields are encoded using bit-packing.

FastFieldWriters are in charge of pushing the data to the serializer. The serializer expects to receive the following calls.

Methods

impl FastFieldSerializer
[src]

[src]

Constructor

[src]

Start serializing a new u64 fast field

[src]

Start serializing a new u64 fast field

[src]

Closes the serializer

After this call the data must be persistently save on disk.