org.elasticsearch.action.search.type
Class ParsedScrollId

java.lang.Object
  extended by org.elasticsearch.action.search.type.ParsedScrollId

public class ParsedScrollId
extends Object


Field Summary
static String QUERY_AND_FETCH_TYPE
           
static String QUERY_THEN_FETCH_TYPE
           
static String SCAN
           
 
Constructor Summary
ParsedScrollId(String source, String type, Tuple<String,Long>[] context, Map<String,String> attributes)
           
 
Method Summary
 Map<String,String> attributes()
           
 Tuple<String,Long>[] context()
           
 String source()
           
 String type()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

QUERY_THEN_FETCH_TYPE

public static final String QUERY_THEN_FETCH_TYPE
See Also:
Constant Field Values

QUERY_AND_FETCH_TYPE

public static final String QUERY_AND_FETCH_TYPE
See Also:
Constant Field Values

SCAN

public static final String SCAN
See Also:
Constant Field Values
Constructor Detail

ParsedScrollId

public ParsedScrollId(String source,
                      String type,
                      Tuple<String,Long>[] context,
                      Map<String,String> attributes)
Method Detail

source

public String source()

type

public String type()

context

public Tuple<String,Long>[] context()

attributes

public Map<String,String> attributes()


Copyright © 2009-2012. All Rights Reserved.