org.apache.solr.response
Class ResultContext

java.lang.Object
  extended by org.apache.solr.response.ResultContext

public class ResultContext
extends Object

A class to hold the QueryResult and the Query


Field Summary
 DocList docs
           
 Query query
           
 
Constructor Summary
ResultContext()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

query

public Query query

docs

public DocList docs
Constructor Detail

ResultContext

public ResultContext()


Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.