Modifier and Type | Method and Description |
---|---|
Reference<Integer> |
IndexQuery.getSkippedResults()
For internal use only.
|
Reference<Integer> |
IndexQuery.getTotalSize()
For internal use only.
|
Modifier and Type | Method and Description |
---|---|
void |
IndexQuery.setSkippedResults(Reference<Integer> skippedResults)
For internal use only.
|
static boolean |
Etag.tryParse(String str,
Reference<Etag> etag) |
static boolean |
HighlightedField.TryParse(String value,
Reference<HighlightedField> result) |
Modifier and Type | Method and Description |
---|---|
boolean |
DictionaryWithParentSnapshot.tryGetValue(String key,
Reference<RavenJToken> value) |
boolean |
RavenJObject.tryGetValue(String name,
Reference<RavenJToken> value) |
Modifier and Type | Method and Description |
---|---|
boolean |
ShapeConverter.tryConvert(Object value,
Reference<String> resultRef) |
boolean |
GeoJsonWktConverter.tryConvert(RavenJObject json,
Reference<String> result) |
Modifier and Type | Method and Description |
---|---|
<TValue> TSelf |
IDocumentQueryBase.highlight(com.mysema.query.types.Expression<?> propertySelector,
com.mysema.query.types.Expression<?> keyPropertySelector,
int fragmentLength,
int fragmentCount,
Reference<FieldHighlightings> highlightings)
Adds matches highlighting for the specified field on a Map/Reduce Index.
|
<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(String fieldName,
int fragmentLength,
int fragmentCount,
Reference<FieldHighlightings> highlightings)
Adds matches highlighting for the specified field.
|
TSelf |
IDocumentQueryBase.highlight(String fieldName,
int fragmentLength,
int fragmentCount,
Reference<FieldHighlightings> highlightings)
Adds matches highlighting for the specified field.
|
IDocumentQueryCustomization |
IDocumentQueryCustomization.highlight(String fieldName,
String fieldKeyName,
int fragmentLength,
int fragmentCount,
Reference<FieldHighlightings> highlightings)
Adds matches highlighting for the specified field.
|
TSelf |
IDocumentQueryBase.highlight(String fieldName,
String fieldKeyName,
int fragmentLength,
int fragmentCount,
Reference<FieldHighlightings> highlightings)
Adds matches highlighting for the specified field.
|
void |
IDocumentQueryBase.invokeAfterStreamExecuted(Reference<RavenJObject> resultRef)
Called externally to raise the after query executed callback
|
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 |
---|---|
void |
IDocumentQueryBase.afterStreamExecuted(Function1<Reference<RavenJObject>,Boolean> afterStreamExecutedCallback)
Callback to get the results of the stream
|
Modifier and Type | Method and Description |
---|---|
HttpJsonRequest |
AdminRequestCreator.createDatabase(DatabaseDocument databaseDocument,
Reference<RavenJObject> docRef) |
protected GetResponse[] |
ServerClient.directMultiGetInternal(OperationMetadata operationMetadata,
GetRequest[] requests,
Reference<OperationMetadata> operationMetadataRef) |
RavenJObjectIterator |
ServerClient.directStreamQuery(OperationMetadata operationMetadata,
String index,
IndexQuery query,
Reference<QueryHeaderInformation> queryHeaderInfo) |
boolean |
IReplicationInformerBase.isServerDown(Exception e,
Reference<Boolean> timeout) |
boolean |
ReplicationInformerBase.isServerDown(Exception e,
Reference<Boolean> timeout) |
String |
IDatabaseCommands.putIndex(String name,
IndexDefinition definition,
boolean overwrite,
Reference<Operation> precomputeBatchOperation)
Creates an index with the specified name, based on an index definition
|
String |
ServerClient.putIndex(String name,
IndexDefinition definition,
boolean overwrite,
Reference<Operation> precomputeBatchOperation) |
CloseableIterator<RavenJObject> |
IDatabaseCommands.streamQuery(String index,
IndexQuery query,
Reference<QueryHeaderInformation> queryHeaderInfo)
Queries the specified index in the Raven flavored Lucene query syntax.
|
RavenJObjectIterator |
ServerClient.streamQuery(String index,
IndexQuery query,
Reference<QueryHeaderInformation> queryHeaderInfo) |
Modifier and Type | Field and Description |
---|---|
protected Function1<Reference<RavenJObject>,Boolean> |
AbstractDocumentQuery.afterStreamExecutedCallback |
Modifier and Type | Method and Description |
---|---|
protected <T> DocumentMetadata |
InMemoryDocumentSessionOperations.getDocumentMetadataValue(T instance,
Reference<String> idHolder,
JsonDocument jsonDocument) |
<TValue> IDocumentQuery<T> |
DocumentQuery.highlight(com.mysema.query.types.Expression<?> propertySelector,
com.mysema.query.types.Expression<?> keyPropertySelector,
int fragmentLength,
int fragmentCount,
Reference<FieldHighlightings> highlightings) |
<TValue> IDocumentQuery<T> |
DocumentQuery.highlight(com.mysema.query.types.Expression<?> propertySelector,
int fragmentLength,
int fragmentCount,
Reference<FieldHighlightings> highlightings) |
IDocumentQuery<T> |
IAbstractDocumentQuery.highlight(String fieldName,
int fragmentLength,
int fragmentCount,
Reference<FieldHighlightings> highlightings)
Adds matches highlighting for the specified field.
|
DocumentQueryCustomizationFactory |
DocumentQueryCustomizationFactory.highlight(String fieldName,
int fragmentLength,
int fragmentCount,
Reference<FieldHighlightings> highlightings)
Adds matches highlighting for the specified field.
|
IDocumentQueryCustomization |
DocumentQueryCustomization.highlight(String fieldName,
int fragmentLength,
int fragmentCount,
Reference<FieldHighlightings> highlightings) |
IDocumentQuery<T> |
AbstractDocumentQuery.highlight(String fieldName,
int fragmentLength,
int fragmentCount,
Reference<FieldHighlightings> fieldHighlightings) |
IDocumentQuery<T> |
IAbstractDocumentQuery.highlight(String fieldName,
String fieldKeyName,
int fragmentLength,
int fragmentCount,
Reference<FieldHighlightings> highlightings)
Adds matches highlighting for the specified field on a Map/Reduce Index.
|
DocumentQueryCustomizationFactory |
DocumentQueryCustomizationFactory.highlight(String fieldName,
String fieldKeyName,
int fragmentLength,
int fragmentCount,
Reference<FieldHighlightings> highlightings)
Adds matches highlighting for the specified field.
|
IDocumentQueryCustomization |
DocumentQueryCustomization.highlight(String fieldName,
String fieldKeyName,
int fragmentLength,
int fragmentCount,
Reference<FieldHighlightings> highlightings) |
IDocumentQuery<T> |
AbstractDocumentQuery.highlight(String fieldName,
String fieldKeyName,
int fragmentLength,
int fragmentCount,
Reference<FieldHighlightings> fieldHightlightings) |
void |
AbstractDocumentQuery.invokeAfterStreamExecuted(Reference<RavenJObject> resultRef)
Called externally to raise the after stream executed callback
|
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(String fieldName,
T value,
QueryValueConvertionType convertionType,
Reference<String> strValue) |
boolean |
DocumentConvention.tryConvertValueForQuery(String fieldName,
Object value,
QueryValueConvertionType convertionType,
Reference<String> strValue) |
boolean |
GenerateEntityIdOnTheClient.tryGetIdFromInstance(Object entity,
Reference<String> idHolder)
Attempts to get the document key from an instance
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractDocumentQuery.afterStreamExecuted(Function1<Reference<RavenJObject>,Boolean> afterStreamExecutedCallback)
Callback to get the results of the stream
|
Modifier and Type | Method and Description |
---|---|
static boolean |
LinqPathProvider.getValueFromExpressionWithoutConversion(com.mysema.query.types.Expression<?> expression,
Reference<Object> valueRef) |
boolean |
RavenQueryProviderProcessor.renameSingleResult(Reference<RavenJObject> doc) |
IRavenQueryable<T> |
IRavenQueryable.statistics(Reference<RavenQueryStatistics> stats)
Provide statistics about the query, such as duration, total number of results, staleness information, etc.
|
IRavenQueryable<T> |
RavenQueryInspector.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(String key,
List<JsonDocument> results,
Reference<JsonDocument> resolvedDocument) |
Modifier and Type | Method and Description |
---|---|
<T> CloseableIterator<StreamResult<T>> |
ShardedDocumentSession.stream(IDocumentQuery<T> query,
Reference<QueryHeaderInformation> queryHeaderInformation) |
<T> CloseableIterator<StreamResult<T>> |
ShardedDocumentSession.stream(IRavenQueryable<T> query,
Reference<QueryHeaderInformation> queryHeaderInformation) |
Copyright © 2016. All Rights Reserved.