Re: Get unique values

2010-07-30 Thread Rafal Bluszcz Zawadzki
in query which allow me to get unique values of > CollectionID with matching CollectionNames (rest of fields is not interested > for me in this query). > > Finally I decided to store values in one indexed field (Collections) and below query did the trick: q=*:*&rows=0&fa

Get unique values

2010-07-28 Thread Rafal Bluszcz Zawadzki
Hi, In my schema I have (inter ali) fields CollectionID, and CollectionName. These two values always match together, which means that for every value of CollectionID there is matching value from CollectionName. I am interested in query which allow me to get unique values of CollectionID with