I am running some queries via FileNet API (Java), but I always obtain exactly 20.000 results. I suspect that there is a limit in the number of returned results by default. Is there a way to change it via FEM, if that is the case? I searched through the properties of the Object Store, but I found nothing.
Asked
Active
Viewed 297 times
0
-
if im not mistaken this is either an object store or domain setting. If you want all results, modify the javacode to turn the boolean continuable to true on the fetchrows or fetchobject function. This will allow the connection to get more pages. Obviously you need to take server resources into concideration when doing this. – Robert vd S Jan 23 '19 at 15:19
-
Thank you Robert, I've also tried by investigating the Domain's properties, but I found nothing. I will try by setting the query as continuable if I couldn't end up with a setting via FEM. Thank you for your response. – Andrea Jan 24 '19 at 10:03
1 Answers
1
This is controlled by the QueryCountMaxSize
and QueryCountDefaultSize
configuration properties of the Server Cache
subsystem. It is configurable on the domain level (root node in FEM
):

ᄂ ᄀ
- 5,669
- 6
- 43
- 57