Package org.aksw.facete.v3.api
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
-
Method Summary
Modifier and TypeMethodDescriptionincludeAbsent(boolean onOrOff) <X extends org.apache.jena.rdf.model.RDFNode>
FacetValueQueryBuilder<X>parent()query()default FacetValueQueryBuilder<T>default FacetValueQueryBuilder<FacetValueCount>withCounts(boolean onOrOff) default FacetValueQueryBuilder<T>default FacetValueQueryBuilder<FacetValueCount>
-
Method Details
-
parent
FacetDirNode parent() -
withCounts
-
withCounts
-
withoutCounts
-
includeAbsent
-
withAbsent
-
withoutAbsent
-
itemsAs
-
query
-