Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Indexer ¶
type Indexer struct {
// contains filtered or unexported fields
}
Indexer is an index.Indexer implementation that uses an elastic search instance to catalogue and search documents.
func NewIndexer ¶
NewIndexer creates a text indexer that uses an elastic search instance for indexing documents.
func (*Indexer) Index ¶
Index inserts a new document to the index or updates the index entry for and existing document.
Click to show internal directories.
Click to hide internal directories.