Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Search ¶
type Search struct {
TablesMap map[string]Model // normalized table name to table metadata (map[CQ Table Name]Model)
// contains filtered or unexported fields
}
func (*Search) GetDestTable ¶
type Spec ¶
type Spec struct {
QueryText string `json:"query_text"` // Required
TrimDuplicates bool `json:"trim_duplicates"` // Optional, default is false
SourceID string `json:"source_id"` // Optional, default is empty
SelectProperties []string `json:"select_properties"` // Optional, default is empty array
// contains filtered or unexported fields
}
Spec is the configuration for Search source
Click to show internal directories.
Click to hide internal directories.