Good Morning everyone! I'm new to Lucene and I use currently version 8.11.2. I'm doing a simple boolean query. After I've executed the search() method and got results, I'd like to get infotmation about how often a term from the query has been matched. In other words, I'd like to get the matches in a form of terms with properties like frequncy and positions. How can achive this?
Thanks in advance! Ned