fix fileformats documentation bug

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1523526 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2013-09-16 02:03:09 +00:00
parent b502fdb597
commit b76fdfbfa9
1 changed files with 2 additions and 2 deletions

View File

@ -185,7 +185,7 @@ term frequency. To add Term Vectors to your index see the
{@link org.apache.lucene.document.Field Field} constructors
</li>
<li>
{@link org.apache.lucene.codecs.lucene42.Lucene42DocValuesFormat Per-document values}.
{@link org.apache.lucene.codecs.lucene45.Lucene45DocValuesFormat Per-document values}.
Like stored values, these are also keyed by document
number, but are generally intended to be loaded into main memory for fast
access. Whereas stored values are generally intended for summary results from
@ -294,7 +294,7 @@ systems that frequently run out of file handles.</td>
<td>Encodes length and boost factors for docs and fields</td>
</tr>
<tr>
<td>{@link org.apache.lucene.codecs.lucene42.Lucene42DocValuesFormat Per-Document Values}</td>
<td>{@link org.apache.lucene.codecs.lucene45.Lucene45DocValuesFormat Per-Document Values}</td>
<td>.dvd, .dvm</td>
<td>Encodes additional scoring factors or other per-document information.</td>
</tr>