Re: Query For Top Values

2006-06-15 Thread Chris Hostetter
To: java-user@lucene.apache.org : Subject: Query For Top Values : : Hello All, : : Can anyone recommend a solution to get the top values of a field from : the results of a query? For example, If I have a field named "from" : is there a way to get the top occuring values in that field afte

Query For Top Values

2006-06-15 Thread Mike Richmond
Hello All, Can anyone recommend a solution to get the top values of a field from the results of a query? For example, If I have a field named "from" is there a way to get the top occuring values in that field after I filter the results based on a query? Note: Luke has a great tool that enumerat