I want to count the number of matching words in solr, for example:
- Field: text: "I want to go to school every day."
- My request is "go today"
=> number of matching words = 2.
How can i do this? Can I customize it in solrconfig.xml? Thank!
source
share