Hi All, This is Rahul and am using Solr for one of my upcoming projects. I had a query regarding search term count using Solr. We have a requirement in one of our search based projects to search the results based on search term counts per document.
For eg, if a user searches for something like "solr[4:9]", this query should return only documents in which solr appears between 4 and 9 times (inclusively). if a user searches for something like "solr lucene[4:9]", this query should return only documents in which the phrase "solr lucene" appears between 4 and 9 times (inclusively). Is there any way from Solr to return results based on the search term and phrase counts ? If not, can it be customized by extending existing Solr/Lucene libraries ? -- Thanks and Regards Rahul A. Warawdekar