mirror of https://github.com/apache/lucene.git
Correct Point file extensions in Codec javadocs (#13801)
This commit is contained in:
parent
b59a357e58
commit
dbceba77a4
|
@ -306,7 +306,7 @@
|
||||||
* </tr>
|
* </tr>
|
||||||
* <tr>
|
* <tr>
|
||||||
* <td>{@link org.apache.lucene.codecs.lucene90.Lucene90PointsFormat Point values}</td>
|
* <td>{@link org.apache.lucene.codecs.lucene90.Lucene90PointsFormat Point values}</td>
|
||||||
* <td>.dii, .dim</td>
|
* <td>.kdd, .kdi, .kdm</td>
|
||||||
* <td>Holds indexed points</td>
|
* <td>Holds indexed points</td>
|
||||||
* </tr>
|
* </tr>
|
||||||
* <tr>
|
* <tr>
|
||||||
|
@ -400,6 +400,8 @@
|
||||||
* performant encoding that is vectorized.
|
* performant encoding that is vectorized.
|
||||||
* <li>In version 8.6, index sort serialization is delegated to the sorts themselves, to allow
|
* <li>In version 8.6, index sort serialization is delegated to the sorts themselves, to allow
|
||||||
* user-defined sorts to be used
|
* user-defined sorts to be used
|
||||||
|
* <li>In version 8.6, points fields split the index tree and leaf data into separate files, to
|
||||||
|
* allow for different access patterns to the different data structures
|
||||||
* <li>In version 8.7, stored fields compression became adaptive to better handle documents with
|
* <li>In version 8.7, stored fields compression became adaptive to better handle documents with
|
||||||
* smaller stored fields.
|
* smaller stored fields.
|
||||||
* <li>In version 9.0, vector-valued fields were added.
|
* <li>In version 9.0, vector-valued fields were added.
|
||||||
|
|
Loading…
Reference in New Issue