: Is there a way to not only get the number of times a term appears for : a particular field (faceting) as well as the number of documents that : were associated with a particular term? So for instance if I had the : following docs
Nope... faceting is associated with _sets_ of documents, so there is no scoring info associated with each constraint, just the number of documents in the set (that's what allows it to be very efficient) -Hoss