Correct Point file extensions in Codec javadocs (#13801)

This commit is contained in:
Alan Woodward 2024-09-18 12:33:31 +01:00 committed by GitHub
parent b59a357e58
commit dbceba77a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -306,7 +306,7 @@
* </tr>
* <tr>
* <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>
* </tr>
* <tr>
@ -400,6 +400,8 @@
* performant encoding that is vectorized.
* <li>In version 8.6, index sort serialization is delegated to the sorts themselves, to allow
* 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
* smaller stored fields.
* <li>In version 9.0, vector-valued fields were added.