Documentation ¶
Index ¶
Constants ¶
View Source
const MinWordLength = 3
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FullTextSearchEngine ¶
type FullTextSearchEngine struct {
// contains filtered or unexported fields
}
func New ¶
func New(lang string) *FullTextSearchEngine
func (*FullTextSearchEngine) AddSection ¶
func (fts *FullTextSearchEngine) AddSection(sec *fs.Section)
func (*FullTextSearchEngine) Serialize ¶
func (fts *FullTextSearchEngine) Serialize() (string, error)
Click to show internal directories.
Click to hide internal directories.