64656667686970717273
// will correspond to the second term from the list. termQueries[i - 1] = new TermQuery(terms.get(i)); } tq = tq.combine(termQueries); return tq; } }