I'm trying to write a LeafCollector that filters out duplicates for a
specific field. However, looking at the JavaDoc for `collect` it says not
to call `IndexSearch.doc` or `IndexReader.document`.  How am I supposed to
determine the value of a field and then exclude it?

Reply via email to