workaround javadocs bug

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1657698 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2015-02-05 21:36:04 +00:00
parent 251516bcc7
commit 4553ad9915
1 changed files with 2 additions and 1 deletions

View File

@ -49,7 +49,8 @@ import org.apache.lucene.util.FixedBitSet;
* counting. Use the {@code search} utility methods to
* perform an "ordinary" search but also collect into a
* {@link Collector}. */
public class FacetsCollector extends SimpleCollector {
// redundant 'implements Collector' to workaround javadocs bugs
public class FacetsCollector extends SimpleCollector implements Collector {
private LeafReaderContext context;
private Scorer scorer;