MCPcopy Create free account
hub / github.com/blugelabs/bluge / AddField

Method AddField

document.go:51–54  ·  view source on GitHub ↗
(f Field)

Source from the content-addressed store, hash-verified

49}
50
51func (d *Document) AddField(f Field) *Document {
52 *d = append(*d, f)
53 return d
54}
55
56// FieldConsumer is anything which can consume a field
57// Fields can implement this interface to consume the

Calls

no outgoing calls