Hi, In my schema I have a multivalued field, and the values of that field are "stored" and "indexed" in the index. I wanted to know if its possible to restrict the number of multiple values being returned from that field, on a search? And how? Because, lets say, if I have thousands of values in that multivalued field, returning all of them would be a lot of load on the system. So, I want to restrict it to send me only say, 50 values out of the thousands.
Regards, Rishabh