It sounds to me like maybe you want to implement a custom scoring
algorithm in Solr?
I have no experience with that, but maybe if you ask and/or google using
those words, you'll have more luck. I know it's possible to implement a
custom scoring algorithm, but I believe it's kind of tricky, and also of
course has performance implications depending on implementation -- and
defintiely isn't designed for the use case of sending all results to an
external server for scoring (not sure how you could do that in a
performant way even if Solr's architecture would support it, which I'm
not sure).
On 6/2/2011 3:01 PM, arian487 wrote:
To clarify. I want to do this all underneath solr. I don't want to get a
bunch of hits from solr in my app and then go to my server and score them
again. I'd like to score them myself underneath solr before I return the
results to my app.
--
View this message in context:
http://lucene.472066.n3.nabble.com/Is-there-a-way-to-get-all-the-hits-and-score-them-later-tp3016424p3016592.html
Sent from the Solr - User mailing list archive at Nabble.com.