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

pub struct TextOptions { /* fields omitted */ }

Define how a text field should be handled by tantivy.

Methods

impl TextOptions
[src]

[src]

Returns the indexing options.

[src]

Returns true iff the text is to be stored.

[src]

Sets the field as stored

[src]

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

Trait Implementations

impl Clone for TextOptions
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for TextOptions
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for TextOptions
[src]

[src]

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

[src]

This method tests for !=.

impl Eq for TextOptions
[src]

impl Default for TextOptions
[src]

[src]

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

impl BitOr for TextOptions
[src]

The resulting type after applying the | operator.

[src]

Performs the | operation.