mirror of https://github.com/apache/lucene.git
fix javadoc typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1296768 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
15f678e648
commit
cc1da9b073
|
@ -57,10 +57,10 @@ import org.apache.solr.util.plugin.SolrCoreAware;
|
|||
* </ul>
|
||||
*
|
||||
* <p>
|
||||
* Each critera can specified as either an <arr> of <str>, or
|
||||
* Each criteria can specified as either an <arr> of <str>, or
|
||||
* multiple <str> with the same name. When multiple criteria of a
|
||||
* single type exist, fields must match <b>at least one</b> to be selected.
|
||||
* If more then one type of critera exist, fields must match
|
||||
* If more then one type of criteria exist, fields must match
|
||||
* <b>at least one of each</b> to be selected.
|
||||
* </p>
|
||||
* <p>
|
||||
|
|
Loading…
Reference in New Issue