monstachemap

package
v2.14.0+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 8, 2017 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MapperPluginInput

type MapperPluginInput struct {
	Document   map[string]interface{} // the original document from MongoDB
	Database   string                 // the origin database in MongoDB
	Collection string                 // the origin collection in MongoDB
	Namespace  string                 // the entire namespace for the original document
	Operation  string                 // "i" for a insert or "u" for update
}

type MapperPluginOutput

type MapperPluginOutput struct {
	Document    map[string]interface{} // an updated document to index into Elasticsearch
	Index       string                 // the name of the index to use
	Type        string                 // the document type
	Routing     string                 // the routing value to use
	Drop        bool                   // set to true to indicate that the document should not be indexed
	Passthrough bool                   // set to true to indicate the original document should be indexed unchanged
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL