Class AdjacencyMatrixAggregator

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable, org.apache.lucene.search.Collector, Releasable

    public class AdjacencyMatrixAggregator
    extends BucketsAggregator
    Aggregation for adjacency matrices. NOTE! This is an experimental class. TODO the aggregation produces a sparse response but in the computation it uses a non-sparse structure (an array of Bits objects). This could be changed to a sparse structure in future.