Skip to content

Commit a1e43bc

Browse files
committed
Update faq with info about max document size
1 parent 57563ed commit a1e43bc

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

en/faq.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ rank-profile drop-low-score {
4747
}
4848
</pre>
4949

50-
### Are ranking expressions or functions evaluated lazily
50+
### Are ranking expressions or functions evaluated lazily?
5151
<p>Rank expressions are not evaluated lazily. No, this would require lambda arguments.
5252
Only doubles and tensors are passed between functions.
5353

@@ -86,10 +86,11 @@ see the [pin results example](/en/multivalue-query-operators.html#pin-results-ex
8686
{:.faq-section}
8787
## Documents
8888

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).
9192

92-
### Is there any size limitation in multivalued fields?
93+
### Is there any size limitation for multivalued fields?
9394
No enforced limit, except resource usage (memory).
9495
See [field size](/en/schemas.html#field-size).
9596

0 commit comments

Comments
 (0)