mirror of https://github.com/apache/lucene.git
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:
parent
251516bcc7
commit
4553ad9915
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue