Package | Description |
---|---|
net.ravendb.client | |
net.ravendb.client.document | |
net.ravendb.client.linq |
Modifier and Type | Method and Description |
---|---|
static EscapeQueryOptions |
EscapeQueryOptions.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EscapeQueryOptions[] |
EscapeQueryOptions.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
<TValue> TSelf |
IDocumentQueryBase.search(com.mysema.query.types.Expression<?> propertySelector,
String searchTerms,
EscapeQueryOptions escapeQueryOptions)
Perform a search for documents which fields that match the searchTerms.
|
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,
EscapeQueryOptions escapeQueryOptions) |
TSelf |
IDocumentQueryBase.search(String fieldName,
String searchTerms,
EscapeQueryOptions escapeQueryOptions)
Perform a search for documents which fields that match the searchTerms.
|
Modifier and Type | Method and Description |
---|---|
<TValue> IDocumentQuery<T> |
DocumentQuery.search(com.mysema.query.types.Expression<?> propertySelector,
String searchTerms,
EscapeQueryOptions escapeQueryOptions) |
IDocumentQuery<T> |
IAbstractDocumentQuery.search(String fieldName,
String searchTerms,
EscapeQueryOptions escapeQueryOptions)
Perform a search for documents which fields that match the searchTerms.
|
IDocumentQuery<T> |
AbstractDocumentQuery.search(String fieldName,
String searchTerms,
EscapeQueryOptions escapeQueryOptions)
Perform a search for documents which fields that match the searchTerms.
|
Modifier and Type | Method and Description |
---|---|
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,
EscapeQueryOptions escapeQueryOptions) |
Copyright © 2016. All Rights Reserved.