Package | Description |
---|---|
net.ravendb.client | |
net.ravendb.client.document |
Modifier and Type | Method and Description |
---|---|
FieldHighlightings |
RavenQueryHighlightings.addField(String fieldName) |
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.
|
Modifier and Type | Method and Description |
---|---|
<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) |
Copyright © 2016. All Rights Reserved.