Struct tantivy::schema::TextFieldIndexing [] [src]

pub struct TextFieldIndexing { /* fields omitted */ }

Configuration defining indexing for a text field. It wraps:

Methods

impl TextFieldIndexing
[src]

[src]

Sets the tokenizer to be used for a given field.

[src]

Returns the tokenizer that will be used for this field.

[src]

Sets which information should be indexed with the tokens.

See IndexRecordOption for more detail.

[src]

Returns the indexing options associated to this field.

See IndexRecordOption for more detail.

Trait Implementations

impl Clone for TextFieldIndexing
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for TextFieldIndexing
[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 TextFieldIndexing
[src]

impl Debug for TextFieldIndexing
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for TextFieldIndexing
[src]

[src]

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