MCPcopy Create free account

hub / github.com/BurntSushi/imdb-rename / functions

Functions335 in github.com/BurntSushi/imdb-rename

Methodnone
()
imdb-index/src/search.rs:766
Methodnumber
( err: E, )
imdb-index/src/error.rs:87
Functionnumber_as_bool
(de: D)
imdb-index/src/record.rs:248
Methodopen
Open a rating index from the given index directory.
imdb-index/src/index/rating.rs:31
Methodopen
Open an episode index from the given index directory.
imdb-index/src/index/episode.rs:47
Methodopen
Open an AKA index using the corresponding data and index directories. The data directory contains the IMDb data set while the index directory contains
imdb-index/src/index/aka.rs:36
Methodopen
Open a name index in the given directory.
imdb-index/src/index/names.rs:228
Functionoptional_number_as_bool
(de: D)
imdb-index/src/record.rs:255
Methodpartial_cmp
(&self, other: &TitleKind)
imdb-index/src/record.rs:141
Methodpartial_cmp
(&self, other: &PostingIter<'i>)
imdb-index/src/index/names.rs:903
Methodpossible_names
Returns a list of s trings representing the possible similarity function names.
imdb-index/src/search.rs:684
Methodpossible_names
Returns a list of strings representing the possible scorer values.
imdb-index/src/index/names.rs:1150
Functionquery_deserialize
()
imdb-index/src/search.rs:964
Functionquery_display
()
imdb-index/src/search.rs:931
Functionquery_parser
()
imdb-index/src/search.rs:867
Functionquery_parser_error
()
imdb-index/src/search.rs:915
Functionquery_parser_weird
()
imdb-index/src/search.rs:922
Functionquery_serialize
()
imdb-index/src/search.rs:946
Functionranges
()
imdb-index/src/search.rs:849
Methodread
Read the next posting pair (doc ID and frequency) from the given postings list. If the list is empty, then return `None`.
imdb-index/src/index/names.rs:718
Methodsearch
Search this index for `Title` records whose name matches the given query. The query controls the following things: The name to search for. The maxim
imdb-index/src/index/mod.rs:198
Methodsince
Create a duration corresponding to the amount of time since the instant given.
imdb-index/src/util.rs:52
Methodsource
(&self)
imdb-index/src/error.rs:95
Functionspec_printer
()
imdb-eval/src/eval.rs:488
Methodsrc
The `src` of this proposal.
src/rename.rs:119
Methodtry_clone
Attempt to clone this index, returning a distinct `Index`. This is as cheap to call as `Index::open` and returns an error if there was a problem read
imdb-index/src/index/mod.rs:179
Functiontvshow
()
imdb-index/src/index/episode.rs:334
Methodtvshow_id
Restrict results to episodes belonging to the TV show given by its IMDb ID. This automatically limits all results to episodes.
imdb-index/src/search.rs:400
Methodunknown_directive
(unk: T)
imdb-index/src/error.rs:47
Methodunknown_ngram_type
(unk: T)
imdb-index/src/error.rs:39
Methodunknown_scorer
(unk: T)
imdb-index/src/error.rs:35
Methodunknown_sim
(unk: T)
imdb-index/src/error.rs:43
Methodunknown_title
(unk: T)
imdb-index/src/error.rs:31
Methodvotes_le
Set the upper inclusive bound on a title's number of votes.
imdb-index/src/search.rs:359
Methodwrite
(&mut self, buf: &[u8])
imdb-index/src/index/writer.rs:55
← previous301–335 of 335, ranked by callers