org.elasticsearch.search.query
Class QuerySearchRequest

java.lang.Object
  extended by org.elasticsearch.search.query.QuerySearchRequest
All Implemented Interfaces:
Streamable

public class QuerySearchRequest
extends Object
implements Streamable


Constructor Summary
QuerySearchRequest()
           
QuerySearchRequest(long id, AggregatedDfs dfs)
           
 
Method Summary
 AggregatedDfs dfs()
           
 long id()
           
 void readFrom(StreamInput in)
           
 void writeTo(StreamOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuerySearchRequest

public QuerySearchRequest()

QuerySearchRequest

public QuerySearchRequest(long id,
                          AggregatedDfs dfs)
Method Detail

id

public long id()

dfs

public AggregatedDfs dfs()

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.