mirror of https://github.com/apache/lucene.git
added small doc. comment
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@706646 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3803c42a6b
commit
cd4135489d
|
@ -92,7 +92,7 @@ public class ResponseBuilder
|
|||
|
||||
public int stage; // What stage is this current request at?
|
||||
|
||||
|
||||
//The address of the Shard
|
||||
public String[] shards;
|
||||
public List<ShardRequest> outgoing; // requests to be sent
|
||||
public List<ShardRequest> finished; // requests that have received responses from all shards
|
||||
|
|
Loading…
Reference in New Issue