Skip to content

Commit

Permalink
Correct Point file extensions in Codec javadocs (apache#13801)
Browse files Browse the repository at this point in the history
  • Loading branch information
romseygeek authored Sep 18, 2024
1 parent b59a357 commit dbceba7
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit dbceba7

Please sign in to comment.