File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ rank-profile drop-low-score {
47
47
}
48
48
</pre >
49
49
50
- ### Are ranking expressions or functions evaluated lazily
50
+ ### Are ranking expressions or functions evaluated lazily?
51
51
<p >Rank expressions are not evaluated lazily. No, this would require lambda arguments.
52
52
Only doubles and tensors are passed between functions.
53
53
@@ -86,10 +86,11 @@ see the [pin results example](/en/multivalue-query-operators.html#pin-results-ex
86
86
{:.faq-section}
87
87
## Documents
88
88
89
- ### What limits apply to json document size?
90
- There is no hard limit, see [ field size] ( /en/schemas.html#field-size ) .
89
+ ### What limits apply to document size?
90
+ There is a [ maximum document size] ( /en/reference/services-content.html#max-document-size ) of 128 MiB,
91
+ which is configurable per content cluster in services.xml. See also [ field size] ( /en/schemas.html#field-size ) .
91
92
92
- ### Is there any size limitation in multivalued fields?
93
+ ### Is there any size limitation for multivalued fields?
93
94
No enforced limit, except resource usage (memory).
94
95
See [ field size] ( /en/schemas.html#field-size ) .
95
96
You can’t perform that action at this time.
0 commit comments