We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 987f4a2 commit 659ad43Copy full SHA for 659ad43
oak-search/src/main/java/org/apache/jackrabbit/oak/plugins/index/search/FulltextIndexConstants.java
@@ -252,7 +252,7 @@ public static IndexingMode from(String indexingMode) {
252
String MAX_FIELD_LENGTH = "maxFieldLength";
253
254
/**
255
- * Maximum length of similarity tag values to be indexed. Tags longer than this value will be skipped.
+ * Maximum length of similarity and dynamic boost tag values to be indexed. Tags longer than this value will be skipped.
256
* Set to -1 to disable the length check entirely
257
*/
258
String MAX_TAG_LENGTH = "maxTagLength";
0 commit comments