Hi, I am wondering if there is a way to set a filter on the frequency of a keyword match in a document. For example, if I search for the word "cheerio" I would like that word to appear at least x times in a field in order for the document to be returned. I know that Lucene internals already give higher scoring to more matches, but I would like to set a minimum barrier of entry.
Thank you, Mark