public interface LinqExtensionsQueryable<T>
Modifier and Type | Method and Description |
---|---|
DynamicAggregationQuery<T> |
aggregateBy(com.mysema.query.types.Path<?> path)
Query the facets results for this query using aggregation
|
DynamicAggregationQuery<T> |
aggregateBy(com.mysema.query.types.Path<?> path,
String displayName)
Query the facets results for this query using aggregation with a specific display name
|
DynamicAggregationQuery<T> |
aggregateBy(String path)
Query the facets results for this query using aggregation
|
DynamicAggregationQuery<T> |
aggregateBy(String path,
String displayName)
Query the facets results for this query using aggregation with a specific display name
|
Lazy<Integer> |
countLazily() |
IRavenQueryable<T> |
include(com.mysema.query.types.Path<?> path) |
IRavenQueryable<T> |
intersect() |
Lazy<List<T>> |
lazily() |
Lazy<List<T>> |
lazily(Action1<List<T>> onEval) |
IRavenQueryable<T> |
orderByScore() |
IRavenQueryable<T> |
search(com.mysema.query.types.Path<?> fieldSelector,
String searchTerms)
Perform a search for documents which fields that match the searchTerms.
|
IRavenQueryable<T> |
search(com.mysema.query.types.Path<?> fieldSelector,
String searchTerms,
double boost) |
IRavenQueryable<T> |
search(com.mysema.query.types.Path<?> fieldSelector,
String searchTerms,
double boost,
SearchOptionsSet searchOptions) |
IRavenQueryable<T> |
search(com.mysema.query.types.Path<?> fieldSelector,
String searchTerms,
double boost,
SearchOptionsSet searchOptions,
EscapeQueryOptions escapeQueryOptions) |
IRavenQueryable<T> |
search(com.mysema.query.types.Path<?> fieldSelector,
String searchTerms,
EscapeQueryOptions escapeQueryOptions) |
IRavenQueryable<T> |
search(com.mysema.query.types.Path<?> fieldSelector,
String searchTerms,
SearchOptionsSet searchOptions) |
SuggestionQueryResult |
suggest() |
SuggestionQueryResult |
suggest(SuggestionQuery query) |
Lazy<SuggestionQueryResult> |
suggestLazy() |
Lazy<SuggestionQueryResult> |
suggestLazy(SuggestionQuery query) |
FacetQuery |
toFacetQuery(List<Facet> facets)
Transforms the query to the facet query that will allow you to execute multi faceted search
|
FacetQuery |
toFacetQuery(List<Facet> facets,
int start)
Transforms the query to the facet query that will allow you to execute multi faceted search
|
FacetQuery |
toFacetQuery(List<Facet> facets,
int start,
Integer pageSize)
Transforms the query to the facet query that will allow you to execute multi faceted search
|
FacetQuery |
toFacetQuery(String facetSetupDoc)
Transforms the query to the facet query that will allow you to execute multi faceted search
|
FacetQuery |
toFacetQuery(String facetSetupDoc,
int start)
Transforms the query to the facet query that will allow you to execute multi faceted search
|
FacetQuery |
toFacetQuery(String facetSetupDoc,
int start,
Integer pageSize)
Transforms the query to the facet query that will allow you to execute multi faceted search
|
FacetResults |
toFacets(List<Facet> facets)
Query the facets results for this query using the specified list of facets
|
FacetResults |
toFacets(List<Facet> facets,
int start)
Query the facets results for this query using the specified list of facets with the given start
|
FacetResults |
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 |
toFacets(String facetSetupDoc)
Query the facets results for this query using the specified facet document
|
FacetResults |
toFacets(String facetSetupDoc,
int start)
Query the facets results for this query using the specified facet document with the given start
|
FacetResults |
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
|
Lazy<FacetResults> |
toFacetsLazy(List<Facet> facets)
Query the facets results for this query using the specified list of facets
|
Lazy<FacetResults> |
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> |
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> |
toFacetsLazy(String facetSetupDoc)
Query the facets results for this query using the specified facet document
|
Lazy<FacetResults> |
toFacetsLazy(String facetSetupDoc,
int start)
Query the facets results for this query using the specified facet document with the given start
|
Lazy<FacetResults> |
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
|
IRavenQueryable<T> include(com.mysema.query.types.Path<?> path)
DynamicAggregationQuery<T> aggregateBy(String path)
DynamicAggregationQuery<T> aggregateBy(String path, String displayName)
path
- displayName
- DynamicAggregationQuery<T> aggregateBy(com.mysema.query.types.Path<?> path)
path
- DynamicAggregationQuery<T> aggregateBy(com.mysema.query.types.Path<?> path, String displayName)
path
- displayName
- Lazy<FacetResults> toFacetsLazy(List<Facet> facets)
facets
- Lazy<FacetResults> toFacetsLazy(List<Facet> facets, int start)
facets
- start
- Lazy<FacetResults> toFacetsLazy(List<Facet> facets, int start, Integer pageSize)
facets
- start
- pageSize
- Lazy<FacetResults> toFacetsLazy(String facetSetupDoc)
facetSetupDoc
- Lazy<FacetResults> toFacetsLazy(String facetSetupDoc, int start)
facetSetupDoc
- start
- Lazy<FacetResults> toFacetsLazy(String facetSetupDoc, int start, Integer pageSize)
facetSetupDoc
- start
- pageSize
- FacetResults toFacets(List<Facet> facets)
facets
- FacetResults toFacets(List<Facet> facets, int start)
facets
- start
- FacetResults toFacets(List<Facet> facets, int start, Integer pageSize)
facets
- start
- pageSize
- FacetResults toFacets(String facetSetupDoc)
facetSetupDoc
- FacetResults toFacets(String facetSetupDoc, int start)
facetSetupDoc
- start
- FacetResults toFacets(String facetSetupDoc, int start, Integer pageSize)
facetSetupDoc
- start
- pageSize
- FacetQuery toFacetQuery(List<Facet> facets)
facets
- List of facetsFacetQuery toFacetQuery(List<Facet> facets, int start)
facets
- List of facetsstart
- Start index for pagingFacetQuery toFacetQuery(List<Facet> facets, int start, Integer pageSize)
facets
- List of facetsstart
- Start index for pagingpageSize
- Paging PageSize. If set, overrides Facet.MaxResultsFacetQuery toFacetQuery(String facetSetupDoc)
facetSetupDoc
- Name of the FacetSetup documentFacetQuery toFacetQuery(String facetSetupDoc, int start)
facetSetupDoc
- Name of the FacetSetup documentstart
- Start index for pagingFacetQuery toFacetQuery(String facetSetupDoc, int start, Integer pageSize)
facetSetupDoc
- Name of the FacetSetup documentstart
- Start index for pagingpageSize
- Paging PageSize. If set, overrides Facet.MaxResultIRavenQueryable<T> intersect()
SuggestionQueryResult suggest()
SuggestionQueryResult suggest(SuggestionQuery query)
Lazy<SuggestionQueryResult> suggestLazy()
Lazy<SuggestionQueryResult> suggestLazy(SuggestionQuery query)
IRavenQueryable<T> search(com.mysema.query.types.Path<?> fieldSelector, String searchTerms)
fieldSelector
- searchTerms
- IRavenQueryable<T> search(com.mysema.query.types.Path<?> fieldSelector, String searchTerms, double boost)
IRavenQueryable<T> search(com.mysema.query.types.Path<?> fieldSelector, String searchTerms, double boost, SearchOptionsSet searchOptions)
IRavenQueryable<T> search(com.mysema.query.types.Path<?> fieldSelector, String searchTerms, double boost, SearchOptionsSet searchOptions, EscapeQueryOptions escapeQueryOptions)
IRavenQueryable<T> search(com.mysema.query.types.Path<?> fieldSelector, String searchTerms, EscapeQueryOptions escapeQueryOptions)
IRavenQueryable<T> search(com.mysema.query.types.Path<?> fieldSelector, String searchTerms, SearchOptionsSet searchOptions)
IRavenQueryable<T> orderByScore()
Copyright © 2016. All Rights Reserved.