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