Package | Description |
---|---|
net.ravendb.client | |
net.ravendb.client.linq |
Modifier and Type | Method and Description |
---|---|
static SearchOptionsSet |
SearchOptionsSet.of(SearchOptions... values) |
Modifier and Type | Method and Description |
---|---|
IRavenQueryable<T> |
LinqExtensionsQueryable.search(com.mysema.query.types.Path<?> fieldSelector,
String searchTerms,
double boost,
SearchOptionsSet searchOptions) |
IRavenQueryable<T> |
LinqExtensionsQueryable.search(com.mysema.query.types.Path<?> fieldSelector,
String searchTerms,
double boost,
SearchOptionsSet searchOptions,
EscapeQueryOptions escapeQueryOptions) |
IRavenQueryable<T> |
LinqExtensionsQueryable.search(com.mysema.query.types.Path<?> fieldSelector,
String searchTerms,
SearchOptionsSet searchOptions) |
Modifier and Type | Method and Description |
---|---|
IRavenQueryable<T> |
RavenQueryInspector.search(com.mysema.query.types.Path<?> fieldSelector,
String searchTerms,
double boost,
SearchOptionsSet searchOptions) |
IRavenQueryable<T> |
RavenQueryInspector.search(com.mysema.query.types.Path<?> fieldSelector,
String searchTerms,
double boost,
SearchOptionsSet options,
EscapeQueryOptions escapeQueryOptions) |
IRavenQueryable<T> |
RavenQueryInspector.search(com.mysema.query.types.Path<?> fieldSelector,
String searchTerms,
SearchOptionsSet searchOptions) |
Copyright © 2016. All Rights Reserved.