Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { GraphAPI GraphAPI IndexAPI IndexAPI ListenAddr string // The number of results to display per page. If not specified, a default // value of 10 results per page will be used instead. ResultsPageSize int // The maximum length (in characters) of the highlighted content summary for // matching documents. If not specified, a default value of 256 will be used // instead. MaxSummaryLength int Logger *logrus.Entry }
Click to show internal directories.
Click to hide internal directories.