Hi, I need to implement a search where i should count the number of times the string appears on the search field,
ie: only return articles that mention the word 'HP' at least 2x. I'm currently doing this after the SOLR search with my own methods. Is there a way that SOLR does this type of operation for me? Thanks, Frederico