public class SolrResult<K,T extends org.apache.gora.persistency.impl.PersistentBase>
extends org.apache.gora.query.impl.ResultBase<K,T>
| Constructor and Description |
|---|
SolrResult(org.apache.gora.store.DataStore<K,T> dataStore,
org.apache.gora.query.Query<K,T> query,
org.apache.solr.client.solrj.SolrServer server,
int resultsSize) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
float |
getProgress() |
protected boolean |
nextInner() |
public SolrResult(org.apache.gora.store.DataStore<K,T> dataStore, org.apache.gora.query.Query<K,T> query, org.apache.solr.client.solrj.SolrServer server, int resultsSize) throws IOException
IOExceptionprotected boolean nextInner()
throws IOException
nextInner in class org.apache.gora.query.impl.ResultBase<K,T extends org.apache.gora.persistency.impl.PersistentBase>IOExceptionpublic void close()
throws IOException
close in interface org.apache.gora.query.Result<K,T extends org.apache.gora.persistency.impl.PersistentBase>close in class org.apache.gora.query.impl.ResultBase<K,T extends org.apache.gora.persistency.impl.PersistentBase>IOExceptionpublic float getProgress()
throws IOException
IOExceptionCopyright © 2010-2015 The Apache Software Foundation. All Rights Reserved.