Well, you can get all the hits by setting "rows" to a very high value,
say a value one more than the total number of docs you have int he
database, so all hits will be returned. If there are a lot of them, it
won't be quick.
If you choose to sort by something other than 'score', I don't know if
Solr will score anyway, not sure if there's a way to actually turn off
scoring. But you can certainly ignore it.
Not sure if this is really what you were asking, it is a pretty simple
answer.
On 6/2/2011 2:30 PM, arian487 wrote:
Basically I don't want the hits and the scores at the same time. I want to
get a list of hits but I want to score them myself externally (there is a
dedicated server that will do the scoring given a list of id's). Thanks!
--
View this message in context:
http://lucene.472066.n3.nabble.com/Is-there-a-way-to-get-all-the-hits-and-score-them-later-tp3016424p3016424.html
Sent from the Solr - User mailing list archive at Nabble.com.