You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: modules/ROOT/pages/performance/index-configuration.adoc
+1-1
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,7 @@ The index provider `native-btree-1.0` has a key size limit of approximately 8kB.
76
76
If a transaction exceeds this limit for any of its changes, it will fail before committing any changes. If the limit is reached during index population, the resulting index will be in a failed state and cannot be used for any queries.
77
77
78
78
In such a situation, you can use the index provider `lucene+native-3.0`.
79
-
This provider has a key size limit for single property strings of around 32kB.
79
+
This provider has a key size limit for single property strings of approximately 32kB.
0 commit comments