Re: Restrict values in a multivalued field

2008-01-16 Thread Chris Hostetter
: 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 i

Re: Restrict values in a multivalued field

2008-01-12 Thread Otis Gospodnetic
I don't have the answer to this one other than the "process it yourself in your app". But should anyone decide to work on this, I have another similar suggestion/request: return N *unique* values from a multivalued field sorted by their count. The use case for this is a tagging system like sim