org.elasticsearch.search.fetch
Class FetchSearchRequest

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

public class FetchSearchRequest
extends Object
implements Streamable


Constructor Summary
FetchSearchRequest()
           
FetchSearchRequest(long id, ExtTIntArrayList list)
           
FetchSearchRequest(long id, int[] docIds)
           
 
Method Summary
 int[] docIds()
           
 int docIdsSize()
           
 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

FetchSearchRequest

public FetchSearchRequest()

FetchSearchRequest

public FetchSearchRequest(long id,
                          ExtTIntArrayList list)

FetchSearchRequest

public FetchSearchRequest(long id,
                          int[] docIds)
Method Detail

id

public long id()

docIds

public int[] docIds()

docIdsSize

public int docIdsSize()

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.