-
Bug
-
Resolution: Done
-
Major
-
None
-
None
This can be reproduced via REST
select COUNT(field) FROM Entity s WHERE s.field2 = 'value'
where Entity is indexed, field and field2 are annotated with Stored=YES, Analyze.NO
always return 100 results.