Package | Description |
---|---|
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 |
---|---|
FacetResults |
IDocumentQuery.getFacets(List<Facet> facets,
int facetStart,
Integer facetPageSize)
Get the facets as per the specified facets with the given start and pageSize
|
FacetResults |
IDocumentQuery.getFacets(String facetSetupDoc,
int facetStart,
Integer facetPageSize)
Get the facets as per the specified doc with the given start and pageSize
|
FacetResults[] |
ISyncAdvancedSessionOperation.multiFacetedSearch(FacetQuery... queries)
Sends a multiple faceted queries in a single request and calculates the facet results for each of them
|
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
|
FacetResults |
LinqExtensionsQueryable.toFacets(String facetSetupDoc)
Query the facets results for this query using the specified facet document
|
FacetResults |
IDocumentQuery.toFacets(String facetSetupDoc)
Query the facets results for this query using the specified facet document with the given start and pageSize
|
FacetResults |
LinqExtensionsQueryable.toFacets(String facetSetupDoc,
int start)
Query the facets results for this query using the specified facet document with the given start
|
FacetResults |
IDocumentQuery.toFacets(String facetSetupDoc,
int start)
Query the facets results for this query using the specified facet document with the given start and pageSize
|
FacetResults |
LinqExtensionsQueryable.toFacets(String facetSetupDoc,
int start,
Integer pageSize)
Query the facets results for this query using the specified facet document with the given start and pageSize
|
FacetResults |
IDocumentQuery.toFacets(String facetSetupDoc,
int start,
Integer pageSize)
Query the facets results for this query using the specified facet document with the given start and pageSize
|
Modifier and Type | Method and Description |
---|---|
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
|
Lazy<FacetResults> |
LinqExtensionsQueryable.toFacetsLazy(String facetSetupDoc)
Query the facets results for this query using the specified facet document
|
Lazy<FacetResults> |
IDocumentQuery.toFacetsLazy(String facetSetupDoc)
Query the facets results for this query using the specified facet document with the given start and pageSize
|
Lazy<FacetResults> |
LinqExtensionsQueryable.toFacetsLazy(String facetSetupDoc,
int start)
Query the facets results for this query using the specified facet document with the given start
|
Lazy<FacetResults> |
IDocumentQuery.toFacetsLazy(String facetSetupDoc,
int start)
Query the facets results for this query using the specified facet document with the given start and pageSize
|
Lazy<FacetResults> |
LinqExtensionsQueryable.toFacetsLazy(String facetSetupDoc,
int start,
Integer pageSize)
Query the facets results for this query using the specified facet document with the given start and pageSize
|
Lazy<FacetResults> |
IDocumentQuery.toFacetsLazy(String facetSetupDoc,
int start,
Integer pageSize)
Query the facets results for this query using the specified facet document with the given start and pageSize
|
Modifier and Type | Method and Description |
---|---|
protected FacetResults |
ServerClient.directGetFacets(OperationMetadata operationMetadata,
String index,
IndexQuery query,
String facetSetupDoc,
int start,
Integer pageSize) |
protected FacetResults |
ServerClient.directGetFacets(OperationMetadata operationMetadata,
String index,
IndexQuery query,
String facetsJson,
int start,
Integer pageSize,
HttpMethods method) |
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) |
FacetResults |
IDatabaseCommands.getFacets(String index,
IndexQuery query,
String facetSetupDoc)
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,
String facetSetupDoc) |
FacetResults |
IDatabaseCommands.getFacets(String index,
IndexQuery query,
String facetSetupDoc,
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,
String facetSetupDoc,
int start) |
FacetResults |
IDatabaseCommands.getFacets(String index,
IndexQuery query,
String facetSetupDoc,
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,
String facetSetupDoc,
int start,
Integer pageSize) |
FacetResults |
IRavenQueryInspector.getFacets(String facetSetupDoc,
int start,
Integer pageSize)
Get the facets as per the specified facet document with the given start and pageSize
|
FacetResults[] |
IDatabaseCommands.getMultiFacets(FacetQuery[] facetedQueries)
Sends a multiple faceted queries in a single request and calculates the facet results for each of them
|
FacetResults[] |
ServerClient.getMultiFacets(FacetQuery[] facetedQueries) |
Modifier and Type | Method and Description |
---|---|
FacetResults |
AbstractDocumentQuery.getFacets(List<Facet> facets,
int facetStart,
Integer facetPageSize) |
FacetResults |
AbstractDocumentQuery.getFacets(String facetSetupDoc,
int facetStart,
Integer facetPageSize) |
FacetResults[] |
DocumentSession.multiFacetedSearch(FacetQuery... facetQueries) |
FacetResults |
DocumentQuery.toFacets(List<Facet> facets) |
FacetResults |
DocumentQuery.toFacets(List<Facet> facets,
int start) |
FacetResults |
DocumentQuery.toFacets(List<Facet> facets,
int start,
Integer pageSize) |
FacetResults |
DocumentQuery.toFacets(String facetSetupDoc) |
FacetResults |
DocumentQuery.toFacets(String facetSetupDoc,
int start) |
FacetResults |
DocumentQuery.toFacets(String facetSetupDoc,
int start,
Integer pageSize) |
Modifier and Type | Method and Description |
---|---|
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) |
Lazy<FacetResults> |
DocumentQuery.toFacetsLazy(String facetSetupDoc) |
Lazy<FacetResults> |
DocumentQuery.toFacetsLazy(String facetSetupDoc,
int start) |
Lazy<FacetResults> |
DocumentQuery.toFacetsLazy(String facetSetupDoc,
int start,
Integer pageSize) |
Modifier and Type | Method and Description |
---|---|
FacetResults |
RavenQueryInspector.getFacets(List<Facet> facets,
int start,
Integer pageSize) |
FacetResults |
RavenQueryInspector.getFacets(String facetSetupDoc,
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) |
FacetResults |
RavenQueryInspector.toFacets(String facetSetupDoc) |
FacetResults |
RavenQueryInspector.toFacets(String facetSetupDoc,
int start) |
FacetResults |
RavenQueryInspector.toFacets(String facetSetupDoc,
int start,
Integer pageSize) |
FacetResults |
DynamicAggregationQuery.toList() |
Modifier and Type | Method and Description |
---|---|
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) |
Lazy<FacetResults> |
RavenQueryInspector.toFacetsLazy(String facetSetupDoc) |
Lazy<FacetResults> |
RavenQueryInspector.toFacetsLazy(String facetSetupDoc,
int start) |
Lazy<FacetResults> |
RavenQueryInspector.toFacetsLazy(String facetSetupDoc,
int start,
Integer pageSize) |
Lazy<FacetResults> |
DynamicAggregationQuery.toListLazy() |
Modifier and Type | Method and Description |
---|---|
FacetResults |
ShardedRavenQueryInspector.getFacets(List<Facet> facets,
int start,
Integer pageSize) |
FacetResults |
ShardedRavenQueryInspector.getFacets(String facetSetupDoc,
int start,
Integer pageSize) |
FacetResults[] |
ShardedDocumentSession.multiFacetedSearch(FacetQuery... queries) |
Copyright © 2016. All Rights Reserved.