diff --git a/src/java/org/apache/solr/request/SolrQueryResponse.java b/src/java/org/apache/solr/request/SolrQueryResponse.java index 56c59f14ef5..38684572ccf 100644 --- a/src/java/org/apache/solr/request/SolrQueryResponse.java +++ b/src/java/org/apache/solr/request/SolrQueryResponse.java @@ -41,12 +41,18 @@ import java.util.*; *
  • {@link Boolean}
  • *
  • {@link Date}
  • *
  • {@link org.apache.solr.search.DocList}
  • + *
  • {@link org.apache.solr.common.SolrDocument} (since 1.3)
  • + *
  • {@link org.apache.solr.common.SolrDocumentList} (since 1.3)
  • *
  • {@link Map} containing any of the items in this list
  • *
  • {@link NamedList} containing any of the items in this list
  • *
  • {@link Collection} containing any of the items in this list
  • *
  • Array containing any of the items in this list
  • *
  • null
  • * + *

    + * Other data types may be added to the SolrQueryResponse, but there is no garuntee + * that QueryResponseWriters will be able to deal with unexpected types. + *

    * * @version $Id$ * @since solr 0.9