: > mmmm.... saying it makes sense depends on how you look at it ... you could : > do a MatchAllDocsQuery or you could just use the DocSet generated by the : > "fq" to get a DocList ... but either way does that really "make sense" : > given that there is no scoring information? ... how do you fairly factor : > in things like the bf and bq if you have no "real" scores for the matching : > documents? : : I was just imagining an arbitrary (though consistent) ordered list of docs.
that works inthe simple case -- but as i said, "bq" nad "bf" can be used to "boost" the scores of documents ... how much they boost depends on the scores of the documents, without a "query" you don't have any scores. -Hoss
