org.elasticsearch.index.engine
Class Engine.Delete

java.lang.Object
  extended by org.elasticsearch.index.engine.Engine.Delete
All Implemented Interfaces:
Engine.Operation
Enclosing interface:
Engine

public static class Engine.Delete
extends java.lang.Object
implements Engine.Operation


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.elasticsearch.index.engine.Engine.Operation
Engine.Operation.Type
 
Constructor Summary
Engine.Delete(org.apache.lucene.index.Term uid)
           
 
Method Summary
 Engine.Operation.Type opType()
           
 boolean refresh()
           
 void refresh(boolean refresh)
           
 org.apache.lucene.index.Term uid()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Engine.Delete

public Engine.Delete(org.apache.lucene.index.Term uid)
Method Detail

opType

public Engine.Operation.Type opType()
Specified by:
opType in interface Engine.Operation

uid

public org.apache.lucene.index.Term uid()

refresh

public boolean refresh()

refresh

public void refresh(boolean refresh)