Hi wise Solr experts,

For our scientific use-case we want to show users a per-field count of 
documents that match that field.

We like to do this efficiently because we might return up to a million 
documents.

For example, if we had documents describing People, and a query of, say, 
"Stone" we might want to show

Fields matched:
  Last name:  145
  Street: 431
  Favorite rock band:  13
  Home exterior: 2340

Is there an efficient way to do this?

So far, we're trying to leverage highlighting.   But it seems very slow.

Thanks

Reply via email to