Class ParsedScrollId

java.lang.Object
org.elasticsearch.action.search.ParsedScrollId

public class ParsedScrollId
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    static java.lang.String QUERY_AND_FETCH_TYPE  
    static java.lang.String QUERY_THEN_FETCH_TYPE  
  • Method Summary

    Modifier and Type Method Description
    SearchContextIdForNode[] getContext()  
    java.lang.String getSource()  
    java.lang.String getType()  
    boolean hasLocalIndices()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • QUERY_THEN_FETCH_TYPE

      public static final java.lang.String QUERY_THEN_FETCH_TYPE
      See Also:
      Constant Field Values
    • QUERY_AND_FETCH_TYPE

      public static final java.lang.String QUERY_AND_FETCH_TYPE
      See Also:
      Constant Field Values
  • Method Details

    • getSource

      public java.lang.String getSource()
    • getType

      public java.lang.String getType()
    • getContext

      public SearchContextIdForNode[] getContext()
    • hasLocalIndices

      public boolean hasLocalIndices()