Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Builder ¶
type Builder struct { Fields []*FieldEntry `json:"fields"` FieldMap map[string]*FieldEntry }
func NewBuilder ¶
func NewBuilder() *Builder
func (*Builder) AddTextField ¶
type Document ¶
type Document struct {
FieldValues []*FieldValue
}
func (*Document) SortedFieldValues ¶
func (d *Document) SortedFieldValues() []*FieldAndFieldValues
type FieldAndFieldValues ¶
type FieldAndFieldValues struct { Field FieldID FieldValues []*FieldValue }
type FieldEntry ¶
type FieldValue ¶
type Schema ¶
type Schema struct { Fields []*FieldEntry `json:"fields"` // contains filtered or unexported fields }
func (*Schema) FieldEntry ¶
func (s *Schema) FieldEntry(fieldID FieldID) *FieldEntry
Click to show internal directories.
Click to hide internal directories.