Interface FacetValueQueryBuilder<T extends org.apache.jena.rdf.model.RDFNode>

Type Parameters:
T -

public interface FacetValueQueryBuilder<T extends org.apache.jena.rdf.model.RDFNode>
Idea for API improvement to give more control over how to construct the query for facet values Status quo: facetDirNode.facetValueCounts().exec() Goal of this class: facetDirNode.facetValues().withCounts().includeAbsent().query().exec();
Author:
Claus Stadler, Dec 29, 2018