All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.browseengine.bobo.facets.FacetCountCollectorSource Maven / Gradle / Ivy

Go to download

Bobo is a Faceted Search implementation written purely in Java, an extension of Apache Lucene

The newest version!
package com.browseengine.bobo.facets;

import com.browseengine.bobo.api.BoboSegmentReader;

public abstract class FacetCountCollectorSource {
  public abstract FacetCountCollector getFacetCountCollector(BoboSegmentReader reader, int docBase);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy