finalStringexclude=post.get("exclude","");// a string of word hashes that shall not be within the search result
finalStringurls=post.get("urls","");// a string of url hashes that are preselected for the search: no other may be returned
finalStringabstracts=post.get("abstracts","");// a string of word hashes for abstracts that shall be generated, or 'auto' (for maxcount-word), or '' (for none)
finalintcount=Math.min((int)sb.getConfigLong(SwitchboardConstants.REMOTESEARCH_MAXCOUNT_DEFAULT,100),post.getInt("count",10));// maximum number of wanted results
finalintcount=Math.min((int)sb.getConfigLong(SwitchboardConstants.REMOTESEARCH_MAXCOUNT_DEFAULT,10),post.getInt("count",10));// maximum number of wanted results
finallongmaxtime=Math.min((int)sb.getConfigLong(SwitchboardConstants.REMOTESEARCH_MAXTIME_DEFAULT,3000),post.getLong("time",3000));// maximum waiting time