Parameters:
index: The complete name of the index table-of-content file for the database index.
smoothSupportFile: The name of the smoothing support file (e.g., one generated by GenerateSmoothSupport).
queryModel: the file of the query model to be evaluted
resultFile: the result file
resultFormat: whether the result format should be of the TREC format (i.e., six-column) or just a simple three-column format <queryID, docID, score>. Boolean value, false for non-TREC format, and true for TREC format. Default: true (i.e., TREC format)
resultCount: the number of documents to return as result for each query
The following are document model smoothing parameters:
smoothMethod: One of the four: jelinikmercer or jm or 0 for Jelinek-Mercer dirichletprior or dir or 1 for Dirichlet prior absolutediscount or ad or 2 for Absolute discounting twostage or 2s or 3 for two stage. 
smoothStrategy: Either interpolate or 0 for interpolate or backoff or 1 for backoff.
adjustedScoreMethod: Which type of score to output, one of: 
JelinekMercerLambda: The collection model weight in the JM interpolation method. Default: 0.5
DirichletPrior: The prior parameter in the Dirichlet prior smoothing method. Default: 1000
discountDelta: The delta (discounting constant) in the absolute discounting method. Default 0.7. 
 
1.3.4