Struct elasticlunr::IndexBuilder [] [src]

pub struct IndexBuilder { /* fields omitted */ }

A builder for an Index with custom parameters.

Methods

impl IndexBuilder
[src]

[src]

[src]

Set whether or not documents should be saved in the Index.

[src]

Add a document field to the Index.

[src]

Set the key used to store the document reference field.

[src]

Build an Index from this builder.