Number of matching words in solr?

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!

+5
source share
1 answer

, .
.
, .
. . , .
Solr.

0

All Articles