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