What is the best way to get the unique terms from a field in a result?
I've been using SimpleFacet to do this. However, I don't need the counts, so it seems overkill to have to iterate over all the result documents per field to get the unique values for that field. The field's contain database Id's that I use on the client side to get aditional information from the database.

Is there a faster way to get the unique values from a field in a result?

Thijs

Reply via email to