Struct elasticlunr::inverted_index::InvertedIndex[][src]

pub struct InvertedIndex { /* fields omitted */ }

Implements an elasticlunr.js inverted index. Most users do not need to use this type directly.

Methods

impl InvertedIndex
[src]

Trait Implementations

impl Debug for InvertedIndex
[src]

Formats the value using the given formatter. Read more

impl PartialEq for InvertedIndex
[src]

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

This method tests for !=.

impl Default for InvertedIndex
[src]

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

Auto Trait Implementations