Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Index ¶
type Index struct {
// contains filtered or unexported fields
}
func NewIndex ¶
func NewIndex(config *IndexConfig) (*Index, error)
type IndexConfig ¶
type IndexConfig struct {
Path string `json:"path,omitempty"`
IndexMapping *mapping.IndexMappingImpl `json:"index_mapping,omitempty"`
IndexType string `json:"index_type,omitempty"`
Kvstore string `json:"kvstore,omitempty"`
Kvconfig map[string]interface{} `json:"kvconfig,omitempty"`
}
func DefaultConfig ¶
func DefaultConfig() *IndexConfig
Click to show internal directories.
Click to hide internal directories.