mirror of https://github.com/apache/lucene.git
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:
parent
b502fdb597
commit
b76fdfbfa9
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue