Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Searcher ¶
Searcher allows free-text search over the transcripts.
func NewElasticSearcher ¶
NewElasticSearcher creates a new Searcher connected to the given elastic search instance at the given address.
type Source ¶
type Source struct { Title string `json:"title"` Lecturer string `json:"lecturer"` Chaire string `json:"chaire"` Type string `json:"type"` TypeTitle string `json:"type_title"` Language string `json:"lang"` URL string `json:"source_url"` Transcript string `json:"transcript"` }
Source is a source indexed by the search engine.
Click to show internal directories.
Click to hide internal directories.