Fix type name mismatch in example

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@921514 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Erik Hatcher 2010-03-10 19:06:52 +00:00
parent ebc4ce0b14
commit f8fa54f767
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ import org.apache.solr.search.SolrIndexReader;
* </types> * </types>
* <fields> * <fields>
* ... * ...
* <dynamicField name="random*" type="rand" indexed="true" stored="false"/> * <dynamicField name="random*" type="random" indexed="true" stored="false"/>
* ... * ...
* </fields> * </fields>
* </pre> * </pre>