Struct tantivy::schema::TextOptions[][src]

pub struct TextOptions { /* fields omitted */ }

Define how a text field should be handled by tantivy.

Methods

impl TextOptions
[src]

Returns the indexing options.

Returns true iff the text is to be stored.

Sets the field as stored

Sets the field as indexed, with the specific indexing options.

Trait Implementations

impl Clone for TextOptions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TextOptions
[src]

Formats the value using the given formatter. Read more

impl PartialEq for TextOptions
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for TextOptions
[src]

impl Default for TextOptions
[src]

Returns the "default value" for a type. Read more

impl BitOr for TextOptions
[src]

The resulting type after applying the | operator.

Performs the | operation.

Auto Trait Implementations

impl Send for TextOptions

impl Sync for TextOptions