: For example, if I display of 20 results, I might want to limit it to a
: maximum of 10 "mail", 10 "blog" and 10 "website" documents. Which ones
: get displayed and how they were ordered would depend on the normal
: relevancy ranking, but, for example, once I had 10 "mail" objects to
: displ
Nothing like this yet. But you don't need to do everything in one search
request.
You can send one search request to know that the match distribution for
each document type, and then send 3 requests for 3 document types each.
--
Chris Lu
-
Instant Scalable Full-Text Searc
I really need this on Solr, but thought I would start here as I suspect that,
if it's possible, it's some kind of custom relevancy ranking that would need to
be done in lucene and then used in SOLR. I will simplify the actual problem
somewhat, but I think it will have the gist of what I want to