GWT: 0.6, FMax is too low (999999) for lexicon and index queries
It is impossible to set a value over 999 999.
This produces partial results for the lexicon of the q property on the BFM2013 corpus (over 1000000 results for q=“0” and for q=“1”).
For 4 000 000 occ. we need at least FMax= 10 000 000 (8 digits)
For 120 000 000 occ. we need at least FMax= 1 000 000 000 (10 digits)
Solution:
Set the FMax field max value to “1 000 000 000”
Set the FMax field widget to a compatible size
Notes:
- MD: SmartGwt failed to manage Number format. When a Number Formatter
is set the Spinner control can’t
increment the field value - SH: what is a SmartGwt Number format?
Validation test
- Open an Index with BFM corpus
- set the display property to “q”
- run the [] query
- check that shown frequencies are above 1 000 000
(from redmine: issue id 816, created on 2014/05/16 by Alexey Lavrentev)