Hi,

What I'm looking for in Lucene or Solr is a query that determines stop
words on the fly based on a docFreq threshold.

I looked at the CommonTermsQuery in lucene, but it seemed to be much more
subtle then a straight out stop words query, which would simply not include
high frequency terms.

Is there a way to make the CommonTermsQuery act like a stop words query?

Or is there another query that does this.

If not I can create a ticket for this.

Thanks,

Joel

Reply via email to