: "Is there a way to search for documents that have a word appearing more
: than a certain number of times? For example, I want to find documents
: that only have more than 10 instances of the word "genetics" …"
Try...
q=text:genetics&fq={!frange+incl=false+l=10}termfreq('text','genetics')
No
Hi there,
We have an index build on solr 5.0. We received an user question:
"Is there a way to search for documents that have a word appearing more than a
certain number of times? For example, I want to find documents that only have
more than 10 instances of the word "genetics" …"
I'm not sure