Doc Frequency of multiple fields in single query

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

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.