How to get Docfrequency of multiple fields in single query. If I query for user_id and user_address then it should return doc frequency of both based on the inquiry.
Hey,
to get this kind of information you can use the explain API - however this is expensive and should not be used for every query.
--Alex