Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SearchSession ¶
type SearchSession interface { Start() Index(indexName string, mds ...interface{}) error Delete(indexName string, ids ...string) error Update(indexName string, mds ...interface{}) error Get(indexName string, id string) (map[string]interface{}, error) Query(indexName string, query string, from int, limit int) (map[string]interface{}, error) }
func GetSearchSession ¶
func GetSearchSession() SearchSession
Click to show internal directories.
Click to hide internal directories.