mirror of
https://github.com/apache/lucene.git
synced 2025-02-07 18:49:03 +00:00
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>
|
||||
* <fields>
|
||||
* ...
|
||||
* <dynamicField name="random*" type="rand" indexed="true" stored="false"/>
|
||||
* <dynamicField name="random*" type="random" indexed="true" stored="false"/>
|
||||
* ...
|
||||
* </fields>
|
||||
* </pre>
|
||||
|
Loading…
x
Reference in New Issue
Block a user