note about SolrDocument and SolrDocumentList that should have been added prior to 1.3 release

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@736392 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Chris M. Hostetter 2009-01-21 19:49:50 +00:00
parent ccb41af767
commit 55fd3840ca
1 changed files with 6 additions and 0 deletions

View File

@ -41,12 +41,18 @@ import java.util.*;
* <li>{@link Boolean}</li>
* <li>{@link Date}</li>
* <li>{@link org.apache.solr.search.DocList}</li>
* <li>{@link org.apache.solr.common.SolrDocument} (since 1.3)</li>
* <li>{@link org.apache.solr.common.SolrDocumentList} (since 1.3)</li>
* <li>{@link Map} containing any of the items in this list</li>
* <li>{@link NamedList} containing any of the items in this list</li>
* <li>{@link Collection} containing any of the items in this list</li>
* <li>Array containing any of the items in this list</li>
* <li>null</li>
* </ul>
* <p>
* Other data types may be added to the SolrQueryResponse, but there is no garuntee
* that QueryResponseWriters will be able to deal with unexpected types.
* </p>
*
* @version $Id$
* @since solr 0.9