org.elasticsearch.search.fetch
Class ScrollQueryFetchSearchResult

java.lang.Object
  extended by org.elasticsearch.search.fetch.ScrollQueryFetchSearchResult
All Implemented Interfaces:
Streamable

public class ScrollQueryFetchSearchResult
extends Object
implements Streamable


Constructor Summary
ScrollQueryFetchSearchResult()
           
ScrollQueryFetchSearchResult(QueryFetchSearchResult result, SearchShardTarget shardTarget)
           
 
Method Summary
 void readFrom(StreamInput in)
           
 QueryFetchSearchResult result()
           
 SearchShardTarget shardTarget()
           
 void writeTo(StreamOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScrollQueryFetchSearchResult

public ScrollQueryFetchSearchResult()

ScrollQueryFetchSearchResult

public ScrollQueryFetchSearchResult(QueryFetchSearchResult result,
                                    SearchShardTarget shardTarget)
Method Detail

result

public QueryFetchSearchResult result()

shardTarget

public SearchShardTarget shardTarget()

readFrom

public void readFrom(StreamInput in)
              throws IOException
Specified by:
readFrom in interface Streamable
Throws:
IOException

writeTo

public void writeTo(StreamOutput out)
             throws IOException
Specified by:
writeTo in interface Streamable
Throws:
IOException


Copyright © 2009-2012. All Rights Reserved.