Documentation
¶
Index ¶
- type Index
- func (i *Index) BulkDelete(ids []string) (int, error)
- func (i *Index) BulkIndex(docs []map[string]interface{}) (int, error)
- func (i *Index) Close() error
- func (i *Index) Delete(id string) error
- func (i *Index) Get(id string) (map[string]interface{}, error)
- func (i *Index) Index(id string, fields map[string]interface{}) error
- func (i *Index) Mapping() *mapping.IndexMappingImpl
- func (i *Index) Search(searchRequest *bleve.SearchRequest) (*bleve.SearchResult, error)
- func (i *Index) SnapshotItems() <-chan *protobuf.Document
- func (i *Index) Stats() map[string]interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.