Struct flx::SearchBase [] [src]

pub struct SearchBase { /* fields omitted */ }

Contains the searchable database

Methods

impl SearchBase
[src]

Construct a new SearchBase from a Vec of LineInfos.

Perform a query of the SearchBase.

number limits the number of matches returned.

Matches any supersequence of the given query, with heuristics to order matches based on how close they are to the given query.

Trait Implementations

impl Debug for SearchBase
[src]

Formats the value using the given formatter.

impl<V: Into<LineInfo>> FromIterator<V> for SearchBase
[src]

Creates a value from an iterator. Read more