Using Solr, if I have a phrase:
"The quick brown fox jumped over the lazy dog."
Can I apply my own weighting to these words at index-time?
Something like this:
"The^1 quick^2 brown^2 fox^3 ..." etc
And, then, I'd like to have those numbers influence the score.
Thanks!