mirror of https://github.com/apache/lucene.git
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:
parent
ebc4ce0b14
commit
f8fa54f767
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue