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

net.ravendb.client.documents.queries.facets.IFacetBuilder Maven / Gradle / Ivy

package net.ravendb.client.documents.queries.facets;

public interface IFacetBuilder {

    IFacetOperations byRanges(RangeBuilder range, RangeBuilder... ranges);

    IFacetOperations byField(String fieldName);

    IFacetOperations allResults();

    //TBD expr IFacetOperations ByField(Expression> path);
    //TBD expr IFacetOperations ByRanges(Expression> path, params Expression>[] paths);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy