Struct tantivy::fastfield::FastFieldsWriter [] [src]

pub struct FastFieldsWriter { /* fields omitted */ }

The fastfieldswriter regroup all of the fast field writers.

Methods

impl FastFieldsWriter
[src]

[src]

Create all FastFieldWriter required by the schema.

[src]

Get the FastFieldWriter associated to a field.

[src]

Indexes all of the fastfields of a new document.

[src]

Serializes all of the FastFieldWriters by pushing them in order to the fast field serializer.

[src]

Ensures all of the fast field writers have reached doc. (included)

The missing values will be filled with 0.