Skip to content

Commit 659ad43

Browse files
author
Anton Hosgood
committed
fix: comment
1 parent 987f4a2 commit 659ad43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oak-search/src/main/java/org/apache/jackrabbit/oak/plugins/index/search/FulltextIndexConstants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ public static IndexingMode from(String indexingMode) {
252252
String MAX_FIELD_LENGTH = "maxFieldLength";
253253

254254
/**
255-
* Maximum length of similarity tag values to be indexed. Tags longer than this value will be skipped.
255+
* Maximum length of similarity and dynamic boost tag values to be indexed. Tags longer than this value will be skipped.
256256
* Set to -1 to disable the length check entirely
257257
*/
258258
String MAX_TAG_LENGTH = "maxTagLength";

0 commit comments

Comments
 (0)