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 }
Click to show internal directories.
Click to hide internal directories.