Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Result ¶
type Result struct {
Path string
Title string
Snippet string
Score float64
Version string
DocType string
Anchor string
Description string
}
Result represents a search result.
type SearchRequest ¶
type SearchRequest struct {
Query string
Version string // optional version filter (e.g. "saas", "CE", "EE")
DocType DocType // optional filter
Limit int32 // default from config
Offset int32
PathPrefix string // optional filter to a subtree
}
SearchRequest represents a search query with optional filters.
type Searcher ¶
type Searcher struct {
// contains filtered or unexported fields
}
Searcher provides full-text search over the docs index.
Click to show internal directories.
Click to hide internal directories.