Skip to content

Commit 1ad29a7

Browse files
kderussojimczi
andauthored
Update x-pack/plugin/inference/src/main/java/org/elasticsearch/xpack/inference/rank/textsimilarity/TextSimilarityRerankingRankFeaturePhaseRankShardContext.java
Co-authored-by: Jim Ferenczi <[email protected]>
1 parent 40c447d commit 1ad29a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/inference/src/main/java/org/elasticsearch/xpack/inference/rank/textsimilarity/TextSimilarityRerankingRankFeaturePhaseRankShardContext.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public class TextSimilarityRerankingRankFeaturePhaseRankShardContext extends Rer
3535
private final RerankSnippetInput snippetRankInput;
3636

3737
// Rough approximation of token size vs. characters in highlight fragments.
38-
// TODO highlighter should be able to set fragment size by token not length
38+
// TODO: highlighter should be able to set fragment size by token not length
3939
private static final int TOKEN_SIZE_LIMIT_MULTIPLIER = 5;
4040

4141
public TextSimilarityRerankingRankFeaturePhaseRankShardContext(String field, @Nullable RerankSnippetInput snippetRankInput) {

0 commit comments

Comments
 (0)