org.elasticsearch.index.engine
Interface Engine.IndexingOperation

All Superinterfaces:
Engine.Operation
All Known Implementing Classes:
Engine.Create, Engine.Index
Enclosing interface:
Engine

public static interface Engine.IndexingOperation
extends Engine.Operation


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.elasticsearch.index.engine.Engine.Operation
Engine.Operation.Origin, Engine.Operation.Type
 
Method Summary
 DocumentMapper docMapper()
           
 List<org.apache.lucene.document.Document> docs()
           
 ParsedDocument parsedDoc()
           
 
Methods inherited from interface org.elasticsearch.index.engine.Engine.Operation
opType, origin
 

Method Detail

parsedDoc

ParsedDocument parsedDoc()

docs

List<org.apache.lucene.document.Document> docs()

docMapper

DocumentMapper docMapper()


Copyright © 2009-2012. All Rights Reserved.