Hi, I want to know is there any way that query the doc frequency across multiple search field?
The existing API seems only provide the query for a single search field: indexReader.docFreq(new Term(field, word)) Any suggestions that I could get the doc frequency from multiple field? Thanks in Advance, --Xiaolong