Package | Description |
---|---|
net.ravendb.abstractions.data | |
net.ravendb.client | |
net.ravendb.client.connection | |
net.ravendb.client.document | |
net.ravendb.client.linq |
Modifier and Type | Method and Description |
---|---|
java.util.List<Facet> |
FacetSetup.getFacets() |
java.util.List<Facet> |
FacetQuery.getFacets() |
Modifier and Type | Method and Description |
---|---|
void |
FacetSetup.setFacets(java.util.List<Facet> facets) |
void |
FacetQuery.setFacets(java.util.List<Facet> facets) |
Constructor and Description |
---|
FacetSetup(java.lang.String id,
java.util.List<Facet> facets) |
Modifier and Type | Method and Description |
---|---|
FacetResults |
IDocumentQuery.getFacets(java.util.List<Facet> facets,
int facetStart,
java.lang.Integer facetPageSize)
Get the facets as per the specified facets with the given start and pageSize
|
FacetQuery |
LinqExtensionsQueryable.toFacetQuery(java.util.List<Facet> facets)
Transforms the query to the facet query that will allow you to execute multi faceted search
|
FacetQuery |
LinqExtensionsQueryable.toFacetQuery(java.util.List<Facet> facets,
int start)
Transforms the query to the facet query that will allow you to execute multi faceted search
|
FacetQuery |
LinqExtensionsQueryable.toFacetQuery(java.util.List<Facet> facets,
int start,
java.lang.Integer pageSize)
Transforms the query to the facet query that will allow you to execute multi faceted search
|
FacetResults |
IDocumentQuery.toFacets(java.util.List<Facet> facets)
Query the facets results for this query using the specified list of facets with the given start and pageSize
|
FacetResults |
LinqExtensionsQueryable.toFacets(java.util.List<Facet> facets)
Query the facets results for this query using the specified list of facets
|
FacetResults |
IDocumentQuery.toFacets(java.util.List<Facet> facets,
int start)
Query the facets results for this query using the specified list of facets with the given start and pageSize
|
FacetResults |
LinqExtensionsQueryable.toFacets(java.util.List<Facet> facets,
int start)
Query the facets results for this query using the specified list of facets with the given start
|
FacetResults |
IDocumentQuery.toFacets(java.util.List<Facet> facets,
int start,
java.lang.Integer pageSize)
Query the facets results for this query using the specified list of facets with the given start and pageSize
|
FacetResults |
LinqExtensionsQueryable.toFacets(java.util.List<Facet> facets,
int start,
java.lang.Integer pageSize)
Query the facets results for this query using the specified list of facets with the given start and pageSize
|
Lazy<FacetResults> |
IDocumentQuery.toFacetsLazy(java.util.List<Facet> facets)
Query the facets results for this query using the specified list of facets with the given start and pageSize
|
Lazy<FacetResults> |
LinqExtensionsQueryable.toFacetsLazy(java.util.List<Facet> facets)
Query the facets results for this query using the specified list of facets
|
Lazy<FacetResults> |
IDocumentQuery.toFacetsLazy(java.util.List<Facet> facets,
int start)
Query the facets results for this query using the specified list of facets with the given start and pageSize
|
Lazy<FacetResults> |
LinqExtensionsQueryable.toFacetsLazy(java.util.List<Facet> facets,
int start)
Query the facets results for this query using the specified list of facets with the given start
|
Lazy<FacetResults> |
IDocumentQuery.toFacetsLazy(java.util.List<Facet> facets,
int start,
java.lang.Integer pageSize)
Query the facets results for this query using the specified list of facets with the given start and pageSize
|
Lazy<FacetResults> |
LinqExtensionsQueryable.toFacetsLazy(java.util.List<Facet> facets,
int start,
java.lang.Integer pageSize)
Query the facets results for this query using the specified list of facets with the given start and pageSize
|
Modifier and Type | Method and Description |
---|---|
FacetResults |
IRavenQueryInspector.getFacets(java.util.List<Facet> facets,
int start,
java.lang.Integer pageSize)
Get the facet results as per the specified facets with the given start and pageSize
|
FacetResults |
IDatabaseCommands.getFacets(java.lang.String index,
IndexQuery query,
java.util.List<Facet> facets)
Using the given Index, calculate the facets as per the specified doc with the given start and pageSize
|
FacetResults |
ServerClient.getFacets(java.lang.String index,
IndexQuery query,
java.util.List<Facet> facets)
Using the given Index, calculate the facets as per the specified doc with the given start and pageSize
|
FacetResults |
IDatabaseCommands.getFacets(java.lang.String index,
IndexQuery query,
java.util.List<Facet> facets,
int start)
Using the given Index, calculate the facets as per the specified doc with the given start and pageSize
|
FacetResults |
ServerClient.getFacets(java.lang.String index,
IndexQuery query,
java.util.List<Facet> facets,
int start)
Using the given Index, calculate the facets as per the specified doc with the given start and pageSize
|
FacetResults |
IDatabaseCommands.getFacets(java.lang.String index,
IndexQuery query,
java.util.List<Facet> facets,
int start,
java.lang.Integer pageSize)
Using the given Index, calculate the facets as per the specified doc with the given start and pageSize
|
FacetResults |
ServerClient.getFacets(java.lang.String index,
IndexQuery query,
java.util.List<Facet> facets,
int start,
java.lang.Integer pageSize)
Using the given Index, calculate the facets as per the specified doc with the given start and pageSize
|
Modifier and Type | Method and Description |
---|---|
FacetResults |
AbstractDocumentQuery.getFacets(java.util.List<Facet> facets,
int facetStart,
java.lang.Integer facetPageSize) |
FacetResults |
DocumentQuery.toFacets(java.util.List<Facet> facets) |
FacetResults |
DocumentQuery.toFacets(java.util.List<Facet> facets,
int start) |
FacetResults |
DocumentQuery.toFacets(java.util.List<Facet> facets,
int start,
java.lang.Integer pageSize) |
Lazy<FacetResults> |
DocumentQuery.toFacetsLazy(java.util.List<Facet> facets) |
Lazy<FacetResults> |
DocumentQuery.toFacetsLazy(java.util.List<Facet> facets,
int start) |
Lazy<FacetResults> |
DocumentQuery.toFacetsLazy(java.util.List<Facet> facets,
int start,
java.lang.Integer pageSize) |
Constructor and Description |
---|
LazyFacetsOperation(java.lang.String index,
java.util.List<Facet> facets,
IndexQuery query) |
LazyFacetsOperation(java.lang.String index,
java.util.List<Facet> facets,
IndexQuery query,
int start) |
LazyFacetsOperation(java.lang.String index,
java.util.List<Facet> facets,
IndexQuery query,
int start,
java.lang.Integer pageSize) |
Modifier and Type | Method and Description |
---|---|
static java.util.List<Facet> |
AggregationQueryDsl.getDslFacets(java.util.List<AggregationQueryDsl> aggregationQueries) |
static java.util.List<Facet> |
AggregationQuery.getFacets(java.util.List<AggregationQuery> aggregationQueries) |
Modifier and Type | Method and Description |
---|---|
FacetResults |
RavenQueryInspector.getFacets(java.util.List<Facet> facets,
int start,
java.lang.Integer pageSize) |
FacetQuery |
RavenQueryInspector.toFacetQuery(java.util.List<Facet> facets) |
FacetQuery |
RavenQueryInspector.toFacetQuery(java.util.List<Facet> facets,
int start) |
FacetQuery |
RavenQueryInspector.toFacetQuery(java.util.List<Facet> facets,
int start,
java.lang.Integer pageSize) |
FacetResults |
RavenQueryInspector.toFacets(java.util.List<Facet> facets) |
FacetResults |
RavenQueryInspector.toFacets(java.util.List<Facet> facets,
int start) |
FacetResults |
RavenQueryInspector.toFacets(java.util.List<Facet> facets,
int start,
java.lang.Integer pageSize) |
Lazy<FacetResults> |
RavenQueryInspector.toFacetsLazy(java.util.List<Facet> facets) |
Lazy<FacetResults> |
RavenQueryInspector.toFacetsLazy(java.util.List<Facet> facets,
int start) |
Lazy<FacetResults> |
RavenQueryInspector.toFacetsLazy(java.util.List<Facet> facets,
int start,
java.lang.Integer pageSize) |
Copyright © 2014. All Rights Reserved.