Results are accumulated with an “and-then” semantics: results are added from each query in order, provided they did not appear before.
@param queries one or more queries separated by commas.
@param offset the first result to be added to results
.
@param length the number of results to be added to results
@param results an array list that will hold all results.
@return the number of relevant documents scanned while filling results
.
|
|