mirror of https://github.com/apache/lucene.git
- Typo fix
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@783616 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9f0616bdc8
commit
4457bf3db9
|
@ -351,9 +351,9 @@
|
|||
<field name="inStock" type="boolean" indexed="true" stored="true"/>
|
||||
|
||||
<!-- Some sample docs exists solely to demonstrate the spellchecker
|
||||
functionality, this is the only field they container.
|
||||
functionality, this is the only field they contain.
|
||||
Typically you might build the spellchecker of "catchall" type field
|
||||
containing all of the text in each document
|
||||
containing all of the text in each document.
|
||||
-->
|
||||
<field name="word" type="string" indexed="true" stored="true"/>
|
||||
|
||||
|
|
Loading…
Reference in New Issue