Java org.apache.lucene.search MultiCollector fields, constructors, methods, implement or subclass

Example usage for Java org.apache.lucene.search MultiCollector fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.lucene.search MultiCollector.

The text is from its open source code.

Method

Collectorwrap(Collector... collectors)
See #wrap(Iterable) .
Collectorwrap(Iterable collectors)
Wraps a list of Collector s with a MultiCollector .