Example usage for org.apache.lucene.search.spans SpanCollector interface-usage

List of usage examples for org.apache.lucene.search.spans SpanCollector interface-usage

Introduction

In this page you can find the example usage for org.apache.lucene.search.spans SpanCollector interface-usage.

Usage

From source file org.apache.pylucene.search.spans.PythonSpanCollector.java

public class PythonSpanCollector implements SpanCollector {

    private long pythonObject;

    public PythonSpanCollector() {
    }