Documentation ¶
Overview ¶
Package search provides an inverted index implemenation of the search.Service interface.
Table format:
indexNodes:vname.signature=<src.signature> -> <ticket> indexNodes:vname.corpus=<src.corpus> -> <ticket> indexNodes:vname.root=<src.root> -> <ticket> indexNodes:vname.path=<src.path> -> <ticket> indexNodes:vname.language=<src.language> -> <ticket> indexNodes:fact.<factName>=<factValue> -> <ticket>
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var MaxIndexedFactValueSize = 512
MaxIndexedFactValueSize is the maximum length in bytes of fact values to write to the inverted index search table.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.