org.elasticsearch.index.engine
Class Engine.Get

java.lang.Object
  extended by org.elasticsearch.index.engine.Engine.Get
Enclosing interface:
Engine

public static class Engine.Get
extends Object


Constructor Summary
Engine.Get(boolean realtime, org.apache.lucene.index.Term uid)
           
 
Method Summary
 boolean loadSource()
           
 Engine.Get loadSource(boolean loadSource)
           
 boolean realtime()
           
 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.Get

public Engine.Get(boolean realtime,
                  org.apache.lucene.index.Term uid)
Method Detail

realtime

public boolean realtime()

uid

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

loadSource

public boolean loadSource()

loadSource

public Engine.Get loadSource(boolean loadSource)


Copyright © 2009-2012. All Rights Reserved.