Modifier and Type | Method and Description |
---|---|
Reference<java.lang.Integer> |
IndexQuery.getSkippedResults() |
Reference<java.lang.Integer> |
IndexQuery.getTotalSize() |
Modifier and Type | Method and Description |
---|---|
void |
IndexQuery.setSkippedResults(Reference<java.lang.Integer> skippedResults) |
static boolean |
Etag.tryParse(java.lang.String str,
Reference<Etag> etag) |
static boolean |
HighlightedField.TryParse(java.lang.String value,
Reference<HighlightedField> result) |
Modifier and Type | Method and Description |
---|---|
boolean |
RavenJObject.tryGetValue(java.lang.String name,
Reference<RavenJToken> value) |
boolean |
DictionaryWithParentSnapshot.tryGetValue(java.lang.String key,
Reference<RavenJToken> value) |
Modifier and Type | Method and Description |
---|---|
boolean |
ShapeConverter.tryConvert(java.lang.Object value,
Reference<java.lang.String> resultRef) |
boolean |
GeoJsonWktConverter.tryConvert(RavenJObject json,
Reference<java.lang.String> result) |
Modifier and Type | Method and Description |
---|---|
<TValue> TSelf |
IDocumentQueryBase.highlight(com.mysema.query.types.Expression<?> propertySelector,
int fragmentLength,
int fragmentCount,
Reference<FieldHighlightings> highlightings)
Adds matches highlighting for the specified field.
|
IDocumentQueryCustomization |
IDocumentQueryCustomization.highlight(java.lang.String fieldName,
int fragmentLength,
int fragmentCount,
Reference<FieldHighlightings> highlightings)
Adds matches highlighting for the specified field.
|
TSelf |
IDocumentQueryBase.highlight(java.lang.String fieldName,
int fragmentLength,
int fragmentCount,
Reference<FieldHighlightings> highlightings)
Adds matches highlighting for the specified field.
|
TSelf |
IDocumentQueryBase.statistics(Reference<RavenQueryStatistics> stats)
Provide statistics about the query, such as total count of matching records
|
<T> CloseableIterator<StreamResult<T>> |
ISyncAdvancedSessionOperation.stream(IDocumentQuery<T> query,
Reference<QueryHeaderInformation> queryHeaderInformation)
Stream the results on the query to the client, converting them to
Java types along the way.
|
<T> CloseableIterator<StreamResult<T>> |
ISyncAdvancedSessionOperation.stream(IRavenQueryable<T> query,
Reference<QueryHeaderInformation> queryHeaderInformation)
Stream the results on the query to the client, converting them to
Java types along the way.
|
Modifier and Type | Method and Description |
---|---|
HttpJsonRequest |
AdminRequestCreator.createDatabase(DatabaseDocument databaseDocument,
Reference<RavenJObject> docRef) |
boolean |
ReplicationInformerBase.isServerDown(java.lang.Exception e,
Reference<java.lang.Boolean> timeout) |
boolean |
IReplicationInformerBase.isServerDown(java.lang.Exception e,
Reference<java.lang.Boolean> timeout) |
CloseableIterator<RavenJObject> |
IDatabaseCommands.streamQuery(java.lang.String index,
IndexQuery query,
Reference<QueryHeaderInformation> queryHeaderInfo)
Queries the specified index in the Raven flavored Lucene query syntax.
|
RavenJObjectIterator |
ServerClient.streamQuery(java.lang.String index,
IndexQuery query,
Reference<QueryHeaderInformation> queryHeaderInfo) |
Modifier and Type | Method and Description |
---|---|
<TValue> IDocumentQuery<T> |
DocumentQuery.highlight(com.mysema.query.types.Expression<?> propertySelector,
int fragmentLength,
int fragmentCount,
Reference<FieldHighlightings> highlightings) |
IDocumentQueryCustomization |
DocumentQueryCustomization.highlight(java.lang.String fieldName,
int fragmentLength,
int fragmentCount,
Reference<FieldHighlightings> highlightings) |
IDocumentQuery<T> |
IAbstractDocumentQuery.highlight(java.lang.String fieldName,
int fragmentLength,
int fragmentCount,
Reference<FieldHighlightings> highlightings)
Adds matches highlighting for the specified field.
|
DocumentQueryCustomizationFactory |
DocumentQueryCustomizationFactory.highlight(java.lang.String fieldName,
int fragmentLength,
int fragmentCount,
Reference<FieldHighlightings> highlightings)
Adds matches highlighting for the specified field.
|
IDocumentQuery<T> |
AbstractDocumentQuery.highlight(java.lang.String fieldName,
int fragmentLength,
int fragmentCount,
Reference<FieldHighlightings> fieldHighlightings) |
IDocumentQuery<T> |
AbstractDocumentQuery.statistics(Reference<RavenQueryStatistics> stats)
Provide statistics about the query, such as total count of matching records
|
<T> CloseableIterator<StreamResult<T>> |
DocumentSession.stream(IDocumentQuery<T> query,
Reference<QueryHeaderInformation> queryHeaderInformation) |
<T> CloseableIterator<StreamResult<T>> |
DocumentSession.stream(IRavenQueryable<T> query,
Reference<QueryHeaderInformation> queryHeaderInformationRef) |
boolean |
DocumentConvention.TryConvertValueForQueryDelegate.tryConvertValue(java.lang.String fieldName,
T value,
QueryValueConvertionType convertionType,
Reference<java.lang.String> strValue) |
boolean |
DocumentConvention.tryConvertValueForQuery(java.lang.String fieldName,
java.lang.Object value,
QueryValueConvertionType convertionType,
Reference<java.lang.String> strValue) |
boolean |
GenerateEntityIdOnTheClient.tryGetIdFromInstance(java.lang.Object entity,
Reference<java.lang.String> idHolder)
Attempts to get the document key from an instance
|
Modifier and Type | Method and Description |
---|---|
static boolean |
LinqPathProvider.getValueFromExpressionWithoutConversion(com.mysema.query.types.Expression<?> expression,
Reference<java.lang.Object> valueRef) |
IRavenQueryable<T> |
RavenQueryInspector.statistics(Reference<RavenQueryStatistics> stats)
Provide statistics about the query, such as total count of matching records
|
IRavenQueryable<T> |
IRavenQueryable.statistics(Reference<RavenQueryStatistics> stats)
Provide statistics about the query, such as total count of matching records
|
Modifier and Type | Method and Description |
---|---|
boolean |
IDocumentConflictListener.tryResolveConflict(java.lang.String key,
java.util.List<JsonDocument> results,
Reference<JsonDocument> resolvedDocument) |
Copyright © 2014. All Rights Reserved.