MCPcopy Index your code
hub / github.com/blevesearch/bleve / NewDocument

Function NewDocument

document/document.go:45–51  ·  view source on GitHub ↗
(id string)

Source from the content-addressed store, hash-verified

43}
44
45func NewDocument(id string) *Document {
46 return &Document{
47 id: id,
48 Fields: make([]Field, 0),
49 CompositeFields: make([]*CompositeField, 0),
50 }
51}
52
53func NewSynonymDocument(id string) *Document {
54 return &Document{

Calls

no outgoing calls

Used in the wild real call sites across dependent graphs

searching dependent graphs…