mirror of https://github.com/apache/lucene.git
javadoc html fix
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@932564 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
cda9119598
commit
9d677afeae
|
@ -52,7 +52,7 @@ public final class MultiFields extends Fields {
|
|||
* reader, merging fields/terms/docs/positions on the
|
||||
* fly. This method will not return null.
|
||||
*
|
||||
* <p><bNOTE</b>: this is a slow way to access postings.
|
||||
* <p><b>NOTE</b>: this is a slow way to access postings.
|
||||
* It's better to get the sub-readers (using {@link
|
||||
* Gather}) and iterate through them
|
||||
* yourself. */
|
||||
|
|
Loading…
Reference in New Issue