mirror of https://github.com/apache/lucene.git
minor correction - FieldCount not Count
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150367 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5d4bddceef
commit
2ebb5e0ade
|
@ -1300,7 +1300,7 @@ limitations under the License.
|
|||
<p>DocFieldData -->
|
||||
FieldCount, <FieldNum, Bits, Value><sup>FieldCount</sup>
|
||||
</p>
|
||||
<p>Count -->
|
||||
<p>FieldCount -->
|
||||
VInt
|
||||
</p>
|
||||
<p>FieldNum -->
|
||||
|
|
|
@ -884,7 +884,7 @@
|
|||
<p>DocFieldData -->
|
||||
FieldCount, <FieldNum, Bits, Value><sup>FieldCount</sup>
|
||||
</p>
|
||||
<p>Count -->
|
||||
<p>FieldCount -->
|
||||
VInt
|
||||
</p>
|
||||
<p>FieldNum -->
|
||||
|
|
Loading…
Reference in New Issue