Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
javanna committed Nov 29, 2024
1 parent 5d3e5d9 commit 4731b98
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lucene/CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ Bug Fixes
in valid polygons. (Ignacio Vera)
* GITHUB#13990: Added filter to the toString() method of Knn[Float|Byte]VectorQuery
and DiversifyingChildren[Float|Byte]KnnVectorQuery. (Viswanath Kuchibhotla)

* GITHUB#14027: Make SegmentInfos#readCommit(Directory, String, int) public

Build
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -285,10 +285,11 @@ public static final SegmentInfos readCommit(Directory directory, String segmentF
}

/**
* Read a particular segmentFileName, as long as the commit's {@link SegmentInfos#getIndexCreatedVersionMajor()}
* is strictly greater than the provided minimum supported major version. If the commit's version is older, an
* {@link IndexFormatTooOldException} will be thrown. Note that this may throw an IOException if a commit is in
* process.
* Read a particular segmentFileName, as long as the commit's {@link
* SegmentInfos#getIndexCreatedVersionMajor()} is strictly greater than the provided minimum
* supported major version. If the commit's version is older, an {@link
* IndexFormatTooOldException} will be thrown. Note that this may throw an IOException if a commit
* is in process.
*/
public static final SegmentInfos readCommit(
Directory directory, String segmentFileName, int minSupportedMajorVersion)
Expand Down

0 comments on commit 4731b98

Please sign in to comment.