On Tue, 8 Mar 2005 18:10:26 +0000 (GMT), mark harwood wrote: >>>> "to be able" != "able to be" >>>> > OK, I thought you wanted to count terms within the > title field. If you want to group counts on the whole > field value change the loop in my last post to this: > > for(int i=0;i<reader.maxDoc();i++) > { > String fieldA=reader.document(i).get("fieldA");
Which brings me back full-circle, because reader.document(i) loads the entire document with all its fields, hence the request for document lazy-loading... k --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]