Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateIndexReq ¶
type CreateIndexReq struct { Name string DefaultLang string Mapping IndexMapping }
type Error ¶
func BadRequestError ¶
func ExistsError ¶
func ExistsError() Error
func NotFoundError ¶
func NotFoundError() Error
func ServerError ¶
type FieldMapping ¶
type FieldMapping struct { Lang string Fields map[string]FieldMapping }
type IndexMapping ¶
type IndexMapping struct { DocumentType string Fields map[string]FieldMapping }
type SearchResult ¶
Click to show internal directories.
Click to hide internal directories.