We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f7f3b4 commit 51a28c0Copy full SHA for 51a28c0
schema.go
@@ -108,7 +108,7 @@ type Field struct {
108
Indexed bool `json:"indexed,omitempty"`
109
Stored bool `json:"stored,omitempty"`
110
MultiValued bool `json:"multiValued,omitempty"`
111
- Required bool `json:"requied,omitempty"`
+ Required bool `json:"required,omitempty"`
112
UseDocValuesAsStored bool `json:"useDocValuesAsStored,omitempty"`
113
}
114
0 commit comments