Documentation ¶
Overview ¶
Package search implements a simple full text search like Lucene.
Terminology: - document e.g. a page in the help or wiki - term is roughly a word
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Builder ¶
type Builder struct { Index // contains filtered or unexported fields }
Builder is an index using array for counts.
func NewBuilder ¶
func NewBuilder() *Builder
Click to show internal directories.
Click to hide internal directories.