Hi Chris,
Sorry for the cross posting but i'm newbie at the lucene community and
thanks for your instructions!
if you want to know the counts in the context of a search that has
narrowed the document space, the problem becomes trickier -- you'll find
discussions on it if you search the archives
1) please do not cross post to more then one lucene mailing list. the
appropraites place for questions about using the Java Lucene library is
"java-user"
2) if you want the counts of all documents matching each keyword, then the
TermEnum.docFreq method can solve all of your problems.
if you wan