Re: Querying the values of a field

2005-07-31 Thread Chris Hostetter
: I have an index with about 20 different fields. : I'd like to query my index to get the list of all different terms for : a given field. : Is it something possible in a simple way? I mean simpler than getting : every terms of the index and then keeping only those which match the : given field. I

Querying the values of a field

2005-07-26 Thread JM Tinghir
Hi, I have an index with about 20 different fields. I'd like to query my index to get the list of all different terms for a given field. Is it something possible in a simple way? I mean simpler than getting every terms of the index and then keeping only those which match the given field. Thanks i