Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( AutoCreate bool InferenceDepth int32 PrimaryKey []string AutoGenerate []string UpdateSchema bool BatchSize int32 = 100 CleanUpNULLs = true )
View Source
var ErrSchemaNameMissing = fmt.Errorf("schema name is missing")
View Source
var RootCmd = &cobra.Command{
Use: "search",
Short: "Search related commands",
}
Functions ¶
This section is empty.
Types ¶
type DescribeIndexResponse ¶
type DescribeIndexResponse struct { Index string `json:"index,omitempty"` Schema json.RawMessage `json:"schema,omitempty"` }
DescribeIndexResponse adapter to convert Schema field to json.RawMessage.
Click to show internal directories.
Click to hide internal directories.