package
Version:
v0.0.0-...-44e12ef
Opens a new window with list of versions in this module.
Published: Mar 30, 2024
License: BSD-2-Clause
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Document struct {
URL string `json:"u"`
Title string `json:"t"`
}
type Index struct {
Docs []*Document `json:"docs"`
Words map[string][]interface{} `json:"words"`
ContentWordWeight float64 `json:"-"`
HTMLTitleWeight float64 `json:"-"`
HTMLURLComponentWeight float64 `json:"-"`
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.